]> Git Repo - linux.git/blob - drivers/dax/Makefile
slab: remove __alloc_size attribute from __kmalloc_track_caller
[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_KMEM) += kmem.o
5 obj-$(CONFIG_DEV_DAX_PMEM) += dax_pmem.o
6
7 dax-y := super.o
8 dax-y += bus.o
9 device_dax-y := device.o
10 dax_pmem-y := pmem.o
11
12 obj-y += hmem/
This page took 0.03586 seconds and 4 git commands to generate.