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.14 11 lines 340 B view raw
1# 2# Makefile for the linux ppc-specific parts of the memory manager. 3# 4 5EXTRA_CFLAGS += -mno-minimal-toc 6 7obj-y := fault.o init.o imalloc.o hash_utils.o hash_low.o tlb.o \ 8 slb_low.o slb.o stab.o mmap.o 9obj-$(CONFIG_NEED_MULTIPLE_NODES) += numa.o 10obj-$(CONFIG_HUGETLB_PAGE) += hugetlbpage.o 11obj-$(CONFIG_PPC_MULTIPLATFORM) += hash_native.o