fed42c198b
This is the PCI part of the DesignWare DMAC driver. The controller is usually used in the Intel hardware such as Intel Medfield. Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Acked-by: Arnd Bergmann <arnd@arndb.de> Acked-by: Viresh Kumar <viresh.kumar@linaro.org> Signed-off-by: Vinod Koul <vinod.koul@intel.com>
9 lines
208 B
Makefile
9 lines
208 B
Makefile
obj-$(CONFIG_DW_DMAC_CORE) += dw_dmac_core.o
|
|
dw_dmac_core-objs := core.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
|