ccflags-y := $(call cc-disable-warning, unused-const-variable) ccflags-$([31mCONFIG_PPC_WERROR[0m) += -Werror cxl-y += main.o file.o irq.o fault.o native.o cxl-y += context.o sysfs.o debugfs.o pci.o trace.o cxl-y += vphb.o phb.o api.o cxl-$([31mCONFIG_PPC_PSERIES[0m) += flash.o guest.o of.o hcalls.o obj-$([31mCONFIG_CXL[0m) += cxl.o obj-$([31mCONFIG_CXL_BASE[0m) += base.o # For tracepoints to include our trace.h from tracepoint infrastructure: CFLAGS_trace.o := -I$(src) |