As the last pxa related driver was converted to dmaengine, it's time to kill the legacy dma code, which is not used anymore. This finishes the pxa dmaengine transition. Signed-off-by: Robert Jarzmik <robert.jarzmik@free.fr>
10 lines
227 B
Makefile
10 lines
227 B
Makefile
#
|
|
# Makefile for code common across different PXA processor families
|
|
#
|
|
ccflags-$(CONFIG_ARCH_MMP) := -I$(srctree)/$(src)/include
|
|
|
|
obj-$(CONFIG_PXA3xx) += mfp.o
|
|
obj-$(CONFIG_ARCH_MMP) += mfp.o
|
|
|
|
obj-$(CONFIG_PXA_SSP) += ssp.o
|