X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=arch%2Farm%2Flib%2FMakefile;h=1ef240047f48d067748a42b08ed975ec96966e65;hb=6ee3d00d1d9d9977e975bd72c3668ee4f210a99d;hp=e035d6acc00b4b0c7397980a2d520b232fc45a80;hpb=519fdde9e6a6ebce7dc743b4f5621503d25b7a45;p=u-boot diff --git a/arch/arm/lib/Makefile b/arch/arm/lib/Makefile index e035d6acc0..1ef240047f 100644 --- a/arch/arm/lib/Makefile +++ b/arch/arm/lib/Makefile @@ -11,7 +11,7 @@ lib-$(CONFIG_USE_PRIVATE_LIBGCC) += _ashldi3.o _ashrdi3.o _divsi3.o \ ifdef CONFIG_ARM64 obj-y += crt0_64.o else -obj-y += crt0.o +obj-y += vectors.o crt0.o endif ifndef CONFIG_SPL_BUILD @@ -32,6 +32,7 @@ obj-$(CONFIG_USE_ARCH_MEMCPY) += memcpy.o else obj-$(CONFIG_SPL_FRAMEWORK) += spl.o endif +obj-$(CONFIG_SEMIHOSTING) += semihosting.o obj-y += sections.o ifdef CONFIG_ARM64