device-dax: "Hotplug" persistent memory for use like normal RAM
[linux-2.6-microblaze.git] / drivers / dax / Makefile
1 # SPDX-License-Identifier: GPL-2.0
2 obj-$(CONFIG_DAX) += dax.o
3 obj-$(CONFIG_DEV_DAX) += device_dax.o
4 obj-$(CONFIG_DEV_DAX_KMEM) += kmem.o
5
6 dax-y := super.o
7 dax-y += bus.o
8 device_dax-y := device.o
9
10 obj-y += pmem/