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

Configure Feed

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

at v5.15-rc6 9 lines 237 B view raw
1# SPDX-License-Identifier: GPL-2.0 2obj-$(CONFIG_CXL_BUS) += core/ 3obj-$(CONFIG_CXL_MEM) += cxl_pci.o 4obj-$(CONFIG_CXL_ACPI) += cxl_acpi.o 5obj-$(CONFIG_CXL_PMEM) += cxl_pmem.o 6 7cxl_pci-y := pci.o 8cxl_acpi-y := acpi.o 9cxl_pmem-y := pmem.o