mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 01:31:44 +00:00
707b2c247c
arch/arm/plat-pxa/mfp.c is not intended to be use by PXA25x/PXA27x, make it explicit here only for use by PXA3xx or ARCH_MMP. Reported-by: Guennadi Liakhovestski <g.liakhovestski@gmx.de> Reported-by: Robert Jarzmik <robert.jarzmik@free.fr> Signed-off-by: Eric Miao <eric.miao@marvell.com>
10 lines
189 B
Makefile
10 lines
189 B
Makefile
#
|
|
# Makefile for code common across different PXA processor families
|
|
#
|
|
|
|
obj-y := dma.o
|
|
|
|
obj-$(CONFIG_GENERIC_GPIO) += gpio.o
|
|
obj-$(CONFIG_PXA3xx) += mfp.o
|
|
obj-$(CONFIG_ARCH_MMP) += mfp.o
|