summaryrefslogtreecommitdiffstats
path: root/arch/mips/Makefile
diff options
context:
space:
mode:
authorAntony Pavlov <antonynpavlov@gmail.com>2012-05-16 23:25:15 +0400
committerSascha Hauer <s.hauer@pengutronix.de>2012-05-17 20:27:45 +0200
commit1cbe2b2c00de0efca503a983d0d008833f186f33 (patch)
tree8ac4be75e58d48af56ddff8702d477ea1291e672 /arch/mips/Makefile
parent8b85ac8c35ad332381db5a527e2eec4d131f8c16 (diff)
downloadbarebox-1cbe2b2c00de0efca503a983d0d008833f186f33.tar.gz
barebox-1cbe2b2c00de0efca503a983d0d008833f186f33.tar.xz
MIPS: XBurst: add Ritmix RZX-50 board 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/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/Makefile b/arch/mips/Makefile
index 345d9a2db6..f28c21da94 100644
--- a/arch/mips/Makefile
+++ b/arch/mips/Makefile
@@ -67,6 +67,7 @@ machine-$(CONFIG_MACH_MIPS_BCM47XX) := bcm47xx
board-$(CONFIG_BOARD_DLINK_DIR320) := dlink-dir-320
machine-$(CONFIG_MACH_MIPS_XBURST) := xburst
+board-$(CONFIG_BOARD_RZX50) := rzx50
machdirs := $(patsubst %,arch/mips/mach-%/,$(machine-y))