Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v5.4-rc7 11 lines 319 B view raw
1# SPDX-License-Identifier: GPL-2.0 2obj-$(CONFIG_DW_DMAC_CORE) += dw_dmac_core.o 3dw_dmac_core-objs := core.o dw.o idma32.o 4 5obj-$(CONFIG_DW_DMAC) += dw_dmac.o 6dw_dmac-y := platform.o 7dw_dmac-$(CONFIG_ACPI) += acpi.o 8dw_dmac-$(CONFIG_OF) += of.o 9 10obj-$(CONFIG_DW_DMAC_PCI) += dw_dmac_pci.o 11dw_dmac_pci-objs := pci.o