summaryrefslogtreecommitdiffstats
path: root/arch/mips/Makefile
diff options
context:
space:
mode:
authorAntony Pavlov <antonynpavlov@gmail.com>2011-08-05 14:58:39 +0400
committerSascha Hauer <s.hauer@pengutronix.de>2011-08-05 18:20:29 +0200
commitd507792a51882e9b299068414fb261266c9ab983 (patch)
tree148e9ee9aa8f8b270fed1e3cbb10fdad92c07c9a /arch/mips/Makefile
parent44861592ef3c715a865bcabd15670302161d6dd2 (diff)
downloadbarebox-d507792a51882e9b299068414fb261266c9ab983.tar.gz
barebox-d507792a51882e9b299068414fb261266c9ab983.tar.xz
MIPS: add initial BCM47xx-based boards support
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 99b38abc95..122181f4c1 100644
--- a/arch/mips/Makefile
+++ b/arch/mips/Makefile
@@ -63,6 +63,8 @@ LDFLAGS_barebox += -nostdlib
machine-$(CONFIG_MACH_MIPS_MALTA) := malta
board-$(CONFIG_BOARD_QEMU_MALTA) := qemu-malta
+machine-$(CONFIG_MACH_MIPS_BCM47XX) := bcm47xx
+
machdirs := $(patsubst %,arch/mips/mach-%/,$(machine-y))
ifeq ($(KBUILD_SRC),)