]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - arch/arc/lib/Makefile
arc: merge common start-up code between ARC and ARCv2
[people/ms/u-boot.git] / arch / arc / lib / Makefile
index 7675f855d5a964c56bd9c0c67f3d4a34c98659a7..ad66ac21e6c8ea3992d1cecae1dee0218d746c51 100644 (file)
@@ -4,6 +4,9 @@
 # SPDX-License-Identifier:     GPL-2.0+
 #
 
+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 +16,10 @@ 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 += start.o
+
 obj-$(CONFIG_CMD_BOOTM) += bootm.o
+
+lib-$(CONFIG_USE_PRIVATE_LIBGCC) += _millicodethunk.o libgcc2.o