Skip to content

Commit

Permalink
nova/Kconfig: Add LIBNVDIMM dependency
Browse files Browse the repository at this point in the history
Without it, compilation fails with:
ld: fs/nova/perf.o: in function `nd_fletcher64_call':
perf.c:(.text+0x510): undefined reference to `nd_fletcher64'
pcworld committed Jun 13, 2021
1 parent 0de30c5 commit 80b1450
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fs/nova/Kconfig
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
config NOVA_FS
tristate "NOVA: log-structured file system for non-volatile memories"
depends on FS_DAX
depends on LIBNVDIMM
select CRC32
select LIBCRC32C
help

0 comments on commit 80b1450

Please sign in to comment.