kernel/lib: Add new file for zstd.

This commit is contained in:
Augustin Cavalier
2019-05-14 20:19:29 -04:00
parent 77d551c2f1
commit 0feba5ebec
+1 -1
View File
@@ -13,7 +13,7 @@ local zstdCommonSources =
xxhash.c
;
local zstdDecSources =
huf_decompress.c zstd_decompress.c
huf_decompress.c zstd_decompress.c zstd_decompress_block.c
;
LOCATE on [ FGristFiles $(zstdCommonSources) ] =