Makefile 194 B

12345678
  1. #
  2. # Makefile for the Linux/Xtensa-specific parts of the memory manager.
  3. #
  4. obj-y := init.o misc.o
  5. obj-$(CONFIG_MMU) += cache.o fault.o ioremap.o mmu.o tlb.o
  6. obj-$(CONFIG_HIGHMEM) += highmem.o