diff options
author | Alastair D'Silva <alastair@d-silva.org> | 2019-03-27 16:31:30 +1100 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2019-05-03 02:55:01 +1000 |
commit | 1ba2143606a10f1c2e7308bc7abd940a6381cffd (patch) | |
tree | dfed0c2661682dc85bf48621f8ca36a08633bdee /drivers/misc/ocxl/Makefile | |
parent | b696d28283e2e030cdc9ece7a4eb0a93b4c474fd (diff) | |
download | linux-1ba2143606a10f1c2e7308bc7abd940a6381cffd.tar.bz2 |
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/Makefile | 1 |
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: |