diff options
author | Paul Burton <paul.burton@imgtec.com> | 2013-11-09 10:22:08 +0000 |
---|---|---|
committer | Daniel Schwierzeck <daniel.schwierzeck@gmail.com> | 2013-11-09 17:21:01 +0100 |
commit | 7a9d109b00a207b481b05d8e147673da33ad1cd3 (patch) | |
tree | 11bfd0701f18b534ae6df93ce03e38fc9409d746 /board/imgtec/malta/Makefile | |
parent | fa5cec032180a997b82b52f0b6075aa548a953cd (diff) |
qemu-malta: rename to just "malta"
This is in preparation for adapting this board to function correctly on
a physical MIPS Malta board. The board is moved into an "imgtec" vendor
directory at the same time in order to ready us for any other boards
supported by Imagination in the future.
Signed-off-by: Paul Burton <paul.burton@imgtec.com>
Diffstat (limited to 'board/imgtec/malta/Makefile')
-rw-r--r-- | board/imgtec/malta/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/board/imgtec/malta/Makefile b/board/imgtec/malta/Makefile new file mode 100644 index 0000000000..091830dd0f --- /dev/null +++ b/board/imgtec/malta/Makefile @@ -0,0 +1,9 @@ +# +# (C) Copyright 2003-2006 +# Wolfgang Denk, DENX Software Engineering, wd@denx.de. +# +# SPDX-License-Identifier: GPL-2.0+ +# + +obj-y = malta.o +obj-y += lowlevel_init.o |