diff options
author | Arnd Bergmann <arnd@arndb.de> | 2014-04-15 17:30:43 +0200 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2015-12-01 21:44:31 +0100 |
commit | 377524dc4d77f50e19392d619f531cc3c9435d1b (patch) | |
tree | fad638c69ec04ebefe07af9ed6ad95c0dd5fb918 /arch/arm/mach-mmp/Makefile | |
parent | b501fd7b1c0f10d3967d3abbd6c9d091b3384999 (diff) | |
download | linux-377524dc4d77f50e19392d619f531cc3c9435d1b.tar.bz2 |
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/mach-mmp/Makefile')
-rw-r--r-- | arch/arm/mach-mmp/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-mmp/Makefile b/arch/arm/mach-mmp/Makefile index 98f0f6388e44..7677ad5414e9 100644 --- a/arch/arm/mach-mmp/Makefile +++ b/arch/arm/mach-mmp/Makefile @@ -1,6 +1,7 @@ # # Makefile for Marvell's PXA168 processors line # +ccflags-$(CONFIG_ARCH_MULTIPLATFORM) := -I$(srctree)/arch/arm/plat-pxa/include obj-y += common.o devices.o time.o |