]> Git Repo - linux.git/blob - drivers/dax/pmem/Makefile
dma-mapping: don't return errors from dma_set_max_seg_size
[linux.git] / drivers / dax / pmem / Makefile
1 # SPDX-License-Identifier: GPL-2.0-only
2 obj-$(CONFIG_DEV_DAX_PMEM) += dax_pmem.o
3 obj-$(CONFIG_DEV_DAX_PMEM) += dax_pmem_core.o
4
5 dax_pmem-y := pmem.o
6 dax_pmem_core-y := core.o
7 dax_pmem_compat-y := compat.o
This page took 0.035248 seconds and 4 git commands to generate.