# SPDX-License-Identifier: GPL-2.0 # # Makefile for the ia64-specific parts of the memory manager. # obj-y := init.o fault.o tlb.o extable.o ioremap.o obj-$([31mCONFIG_HUGETLB_PAGE[0m) += hugetlbpage.o obj-$([31mCONFIG_NUMA[0m) += numa.o obj-$([31mCONFIG_DISCONTIGMEM[0m) += discontig.o obj-$([31mCONFIG_SPARSEMEM[0m) += discontig.o obj-$([31mCONFIG_FLATMEM[0m) += contig.o |