mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-17 14:06:12 +07:00
6 lines
145 B
Makefile
6 lines
145 B
Makefile
|
# SPDX-License-Identifier: GPL-2.0
|
||
|
obj-$(CONFIG_DEV_DAX_HMEM) += dax_hmem.o
|
||
|
obj-$(CONFIG_DEV_DAX_HMEM_DEVICES) += device.o
|
||
|
|
||
|
dax_hmem-y := hmem.o
|