Makefile 174 B

123456789
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. #
  3. # Makefile
  4. #
  5. obj-y := consistent.o init.o
  6. obj-$(CONFIG_MMU) += pgtable.o mmu_context.o fault.o
  7. obj-$(CONFIG_HIGHMEM) += highmem.o