forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-11 297b60346df8beafee954a0fd7c2d64f33f3b9bc
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: