43dad399a1
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>
7 lines
288 B
Makefile
7 lines
288 B
Makefile
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
|
|
obj-$(CONFIG_MACH_TERASTATION_WXL) += buffalo-wxl-setup.o
|