]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/blame - drivers/dax/Makefile
Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/hyper...
[mirror_ubuntu-focal-kernel.git] / drivers / dax / Makefile
CommitLineData
b2441318 1# SPDX-License-Identifier: GPL-2.0
7b6be844
DW
2obj-$(CONFIG_DAX) += dax.o
3obj-$(CONFIG_DEV_DAX) += device_dax.o
c221c0b0 4obj-$(CONFIG_DEV_DAX_KMEM) += kmem.o
ab68f262 5
7b6be844 6dax-y := super.o
51cf784c 7dax-y += bus.o
7b6be844 8device_dax-y := device.o
730926c3
DW
9
10obj-y += pmem/