Makefile 338 B

1234567891011
  1. # SPDX-License-Identifier: GPL-2.0+
  2. ccflags-$(CONFIG_PPC_WERROR) += -Werror
  3. ocxl-y += main.o pci.o config.o file.o pasid.o
  4. ocxl-y += link.o context.o afu_irq.o sysfs.o trace.o
  5. obj-$(CONFIG_OCXL) += ocxl.o
  6. # For tracepoints to include our trace.h from tracepoint infrastructure:
  7. CFLAGS_trace.o := -I$(src)
  8. # ccflags-y += -DDEBUG