summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2021-02-01 21:23:58 +0100
committerDaniel Friesel <derf@finalrewind.org>2021-02-01 21:23:58 +0100
commit31a918533ce2b5a2796a671b14c82b9f2c1dd5df (patch)
tree4ec0cbc1fef598244148aceb44fbccef915a2153 /Makefile
parent13b66f1f3962253d67abc9f73ff043c625a4d58d (diff)
update deflate library
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index e7ce2cc..369d26c 100644
--- a/Makefile
+++ b/Makefile
@@ -266,6 +266,10 @@ ifdef CONFIG_lib_inflate_checksum
COMMON_FLAGS += -DDEFLATE_CHECKSUM
endif
+ifdef CONFIG_lib_inflate_lut
+ COMMON_FLAGS += -DDEFLATE_WITH_LUT
+endif
+
# Configure drivers (TODO: Kconfig)
ifneq (${i2c_freq}, )