]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - arch/arc/lib/Makefile
arc: fix separate compilation of start.o
[karo-tx-uboot.git] / arch / arc / lib / Makefile
index 7675f855d5a964c56bd9c0c67f3d4a34c98659a7..e592802907786938db5f36fc2a819fefe3c38639 100644 (file)
@@ -4,6 +4,11 @@
 # SPDX-License-Identifier:     GPL-2.0+
 #
 
+extra-y        = start.o
+head-y := start.o
+obj-y += cache.o
+obj-y += cpu.o
+obj-y += interrupts.o
 obj-y += sections.o
 obj-y += relocate.o
 obj-y += strchr-700.o
@@ -13,4 +18,11 @@ obj-y += strlen.o
 obj-y += memcmp.o
 obj-y += memcpy-700.o
 obj-y += memset.o
+obj-y += reset.o
+obj-y += timer.o
+obj-y += ints_low.o
+obj-y += init_helpers.o
+
 obj-$(CONFIG_CMD_BOOTM) += bootm.o
+
+lib-$(CONFIG_USE_PRIVATE_LIBGCC) += _millicodethunk.o libgcc2.o