X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=arch%2Farm%2Flib%2FMakefile;h=d74e4b8415f152061d50614185617749478a5e41;hb=6841deb6209ee420b7bcb6e320a8a06fd57658df;hp=585f1f781b5dbb4c96f974fd7e7854ff8aa2b3cf;hpb=44cfc3a83f2a62963af2de8d983daf4c77e1db0c;p=u-boot diff --git a/arch/arm/lib/Makefile b/arch/arm/lib/Makefile index 585f1f781b..d74e4b8415 100644 --- a/arch/arm/lib/Makefile +++ b/arch/arm/lib/Makefile @@ -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 @@ -47,6 +48,8 @@ ifndef CONFIG_ARM64 obj-y += cache-cp15.o endif +obj-$(CONFIG_DEBUG_LL) += debug.o + # For EABI conformant tool chains, provide eabi_compat() ifneq (,$(findstring -mabi=aapcs-linux,$(PLATFORM_CPPFLAGS))) extra-y += eabi_compat.o