block: fix?

This commit is contained in:
wutno 2025-03-08 19:05:17 -05:00
parent 02c147089f
commit 44e031b8f9
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ block_ss.add(files(
'throttle-groups.c',
'write-threshold.c',
'blkmemory.c',
), zstd, zlib, gnutls)
), zstd, zlib)
system_ss.add(when: 'CONFIG_TCG', if_true: files('blkreplay.c'))
system_ss.add(files('block-ram-registrar.c'))