11 lines
211 B
Makefile
Raw Normal View History

2023-06-15 10:00:36 +08:00
# SPDX-License-Identifier: GPL-2.0
obj-$(CONFIG_DAX) += dax.o
obj-$(CONFIG_DEV_DAX) += device_dax.o
obj-$(CONFIG_DEV_DAX_KMEM) += kmem.o
2020-11-04 10:33:20 +08:00
2023-06-15 10:00:36 +08:00
dax-y := super.o
dax-y += bus.o
device_dax-y := device.o
obj-y += pmem/