kernel/drivers/misc/ocxl/Makefile
.. .. @@ -1,8 +1,9 @@ 1 1 # SPDX-License-Identifier: GPL-2.0+ 2 2 ccflags-$(CONFIG_PPC_WERROR) += -Werror 3 3 4 -ocxl-y += main.o pci.o config.o file.o pasid.o4 +ocxl-y += main.o pci.o config.o file.o pasid.o mmio.o5 5 ocxl-y += link.o context.o afu_irq.o sysfs.o trace.o 6 +ocxl-y += core.o6 7 obj-$(CONFIG_OCXL) += ocxl.o 7 8 8 9 # For tracepoints to include our trace.h from tracepoint infrastructure: