mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-25 19:31:09 +07: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
|