]> Git Repo - linux.git/blob - drivers/dax/pmem/Makefile
x86/kaslr: Expose and use the end of the physical memory address space
[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.033768 seconds and 4 git commands to generate.