summaryrefslogtreecommitdiffstats
path: root/drivers/dax/Makefile
diff options
context:
space:
mode:
authorDan Williams2017-07-13 02:58:21 +0200
committerDan Williams2019-01-07 06:24:46 +0100
commit51cf784c42d07fbd62cb604836a9270cf3361509 (patch)
tree808f5603d9f6f71f7727b33224d1a79cd958e99c /drivers/dax/Makefile
parentdevice-dax: Remove multi-resource infrastructure (diff)
downloadkernel-qcow2-linux-51cf784c42d07fbd62cb604836a9270cf3361509.tar.gz
kernel-qcow2-linux-51cf784c42d07fbd62cb604836a9270cf3361509.tar.xz
kernel-qcow2-linux-51cf784c42d07fbd62cb604836a9270cf3361509.zip
device-dax: Start defining a dax bus model
Towards eliminating the dax_class, move the dax-device-attribute enabling to a new bus.c file in the core. The amount of code thrash of sub-sequent patches is reduced as no logic changes are made, just pure code movement. A temporary export of unregister_dex_dax() and dax_attribute_groups is needed to preserve compilation, but those symbols become static again in a follow-on patch. Signed-off-by: Dan Williams <dan.j.williams@intel.com>
Diffstat (limited to 'drivers/dax/Makefile')
-rw-r--r--drivers/dax/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/dax/Makefile b/drivers/dax/Makefile
index 574286fac87c..658e6b9b1d74 100644
--- a/drivers/dax/Makefile
+++ b/drivers/dax/Makefile
@@ -4,5 +4,6 @@ obj-$(CONFIG_DEV_DAX) += device_dax.o
obj-$(CONFIG_DEV_DAX_PMEM) += dax_pmem.o
dax-y := super.o
+dax-y += bus.o
dax_pmem-y := pmem.o
device_dax-y := device.o