Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
at v5.10 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