mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 09:41:44 +00:00
49ea7fc094
PXA95x isn't widely used. And it adds the effort on supporting multiple platform. So remove it. The assumption is that nobody will miss this support. If you are reading this text because you actually require pxa95x support on a new kernel, we can work out a way to revert this patch or add support to the mmp platform. Signed-off-by: Haojian Zhuang <haojian.zhuang@gmail.com> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
11 lines
185 B
Makefile
11 lines
185 B
Makefile
#
|
|
# Makefile for code common across different PXA processor families
|
|
#
|
|
|
|
obj-y := dma.o
|
|
|
|
obj-$(CONFIG_PXA3xx) += mfp.o
|
|
obj-$(CONFIG_ARCH_MMP) += mfp.o
|
|
|
|
obj-$(CONFIG_PXA_SSP) += ssp.o
|