diff options
Diffstat (limited to 'roms/u-boot/lib/zstd/Makefile')
-rw-r--r-- | roms/u-boot/lib/zstd/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/roms/u-boot/lib/zstd/Makefile b/roms/u-boot/lib/zstd/Makefile new file mode 100644 index 000000000..33c1df48e --- /dev/null +++ b/roms/u-boot/lib/zstd/Makefile @@ -0,0 +1,4 @@ +obj-y += zstd_decompress.o + +zstd_decompress-y := huf_decompress.o decompress.o \ + entropy_common.o fse_decompress.o zstd_common.o |