brintos

brintos / linux-shallow public Read only

0
0
Text · 247 B · d4c4cd6 Raw
8 lines · plain
1# SPDX-License-Identifier: GPL-2.02# device_hmem.o deliberately precedes dax_hmem.o for initcall ordering3obj-$(CONFIG_DEV_DAX_HMEM_DEVICES) += device_hmem.o4obj-$(CONFIG_DEV_DAX_HMEM) += dax_hmem.o5 6device_hmem-y := device.o7dax_hmem-y := hmem.o8