From de754b69e478703af5e1d0b2336fe148030f602b Mon Sep 17 00:00:00 2001 From: Antony Pavlov Date: Fri, 5 Aug 2011 14:58:36 +0400 Subject: 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 Signed-off-by: Sascha Hauer --- arch/mips/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'arch/mips/Makefile') 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),) -- cgit v1.2.3