cxl: Cleanup Makefile
[deliverable/linux.git] / drivers / misc / cxl / Makefile
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 obj-$(CONFIG_CXL) += cxl.o
4 obj-$(CONFIG_CXL_BASE) += base.o
5
6 # For tracepoints to include our trace.h from tracepoint infrastructure:
7 CFLAGS_trace.o := -I$(src)
This page took 0.03084 seconds and 5 git commands to generate.