summaryrefslogtreecommitdiffstats
path: root/arch/mips/Makefile
diff options
context:
space:
mode:
authorAntony Pavlov <antonynpavlov@gmail.com>2011-08-05 14:58:36 +0400
committerSascha Hauer <s.hauer@pengutronix.de>2011-08-05 18:20:17 +0200
commitde754b69e478703af5e1d0b2336fe148030f602b (patch)
tree73c34ac8ab2faed3a997eb3cd9b224bddbd8622b /arch/mips/Makefile
parent645d26aca3348c8e0fd3c764ce17dab29bd22584 (diff)
downloadbarebox-de754b69e478703af5e1d0b2336fe148030f602b.tar.gz
barebox-de754b69e478703af5e1d0b2336fe148030f602b.tar.xz
MIPS: add Malta machine support to barebox
The machine uses only big-endian mode. Only supported peripheral is serial port. The machine supports only MIPS32 CPUs. Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/mips/Makefile')
-rw-r--r--arch/mips/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/mips/Makefile b/arch/mips/Makefile
index 4cb549844a..678c2b5897 100644
--- a/arch/mips/Makefile
+++ b/arch/mips/Makefile
@@ -60,6 +60,8 @@ endif
LDFLAGS_barebox += -nostdlib
+machine-$(CONFIG_MACH_MIPS_MALTA) := malta
+
machdirs := $(patsubst %,arch/mips/mach-%/,$(machine-y))
ifeq ($(KBUILD_SRC),)