diff options
author | Arnd Bergmann <arnd@arndb.de> | 2014-04-15 19:30:43 +0400 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2015-12-01 23:44:31 +0300 |
commit | 377524dc4d77f50e19392d619f531cc3c9435d1b (patch) | |
tree | fad638c69ec04ebefe07af9ed6ad95c0dd5fb918 /arch/arm/plat-pxa | |
parent | b501fd7b1c0f10d3967d3abbd6c9d091b3384999 (diff) | |
download | linux-377524dc4d77f50e19392d619f531cc3c9435d1b.tar.xz |
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/Makefile | 1 |
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 @@ # # Makefile for code common across different PXA processor families # +ccflags-$(CONFIG_ARCH_MMP) := -I$(srctree)/$(src)/include obj-$(CONFIG_ARCH_PXA) := dma.o |