hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/drivers/misc/ocxl/Makefile
....@@ -1,8 +1,9 @@
11 # SPDX-License-Identifier: GPL-2.0+
22 ccflags-$(CONFIG_PPC_WERROR) += -Werror
33
4
-ocxl-y += main.o pci.o config.o file.o pasid.o
4
+ocxl-y += main.o pci.o config.o file.o pasid.o mmio.o
55 ocxl-y += link.o context.o afu_irq.o sysfs.o trace.o
6
+ocxl-y += core.o
67 obj-$(CONFIG_OCXL) += ocxl.o
78
89 # For tracepoints to include our trace.h from tracepoint infrastructure: