]> git.sur5r.net Git - u-boot/blobdiff - arch/arm/lib/Makefile
ARM: at91: Move CONFIG_AT91FAMILY option to Kconfig
[u-boot] / arch / arm / lib / Makefile
index 53d4ed2bc628c91867c37790d9c23373f1ae9f33..6e1c43693340f3a59b465f24be600b56aa837092 100644 (file)
@@ -44,8 +44,10 @@ obj-y        += stack.o
 ifdef CONFIG_CPU_V7M
 obj-y  += interrupts_m.o
 else ifdef CONFIG_ARM64
-obj-y  += ccn504.o
+obj-$(CONFIG_FSL_LAYERSCAPE) += ccn504.o
+ifneq ($(CONFIG_GICV2)$(CONFIG_GICV3),)
 obj-y  += gic_64.o
+endif
 obj-y  += interrupts_64.o
 else
 obj-y  += interrupts.o
@@ -70,8 +72,6 @@ ifneq (,$(findstring -mabi=aapcs-linux,$(PLATFORM_CPPFLAGS)))
 extra-y        += eabi_compat.o
 endif
 
-asflags-y += -DCONFIG_ARM_ASM_UNIFIED
-
 # some files can only build in ARM or THUMB2, not THUMB1
 
 ifdef CONFIG_$(SPL_)SYS_THUMB_BUILD