kernel/lib: Add another new file for zstd.

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