summaryrefslogtreecommitdiffstats
path: root/arch/arm/lib/Makefile
diff options
context:
space:
mode:
authorTom Rini <trini@ti.com>2014-11-07 20:35:20 -0500
committerTom Rini <trini@ti.com>2014-11-10 16:25:28 -0500
commit2db8c2d61a05bb4a94bb341329c6de811757c111 (patch)
treef173c3f8c58de371d3e002cd36ca263fac03542d /arch/arm/lib/Makefile
parente72be8947e129f5ab274c0a9f235d2cc0014b2ea (diff)
parent59a9cfdd16ad7ab14f22697bf1e049c6bea0d3e2 (diff)
downloadblackbird-obmc-uboot-2db8c2d61a05bb4a94bb341329c6de811757c111.tar.gz
blackbird-obmc-uboot-2db8c2d61a05bb4a94bb341329c6de811757c111.zip
Merge branch 'master' of git://git.denx.de/u-boot-arm
Diffstat (limited to 'arch/arm/lib/Makefile')
-rw-r--r--arch/arm/lib/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/lib/Makefile b/arch/arm/lib/Makefile
index 1ef240047f..d74e4b8415 100644
--- a/arch/arm/lib/Makefile
+++ b/arch/arm/lib/Makefile
@@ -48,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
OpenPOWER on IntegriCloud