xref: /linux/arch/x86/mm/pat/Makefile (revision f9b57cf80c8b585614ba223732be0d8f19d558d8)
1*f9b57cf8SIngo Molnar# SPDX-License-Identifier: GPL-2.0
2*f9b57cf8SIngo Molnar
3*f9b57cf8SIngo Molnarobj-y				:= set_memory.o memtype.o
4*f9b57cf8SIngo Molnar
5*f9b57cf8SIngo Molnarobj-$(CONFIG_X86_PAT)		+= memtype_interval.o
6