]> Git Repo - linux.git/blob - drivers/misc/cxl/Makefile
dm persistent data: eliminate unnecessary return values
[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)
This page took 0.034671 seconds and 4 git commands to generate.