From b65b13745381101cd9e5d34e3663c919502f10e2 Mon Sep 17 00:00:00 2001 From: Andrey Smirnov Date: Tue, 23 Aug 2016 18:47:02 -0700 Subject: arm: Add both .lds files to CLEAN_FILES unconditionally 'clean' target is listed on 'no-dot-config-targets' list in main Makefile so that conditional statement would yeild the same result every time. Given how CLEAN_FILES are rm'ed with -f there should be no harm in specifying them both unconditionally. Signed-off-by: Andrey Smirnov Signed-off-by: Sascha Hauer --- arch/arm/Makefile | 4 ---- 1 file changed, 4 deletions(-) (limited to 'arch/arm/Makefile') diff --git a/arch/arm/Makefile b/arch/arm/Makefile index 55f72484c9..96ec588da0 100644 --- a/arch/arm/Makefile +++ b/arch/arm/Makefile @@ -314,9 +314,5 @@ endif common- += $(patsubst %,arch/arm/boards/%/,$(board-)) CLEAN_FILES += include/generated/mach-types.h barebox-flash-image - -ifeq ($(CONFIG_CPU_V8), y) CLEAN_FILES += arch/arm/lib64/barebox.lds -else CLEAN_FILES += arch/arm/lib32/barebox.lds -endif -- cgit v1.2.3