^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1) # SPDX-License-Identifier: GPL-2.0+
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 2) ccflags-$(CONFIG_PPC_WERROR) += -Werror
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 3)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 4) ocxl-y += main.o pci.o config.o file.o pasid.o mmio.o
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 5) ocxl-y += link.o context.o afu_irq.o sysfs.o trace.o
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 6) ocxl-y += core.o
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 7) obj-$(CONFIG_OCXL) += ocxl.o
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 8)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 9) # For tracepoints to include our trace.h from tracepoint infrastructure:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 10) CFLAGS_trace.o := -I$(src)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 11)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 12) # ccflags-y += -DDEBUG