From: Arnd Bergmann Date: Fri, 23 Sep 2022 19:55:50 +0000 (+0200) Subject: ARM: orion: fix include path X-Git-Tag: v6.6.17~6487^2~5 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=63872304bdb3decd5454f4dd210c25395278ed13;p=platform%2Fkernel%2Flinux-rpi.git ARM: orion: fix include path Now that CONFIG_ARCH_MULTIPLATFORM can be disabled anywhere, there is a build failure for plat-orion: arch/arm/plat-orion/irq.c:19:10: fatal error: plat/irq.h: No such file or directory Make the include path unconditional. Reported-by: kernel test robot Signed-off-by: Arnd Bergmann --- diff --git a/arch/arm/plat-orion/Makefile b/arch/arm/plat-orion/Makefile index 4e3f25d..830b0be 100644 --- a/arch/arm/plat-orion/Makefile +++ b/arch/arm/plat-orion/Makefile @@ -2,7 +2,7 @@ # # Makefile for the linux kernel. # -ccflags-$(CONFIG_ARCH_MULTIPLATFORM) := -I$(srctree)/$(src)/include +ccflags-y := -I$(srctree)/$(src)/include orion-gpio-$(CONFIG_GPIOLIB) += gpio.o obj-$(CONFIG_PLAT_ORION_LEGACY) += irq.o pcie.o time.o common.o mpp.o