Makefile 291 B

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