summaryrefslogtreecommitdiff
path: root/arch/arm/mach-orion5x/Makefile
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2015-12-03 00:27:09 +0300
committerGregory CLEMENT <gregory.clement@free-electrons.com>2015-12-07 20:17:54 +0300
commit63cddd25fa02dbba294fb09f78ea24d7a9f1c7d9 (patch)
treeb6831a6a7c038e456f0223f86870cbdc92a71f11 /arch/arm/mach-orion5x/Makefile
parentc22c2c6008d69ff2632f8a69c62782468c2bb5a0 (diff)
downloadlinux-63cddd25fa02dbba294fb09f78ea24d7a9f1c7d9.tar.xz
ARM: orion5x: multiplatform support
The orion5x platform is now ready to be enabled for multiplatform support, this patch does the switch over by modifying the Kconfig file, the defconfig and removing the last mach/*.h header that becomes obsolete with this. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Acked-by: Andrew Lunn <andrew@lunn.ch> Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
Diffstat (limited to 'arch/arm/mach-orion5x/Makefile')
-rw-r--r--arch/arm/mach-orion5x/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-orion5x/Makefile b/arch/arm/mach-orion5x/Makefile
index a1e0fbe6a7a1..4b2502b4ca0d 100644
--- a/arch/arm/mach-orion5x/Makefile
+++ b/arch/arm/mach-orion5x/Makefile
@@ -1,3 +1,5 @@
+ccflags-$(CONFIG_ARCH_MULTIPLATFORM) := -I$(srctree)/arch/arm/plat-orion/include
+
obj-y += common.o pci.o irq.o mpp.o
obj-$(CONFIG_MACH_DB88F5281) += db88f5281-setup.o
obj-$(CONFIG_MACH_RD88F5182) += rd88f5182-setup.o