From 4d93617d87285f01f450a30584520369ff3585d2 Mon Sep 17 00:00:00 2001 From: Alexey Brodkin Date: Thu, 19 Feb 2015 18:40:58 +0300 Subject: arc: merge common start-up code between ARC and ARCv2 Even though ARCompact and ARCv2 are not binary compatible most of assembly instructions are used in both. With this change we'll get rid of duplicate code. Still IVTs are implemented differently so we're keeping them in separate files. Signed-off-by: Alexey Brodkin --- arch/arc/lib/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'arch/arc/lib/Makefile') diff --git a/arch/arc/lib/Makefile b/arch/arc/lib/Makefile index b8028c91e1..ad66ac21e6 100644 --- a/arch/arc/lib/Makefile +++ b/arch/arc/lib/Makefile @@ -18,6 +18,7 @@ obj-y += memcpy-700.o obj-y += memset.o obj-y += reset.o obj-y += timer.o +obj-y += start.o obj-$(CONFIG_CMD_BOOTM) += bootm.o -- cgit