summaryrefslogtreecommitdiffstats
path: root/arch/mips/boot/Makefile
diff options
context:
space:
mode:
authorAntony Pavlov <antonynpavlov@gmail.com>2012-05-22 16:16:59 +0400
committerSascha Hauer <s.hauer@pengutronix.de>2012-05-23 18:47:53 +0200
commit6a1e9a7c9b384d80c6977f2a1d5682a4e9e39de1 (patch)
tree5366942ab8bca2bdbe6e872a4324aa58003ff83d /arch/mips/boot/Makefile
parent10ea54dc508f170d251b31c7c2e163298a414653 (diff)
downloadbarebox-6a1e9a7c9b384d80c6977f2a1d5682a4e9e39de1.tar.gz
barebox-6a1e9a7c9b384d80c6977f2a1d5682a4e9e39de1.tar.xz
MIPS: introduce C architecture-specific low-level init
Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com> Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/mips/boot/Makefile')
-rw-r--r--arch/mips/boot/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/boot/Makefile b/arch/mips/boot/Makefile
index f9151d28a1..d6d28ce652 100644
--- a/arch/mips/boot/Makefile
+++ b/arch/mips/boot/Makefile
@@ -1 +1,2 @@
obj-y += start.o
+obj-y += main_entry.o