summaryrefslogtreecommitdiffstats
path: root/arch/nios2/lib/Makefile
diff options
context:
space:
mode:
authorFranck JULLIEN <franck.jullien@gmail.com>2011-05-02 21:41:52 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2011-05-04 08:41:02 +0200
commit3b0bf2964868ac7cb2f0a95e167c78e201182995 (patch)
tree400296807c148a50eb46847069874712fdebe981 /arch/nios2/lib/Makefile
parent1ab3e28f671e98cc5e7ece903ec62cc02521e220 (diff)
downloadbarebox-3b0bf2964868ac7cb2f0a95e167c78e201182995.tar.gz
barebox-3b0bf2964868ac7cb2f0a95e167c78e201182995.tar.xz
Add bootm support
This patch adds the bootm support to the Nios2 arch. Signed-off-by: Franck JULLIEN <franck.jullien@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/nios2/lib/Makefile')
-rw-r--r--arch/nios2/lib/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/nios2/lib/Makefile b/arch/nios2/lib/Makefile
index 8776c61e5d..fc9d4d7d1c 100644
--- a/arch/nios2/lib/Makefile
+++ b/arch/nios2/lib/Makefile
@@ -2,5 +2,6 @@ obj-y += board.o
obj-y += libgcc.o
obj-y += clock.o
obj-y += cache.o
+obj-y += bootm.o
obj-$(CONFIG_EARLY_PRINTF) += early_printf.o