Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux
[linux-drm-fsl-dcu.git] / drivers / misc / cxl / Makefile
1 ccflags-y := -Werror
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)