X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=arch%2Farc%2Flib%2FMakefile;h=e592802907786938db5f36fc2a819fefe3c38639;hb=a4a43fcf9cca1ebd3d26f9a01b923b7393d69c54;hp=b8028c91e11df045b29048521631191fe7cfd180;hpb=a4fb5df214c7e8d5bc949c1068d92252f105427a;p=u-boot diff --git a/arch/arc/lib/Makefile b/arch/arc/lib/Makefile index b8028c91e1..e592802907 100644 --- a/arch/arc/lib/Makefile +++ b/arch/arc/lib/Makefile @@ -4,6 +4,8 @@ # 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 @@ -18,6 +20,8 @@ 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