X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=arch%2Farm%2Flib%2FMakefile;fp=arch%2Farm%2Flib%2FMakefile;h=f162c1428c856381a85b1ea26c6d4c698d34e08e;hb=98db26a6125baf21d9fa30babb6c74dd867bfdcd;hp=cc5d98ace4912630e41e6cf07059eee04bbff474;hpb=0cef6cbe3a50cc48f6d0d574297ccb06b67e0f65;p=oweals%2Fu-boot.git diff --git a/arch/arm/lib/Makefile b/arch/arm/lib/Makefile index cc5d98ace4..f162c1428c 100644 --- a/arch/arm/lib/Makefile +++ b/arch/arm/lib/Makefile @@ -44,7 +44,7 @@ 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