aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/misc/ocxl/Makefile
diff options
context:
space:
mode:
authorAlastair D'Silva <alastair@d-silva.org>2019-03-27 16:31:30 +1100
committerMichael Ellerman <mpe@ellerman.id.au>2019-05-03 02:55:01 +1000
commit1ba2143606a10f1c2e7308bc7abd940a6381cffd (patch)
treedfed0c2661682dc85bf48621f8ca36a08633bdee /drivers/misc/ocxl/Makefile
parentocxl: Remove some unused exported symbols (diff)
downloadwireguard-linux-1ba2143606a10f1c2e7308bc7abd940a6381cffd.tar.xz
wireguard-linux-1ba2143606a10f1c2e7308bc7abd940a6381cffd.zip
ocxl: Split pci.c
In preparation for making core code available for external drivers, move the core code out of pci.c and into core.c Signed-off-by: Alastair D'Silva <alastair@d-silva.org> Acked-by: Frederic Barrat <fbarrat@linux.ibm.com> Acked-by: Andrew Donnellan <andrew.donnellan@au1.ibm.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'drivers/misc/ocxl/Makefile')
-rw-r--r--drivers/misc/ocxl/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/misc/ocxl/Makefile b/drivers/misc/ocxl/Makefile
index 5229dcda8297..bc4e39bfda7b 100644
--- a/drivers/misc/ocxl/Makefile
+++ b/drivers/misc/ocxl/Makefile
@@ -3,6 +3,7 @@ ccflags-$(CONFIG_PPC_WERROR) += -Werror
ocxl-y += main.o pci.o config.o file.o pasid.o
ocxl-y += link.o context.o afu_irq.o sysfs.o trace.o
+ocxl-y += core.o
obj-$(CONFIG_OCXL) += ocxl.o
# For tracepoints to include our trace.h from tracepoint infrastructure: