xref: /openbmc/linux/drivers/misc/cxl/Makefile (revision 3b27d139)
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
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)
9