1cxl-y += main.o file.o irq.o fault.o native.o 2cxl-y += context.o sysfs.o debugfs.o pci.o trace.o 3obj-$(CONFIG_CXL) += cxl.o 4obj-$(CONFIG_CXL_BASE) += base.o 5 6# For tracepoints to include our trace.h from tracepoint infrastructure: 7CFLAGS_trace.o := -I$(src) 8