6db4831e98
Android 14
9 lines
205 B
Makefile
9 lines
205 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
obj-$(CONFIG_DAX) += dax.o
|
|
obj-$(CONFIG_DEV_DAX) += device_dax.o
|
|
obj-$(CONFIG_DEV_DAX_PMEM) += dax_pmem.o
|
|
|
|
dax-y := super.o
|
|
dax_pmem-y := pmem.o
|
|
device_dax-y := device.o
|