Makefile (406e12ec0b645f22b16affc71b8aa429d1777f05) | Makefile (6f7f0b3df6d49316c6f27390bb5ec250255be548) |
---|---|
1cxl-y += main.o file.o irq.o fault.o native.o 2cxl-y += context.o sysfs.o debugfs.o pci.o trace.o | 1cxl-y += main.o file.o irq.o fault.o native.o 2cxl-y += context.o sysfs.o debugfs.o pci.o trace.o |
3cxl-y += vphb.o api.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) | 4obj-$(CONFIG_CXL) += cxl.o 5obj-$(CONFIG_CXL_BASE) += base.o 6 7# For tracepoints to include our trace.h from tracepoint infrastructure: 8CFLAGS_trace.o := -I$(src) |