Makefile 363 B

12345678910
  1. ccflags-y := -Werror $(call cc-disable-warning, unused-const-variable)
  2. cxl-y += main.o file.o irq.o fault.o native.o
  3. cxl-y += context.o sysfs.o debugfs.o pci.o trace.o
  4. cxl-y += vphb.o api.o
  5. obj-$(CONFIG_CXL) += cxl.o
  6. obj-$(CONFIG_CXL_BASE) += base.o
  7. # For tracepoints to include our trace.h from tracepoint infrastructure:
  8. CFLAGS_trace.o := -I$(src)