diff mbox series

ARM: remove unnecessary KBUILD_SRC ifeq conditional

Message ID 1536725942-9206-1-git-send-email-yamada.masahiro@socionext.com
State Accepted
Commit 3f53950190271ba6876c3f9eed14af9cb64b6700
Headers show
Series ARM: remove unnecessary KBUILD_SRC ifeq conditional | expand

Commit Message

Masahiro Yamada Sept. 12, 2018, 4:19 a.m. UTC
You can always prefix machine/plat header search paths with
$(srctree)/ because $(srctree) is '.' for in-tree building.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>

---

KernelVersion: v4.19-rc3


 arch/arm/Makefile | 4 ----
 1 file changed, 4 deletions(-)

-- 
2.7.4
diff mbox series

Patch

diff --git a/arch/arm/Makefile b/arch/arm/Makefile
index d1516f8..06ebff7 100644
--- a/arch/arm/Makefile
+++ b/arch/arm/Makefile
@@ -264,13 +264,9 @@  platdirs := $(patsubst %,arch/arm/plat-%/,$(sort $(plat-y)))
 
 ifneq ($(CONFIG_ARCH_MULTIPLATFORM),y)
 ifneq ($(CONFIG_ARM_SINGLE_ARMV7M),y)
-ifeq ($(KBUILD_SRC),)
-KBUILD_CPPFLAGS += $(patsubst %,-I%include,$(machdirs) $(platdirs))
-else
 KBUILD_CPPFLAGS += $(patsubst %,-I$(srctree)/%include,$(machdirs) $(platdirs))
 endif
 endif
-endif
 
 export	TEXT_OFFSET GZFLAGS MMUEXT