Makefile 246 B

123456789
  1. #
  2. # Makefile for the linux tile-specific parts of the memory manager.
  3. #
  4. obj-y := init.o pgtable.o fault.o extable.o elf.o \
  5. mmap.o homecache.o migrate_$(BITS).o
  6. obj-$(CONFIG_HUGETLB_PAGE) += hugetlbpage.o
  7. obj-$(CONFIG_HIGHMEM) += highmem.o