summaryrefslogtreecommitdiff
path: root/drivers/cxl/core/Makefile
diff options
context:
space:
mode:
authorDan Williams <dan.j.williams@intel.com>2021-08-02 20:29:49 +0300
committerDan Williams <dan.j.williams@intel.com>2021-08-06 18:22:53 +0300
commit06737cd0d216be1cf6e8052e4fca0d391298f184 (patch)
tree76c8172133fa52148d271c10d238a8b503089292 /drivers/cxl/core/Makefile
parent95aaed266801a801add6d17cd3a4f7deb610af2e (diff)
downloadlinux-06737cd0d216be1cf6e8052e4fca0d391298f184.tar.xz
cxl/core: Move pmem functionality
Refactor the pmem / nvdimm-bridge functionality from core/bus.c to core/pmem.c. Introduce drivers/core/core.h to communicate data structures and helpers between the core bus and other functionality that registers devices on the bus. Signed-off-by: Ben Widawsky <ben.widawsky@intel.com> Reviewed-by: Jonathan Cameron <Jonathan.Cameron@huawei.com> Link: https://lore.kernel.org/r/162792538899.368511.3881663908293411300.stgit@dwillia2-desk3.amr.corp.intel.com Signed-off-by: Dan Williams <dan.j.williams@intel.com>
Diffstat (limited to 'drivers/cxl/core/Makefile')
-rw-r--r--drivers/cxl/core/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/cxl/core/Makefile b/drivers/cxl/core/Makefile
index ad137f96e5c8..e037521fe02b 100644
--- a/drivers/cxl/core/Makefile
+++ b/drivers/cxl/core/Makefile
@@ -3,3 +3,4 @@ obj-$(CONFIG_CXL_BUS) += cxl_core.o
ccflags-y += -DDEFAULT_SYMBOL_NAMESPACE=CXL -I$(srctree)/drivers/cxl
cxl_core-y := bus.o
+cxl_core-y += pmem.o