diff options
Diffstat (limited to 'drivers/misc/cxl/Makefile')
-rw-r--r-- | drivers/misc/cxl/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/drivers/misc/cxl/Makefile b/drivers/misc/cxl/Makefile index 165e98fef2c2..edb494d3ff27 100644 --- a/drivers/misc/cxl/Makefile +++ b/drivers/misc/cxl/Makefile | |||
@@ -1,3 +1,6 @@ | |||
1 | cxl-y += main.o file.o irq.o fault.o native.o context.o sysfs.o debugfs.o pci.o | 1 | cxl-y += main.o file.o irq.o fault.o native.o context.o sysfs.o debugfs.o pci.o trace.o |
2 | obj-$(CONFIG_CXL) += cxl.o | 2 | obj-$(CONFIG_CXL) += cxl.o |
3 | obj-$(CONFIG_CXL_BASE) += base.o | 3 | obj-$(CONFIG_CXL_BASE) += base.o |
4 | |||
5 | # For tracepoints to include our trace.h from tracepoint infrastructure: | ||
6 | CFLAGS_trace.o := -I$(src) | ||