summaryrefslogtreecommitdiff
path: root/arch/arm/plat-orion/Makefile
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2022-09-23 21:55:50 +0200
committerArnd Bergmann <arnd@arndb.de>2022-09-23 21:55:54 +0200
commit63872304bdb3decd5454f4dd210c25395278ed13 (patch)
tree0e2700625ed7400acc9a1560a855e6f1c5186602 /arch/arm/plat-orion/Makefile
parent1ee41d92f1a05a87a1c69081006a21e6c319de82 (diff)
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 <lkp@intel.com> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/plat-orion/Makefile')
-rw-r--r--arch/arm/plat-orion/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/plat-orion/Makefile b/arch/arm/plat-orion/Makefile
index 4e3f25de13c1..830b0be038c6 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