X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=arch%2Farm%2Flib%2FMakefile;h=1ef240047f48d067748a42b08ed975ec96966e65;hb=6ee3d00d1d9d9977e975bd72c3668ee4f210a99d;hp=585f1f781b5dbb4c96f974fd7e7854ff8aa2b3cf;hpb=9f5f51540d0d6af03ff22f55b7afc3fda6a4120d;p=u-boot diff --git a/arch/arm/lib/Makefile b/arch/arm/lib/Makefile index 585f1f781b..1ef240047f 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