Makefile 149 B

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