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.1-rc2 7 lines 220 B view raw
1obj-$(CONFIG_DEV_DAX_PMEM) += dax_pmem.o 2obj-$(CONFIG_DEV_DAX_PMEM) += dax_pmem_core.o 3obj-$(CONFIG_DEV_DAX_PMEM_COMPAT) += dax_pmem_compat.o 4 5dax_pmem-y := pmem.o 6dax_pmem_core-y := core.o 7dax_pmem_compat-y := compat.o