2018-01-23 19:31:45 +08:00
|
|
|
# SPDX-License-Identifier: GPL-2.0+
|
|
|
|
ccflags-$(CONFIG_PPC_WERROR) += -Werror
|
|
|
|
|
2019-03-27 13:31:36 +08:00
|
|
|
ocxl-y += main.o pci.o config.o file.o pasid.o mmio.o
|
2018-01-23 19:31:45 +08:00
|
|
|
ocxl-y += link.o context.o afu_irq.o sysfs.o trace.o
|
2019-03-27 13:31:30 +08:00
|
|
|
ocxl-y += core.o
|
2018-01-23 19:31:45 +08:00
|
|
|
obj-$(CONFIG_OCXL) += ocxl.o
|
|
|
|
|
|
|
|
# For tracepoints to include our trace.h from tracepoint infrastructure:
|
|
|
|
CFLAGS_trace.o := -I$(src)
|
|
|
|
|
|
|
|
# ccflags-y += -DDEBUG
|