]> git.kernelconcepts.de Git - karo-tx-linux.git/blob - drivers/misc/cxl/Makefile
Merge remote-tracking branches 'regmap/topic/rbtree' and 'regmap/topic/update-offload...
[karo-tx-linux.git] / drivers / misc / cxl / Makefile
1 ccflags-y := -Werror -Wno-unused-const-variable
2
3 cxl-y                           += main.o file.o irq.o fault.o native.o
4 cxl-y                           += context.o sysfs.o debugfs.o pci.o trace.o
5 cxl-y                           += vphb.o api.o
6 obj-$(CONFIG_CXL)               += cxl.o
7 obj-$(CONFIG_CXL_BASE)          += base.o
8
9 # For tracepoints to include our trace.h from tracepoint infrastructure:
10 CFLAGS_trace.o := -I$(src)