projects
/
platform
/
kernel
/
linux-rpi.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge tag 'irqchip-fixes-5.10-2' of git://git.kernel.org/pub/scm/linux/kernel/git...
[platform/kernel/linux-rpi.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
6
dax-y := super.o
7
dax-y += bus.o
8
device_dax-y := device.o
9
10
obj-y += pmem/
11
obj-y += hmem/