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.2-rc4 9 lines 257 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-objs := platform.o 7 8obj-$(CONFIG_DW_DMAC_PCI) += dw_dmac_pci.o 9dw_dmac_pci-objs := pci.o