summaryrefslogtreecommitdiff
path: root/arch/arm/mach-mv78xx0/Makefile
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2015-12-02 22:27:07 +0100
committerGregory CLEMENT <gregory.clement@free-electrons.com>2015-12-07 18:17:41 +0100
commit43dad399a107ecffdba97454ca4cdf8c7271b228 (patch)
tree8cc44e1df4da8655ddc63088693f5ac18a70e911 /arch/arm/mach-mv78xx0/Makefile
parent4c811b99b4de975f6c624efb269ed719e75a3035 (diff)
ARM: mv78xx0: multiplatform support
The mv78xx0 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-mv78xx0/Makefile')
-rw-r--r--arch/arm/mach-mv78xx0/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-mv78xx0/Makefile b/arch/arm/mach-mv78xx0/Makefile
index 7cd04634d302..ddb3aa98a3c7 100644
--- a/arch/arm/mach-mv78xx0/Makefile
+++ b/arch/arm/mach-mv78xx0/Makefile
@@ -1,3 +1,5 @@
+ccflags-$(CONFIG_ARCH_MULTIPLATFORM) := -I$(srctree)/arch/arm/plat-orion/include
+
obj-y += common.o mpp.o irq.o pcie.o
obj-$(CONFIG_MACH_DB78X00_BP) += db78x00-bp-setup.o
obj-$(CONFIG_MACH_RD78X00_MASA) += rd78x00-masa-setup.o