forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-09 b22da3d8526a935aa31e086e63f60ff3246cb61c
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: