diff options
author | Ian Munsie <imunsie@au1.ibm.com> | 2014-10-08 12:55:04 +0400 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2014-10-08 13:15:58 +0400 |
commit | 881632c905f29fd7173250fd1d5b3a9a769d02be (patch) | |
tree | 1e42eb037c76f2e695c7bb168a0bc209426f4aa9 /drivers/misc/cxl/Makefile | |
parent | 66b43081c0bde3171208a7cb52f5807dce4a79e4 (diff) | |
download | linux-881632c905f29fd7173250fd1d5b3a9a769d02be.tar.xz |
cxl: Add driver to Kbuild and Makefiles
Signed-off-by: Ian Munsie <imunsie@au1.ibm.com>
Signed-off-by: Michael Neuling <mikey@neuling.org>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'drivers/misc/cxl/Makefile')
-rw-r--r-- | drivers/misc/cxl/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/misc/cxl/Makefile b/drivers/misc/cxl/Makefile index e30ad0ab0cf5..165e98fef2c2 100644 --- a/drivers/misc/cxl/Makefile +++ b/drivers/misc/cxl/Makefile @@ -1 +1,3 @@ +cxl-y += main.o file.o irq.o fault.o native.o context.o sysfs.o debugfs.o pci.o +obj-$(CONFIG_CXL) += cxl.o obj-$(CONFIG_CXL_BASE) += base.o |