of: MSI: Simplify irqdomain lookup
[linux/fpc-iii.git] / drivers / misc / cxl / Makefile
blob6982f603fadc51a20154f38cbf1f82d95125f8df
1 ccflags-y := -Werror -Wno-unused-const-variable
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
9 # For tracepoints to include our trace.h from tracepoint infrastructure:
10 CFLAGS_trace.o := -I$(src)