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