aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-pxa
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2014-04-15 11:30:43 -0400
committerArnd Bergmann <arnd@arndb.de>2015-12-01 15:44:31 -0500
commit377524dc4d77f50e19392d619f531cc3c9435d1b (patch)
treefad638c69ec04ebefe07af9ed6ad95c0dd5fb918 /arch/arm/plat-pxa
parentb501fd7b1c0f10d3967d3abbd6c9d091b3384999 (diff)
ARM: mmp: move into ARCH_MULTIPLATFORM
With all dependencies taken care of, this enables building the Marvell mmp platform as part of ARCH_MULTIPLATFORM, along with other ARMv5 and ARMv7 platforms. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Acked-by: Andrew Lunn <andrew@lunn.ch>
Diffstat (limited to 'arch/arm/plat-pxa')
-rw-r--r--arch/arm/plat-pxa/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/plat-pxa/Makefile b/arch/arm/plat-pxa/Makefile
index e507aebbef52..557b134db772 100644
--- a/arch/arm/plat-pxa/Makefile
+++ b/arch/arm/plat-pxa/Makefile
@@ -1,6 +1,7 @@
1# 1#
2# Makefile for code common across different PXA processor families 2# Makefile for code common across different PXA processor families
3# 3#
4ccflags-$(CONFIG_ARCH_MMP) := -I$(srctree)/$(src)/include
4 5
5obj-$(CONFIG_ARCH_PXA) := dma.o 6obj-$(CONFIG_ARCH_PXA) := dma.o
6 7