8 lines
247 B
Makefile
Raw Normal View History

2026-01-21 18:59:54 +08:00
# SPDX-License-Identifier: GPL-2.0
2026-01-29 22:25:33 +08:00
# device_hmem.o deliberately precedes dax_hmem.o for initcall ordering
2026-01-21 18:59:54 +08:00
obj-$(CONFIG_DEV_DAX_HMEM_DEVICES) += device_hmem.o
2026-01-29 22:25:33 +08:00
obj-$(CONFIG_DEV_DAX_HMEM) += dax_hmem.o
2026-01-21 18:59:54 +08:00
device_hmem-y := device.o
dax_hmem-y := hmem.o