mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-20 10:44:23 +08:00
377524dc4d
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>
12 lines
261 B
Makefile
12 lines
261 B
Makefile
#
|
|
# Makefile for code common across different PXA processor families
|
|
#
|
|
ccflags-$(CONFIG_ARCH_MMP) := -I$(srctree)/$(src)/include
|
|
|
|
obj-$(CONFIG_ARCH_PXA) := dma.o
|
|
|
|
obj-$(CONFIG_PXA3xx) += mfp.o
|
|
obj-$(CONFIG_ARCH_MMP) += mfp.o
|
|
|
|
obj-$(CONFIG_PXA_SSP) += ssp.o
|