]> Git Repo - linux.git/blob - drivers/misc/ocxl/Makefile
efi/x86: add headroom to decompressor BSS to account for setup block
[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 mmio.o
5 ocxl-y                          += link.o context.o afu_irq.o sysfs.o trace.o
6 ocxl-y                          += core.o
7 obj-$(CONFIG_OCXL)              += ocxl.o
8
9 # For tracepoints to include our trace.h from tracepoint infrastructure:
10 CFLAGS_trace.o := -I$(src)
11
12 # ccflags-y += -DDEBUG
This page took 0.039396 seconds and 4 git commands to generate.