]> Git Repo - linux.git/blob - drivers/dax/Makefile
Merge branch 'ndo_xdp_xmit-cleanup'
[linux.git] / drivers / dax / Makefile
1 # SPDX-License-Identifier: GPL-2.0
2 obj-$(CONFIG_DAX) += dax.o
3 obj-$(CONFIG_DEV_DAX) += device_dax.o
4 obj-$(CONFIG_DEV_DAX_PMEM) += dax_pmem.o
5
6 dax-y := super.o
7 dax_pmem-y := pmem.o
8 device_dax-y := device.o
This page took 0.033229 seconds and 4 git commands to generate.