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 e88ba436e5615f5bb94deecbbb924227b15bbebb 9 lines 176 B view raw
1# SPDX-License-Identifier: GPL-2.0 2 3obj-$(CONFIG_MCB) += mcb.o 4 5mcb-y += mcb-core.o 6mcb-y += mcb-parse.o 7 8obj-$(CONFIG_MCB_PCI) += mcb-pci.o 9obj-$(CONFIG_MCB_LPC) += mcb-lpc.o