]> asedeno.scripts.mit.edu Git - linux.git/blob - drivers/misc/ocxl/Makefile
Merge tag 'ovl-update-4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs
[linux.git] / drivers / misc / ocxl / Makefile
1 # SPDX-License-Identifier: GPL-2.0+
2 ccflags-$(CONFIG_PPC_WERROR)    += -Werror
3
4 ocxl-y                          += main.o pci.o config.o file.o pasid.o
5 ocxl-y                          += link.o context.o afu_irq.o sysfs.o trace.o
6 obj-$(CONFIG_OCXL)              += ocxl.o
7
8 # For tracepoints to include our trace.h from tracepoint infrastructure:
9 CFLAGS_trace.o := -I$(src)
10
11 # ccflags-y += -DDEBUG