/arch/ia64/mm/Makefile

https://bitbucket.org/evzijst/gittest · Makefile · 12 lines · 7 code · 2 blank · 3 comment · 0 complexity · 2421af2bb61adb2187a2691a8a572e45 MD5 · raw file

  1. #
  2. # Makefile for the ia64-specific parts of the memory manager.
  3. #
  4. obj-y := init.o fault.o tlb.o extable.o
  5. obj-$(CONFIG_HUGETLB_PAGE) += hugetlbpage.o
  6. obj-$(CONFIG_NUMA) += numa.o
  7. obj-$(CONFIG_DISCONTIGMEM) += discontig.o
  8. ifndef CONFIG_DISCONTIGMEM
  9. obj-y += contig.o
  10. endif