x86/mm/pat: Don't report PAT on CPUs that don't support it
[linux/fpc-iii.git] / drivers / misc / cxl / Makefile
blobc14fd6b65b5a5839f91fc8143ab35792497021f4
1 ccflags-y := $(call cc-disable-warning, unused-const-variable)
2 ccflags-$(CONFIG_PPC_WERROR) += -Werror
4 cxl-y += main.o file.o irq.o fault.o native.o
5 cxl-y += context.o sysfs.o pci.o trace.o
6 cxl-y += vphb.o phb.o api.o
7 cxl-$(CONFIG_PPC_PSERIES) += flash.o guest.o of.o hcalls.o
8 cxl-$(CONFIG_DEBUG_FS) += debugfs.o
9 obj-$(CONFIG_CXL) += cxl.o
10 obj-$(CONFIG_CXL_BASE) += base.o
12 # For tracepoints to include our trace.h from tracepoint infrastructure:
13 CFLAGS_trace.o := -I$(src)