Current Path : /usr/src/kernels/4.18.0-553.50.1.el8_10.x86_64/drivers/dma/dw/ |
Current File : //usr/src/kernels/4.18.0-553.50.1.el8_10.x86_64/drivers/dma/dw/Makefile |
# SPDX-License-Identifier: GPL-2.0 obj-$(CONFIG_DW_DMAC_CORE) += dw_dmac_core.o dw_dmac_core-y := core.o dw.o idma32.o dw_dmac_core-$(CONFIG_ACPI) += acpi.o obj-$(CONFIG_DW_DMAC) += dw_dmac.o dw_dmac-y := platform.o dw_dmac-$(CONFIG_OF) += of.o obj-$(CONFIG_DW_DMAC_PCI) += dw_dmac_pci.o dw_dmac_pci-y := pci.o