summaryrefslogtreecommitdiff
path: root/firmware/SOURCES
diff options
context:
space:
mode:
authorJames Buren <braewoods+rb@braewoods.net>2021-08-05 15:57:07 +0000
committerWilliam Wilgus <me.theuser@yahoo.com>2021-08-07 03:03:27 +0000
commit60933d98c629ee96cb09bbaafe4be7cfa50358ed (patch)
tree5f726d6e24a63861ceef8069e8fe4a08f7383402 /firmware/SOURCES
parent603e749c1dd61c9d396a6a5521ff626d923b5692 (diff)
downloadrockbox-60933d98c629ee96cb09bbaafe4be7cfa50358ed.tar.gz
rockbox-60933d98c629ee96cb09bbaafe4be7cfa50358ed.zip
inflate: import initial module for deflate decompression
This will eventually be used by the ZIP module and other things that support DEFLATE based streams. Change-Id: I4acc9561eb56c9c368d1defab9c14e0454d105e1
Diffstat (limited to 'firmware/SOURCES')
-rw-r--r--firmware/SOURCES1
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/SOURCES b/firmware/SOURCES
index 71a11429cd..8d7232f206 100644
--- a/firmware/SOURCES
+++ b/firmware/SOURCES
@@ -270,6 +270,7 @@ common/unicode.c
270common/vuprintf.c 270common/vuprintf.c
271common/zip.c 271common/zip.c
272common/adler32.c 272common/adler32.c
273common/inflate.c
273 274
274/* Display */ 275/* Display */
275scroll_engine.c 276scroll_engine.c