diff options
Diffstat (limited to 'arch/arm/lib')
-rw-r--r-- | arch/arm/lib/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/arch/arm/lib/Makefile b/arch/arm/lib/Makefile index 77a3be4266..655727f431 100644 --- a/arch/arm/lib/Makefile +++ b/arch/arm/lib/Makefile @@ -61,11 +61,7 @@ obj-y += reset.o endif obj-y += cache.o -ifndef CONFIG_ARM64 -ifndef CONFIG_CPU_V7M -obj-y += cache-cp15.o -endif -endif +obj-$(CONFIG_SYS_ARM_CACHE_CP15) += cache-cp15.o obj-y += psci-dt.o |