X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;ds=sidebyside;f=arch%2Farc%2Flib%2FMakefile;h=e592802907786938db5f36fc2a819fefe3c38639;hb=a4a43fcf9cca1ebd3d26f9a01b923b7393d69c54;hp=7675f855d5a964c56bd9c0c67f3d4a34c98659a7;hpb=e7538fee991308c16f76f7eca2517089f2a30ff4;p=u-boot diff --git a/arch/arc/lib/Makefile b/arch/arc/lib/Makefile index 7675f855d5..e592802907 100644 --- a/arch/arc/lib/Makefile +++ b/arch/arc/lib/Makefile @@ -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