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.9 10 lines 344 B view raw
1obj-y := dma-mapping.o extable.o fault.o init.o \ 2 cache.o copypage.o flush.o \ 3 ioremap.o mmap.o pgd.o mmu.o \ 4 context.o proc.o pageattr.o 5obj-$(CONFIG_HUGETLB_PAGE) += hugetlbpage.o 6obj-$(CONFIG_ARM64_PTDUMP) += dump.o 7obj-$(CONFIG_NUMA) += numa.o 8 9obj-$(CONFIG_KASAN) += kasan_init.o 10KASAN_SANITIZE_kasan_init.o := n