repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge tag 'regmap-fix-v5.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...
[linux/fpc-iii.git]
/
drivers
/
dax
/
Makefile
blob
9d4ba672d305937bdec68b9e7eab7c64ad2be2f7
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
/