Makefile 340 B

1234567891011
  1. #
  2. # Makefile for the linux ppc-specific parts of the memory manager.
  3. #
  4. EXTRA_CFLAGS += -mno-minimal-toc
  5. obj-y := fault.o init.o imalloc.o hash_utils.o hash_low.o tlb.o \
  6. slb_low.o slb.o stab.o mmap.o
  7. obj-$(CONFIG_NEED_MULTIPLE_NODES) += numa.o
  8. obj-$(CONFIG_HUGETLB_PAGE) += hugetlbpage.o
  9. obj-$(CONFIG_PPC_MULTIPLATFORM) += hash_native.o