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 v2.6.38 11 lines 315 B view raw
1# 2# Makefile for the ia64-specific parts of the memory manager. 3# 4 5obj-y := init.o fault.o tlb.o extable.o ioremap.o 6 7obj-$(CONFIG_HUGETLB_PAGE) += hugetlbpage.o 8obj-$(CONFIG_NUMA) += numa.o 9obj-$(CONFIG_DISCONTIGMEM) += discontig.o 10obj-$(CONFIG_SPARSEMEM) += discontig.o 11obj-$(CONFIG_FLATMEM) += contig.o