summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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}, )