Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 707b2c24 authored by Eric Miao's avatar Eric Miao
Browse files

[ARM] pxa: build arch/arm/plat-pxa/mfp.c only when PXA3xx or ARCH_MMP defined



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: default avatarGuennadi Liakhovestski <g.liakhovestski@gmx.de>
Reported-by: default avatarRobert Jarzmik <robert.jarzmik@free.fr>
Signed-off-by: default avatarEric Miao <eric.miao@marvell.com>
parent 5fa82eb8
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -2,6 +2,8 @@
# Makefile for code common across different PXA processor families
#

obj-y	:= dma.o mfp.o
obj-y	:= dma.o

obj-$(CONFIG_GENERIC_GPIO)	+= gpio.o
obj-$(CONFIG_PXA3xx)		+= mfp.o
obj-$(CONFIG_ARCH_MMP)		+= mfp.o