Makefile 270 B

123456789
  1. # SPDX-License-Identifier: GPL-2.0
  2. #
  3. # Makefile for the Linux/LoongArch-specific parts of the memory manager.
  4. #
  5. obj-y += init.o cache.o tlb.o tlbex.o extable.o \
  6. fault.o ioremap.o maccess.o mmap.o pgtable.o page.o
  7. obj-$(CONFIG_HUGETLB_PAGE) += hugetlbpage.o