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 v4.16-rc2 9 lines 243 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 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