mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-02-07 01:55:10 +07:00
![Robert Jarzmik](/assets/img/avatar_default.png)
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
|