mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-27 12:15:08 +07:00
69da8be90d
Here is a kinda big refactoring that should have been done in the first place, when Intel iDMA 32-bit support appeared. It splits operations which are different to Synopsys DesignWare and Intel iDMA 32-bit controllers. No functional change intended. Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Signed-off-by: Vinod Koul <vkoul@kernel.org>
10 lines
257 B
Makefile
10 lines
257 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
obj-$(CONFIG_DW_DMAC_CORE) += dw_dmac_core.o
|
|
dw_dmac_core-objs := core.o dw.o idma32.o
|
|
|
|
obj-$(CONFIG_DW_DMAC) += dw_dmac.o
|
|
dw_dmac-objs := platform.o
|
|
|
|
obj-$(CONFIG_DW_DMAC_PCI) += dw_dmac_pci.o
|
|
dw_dmac_pci-objs := pci.o
|