summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 5ec0340..e7ce2cc 100644
--- a/Makefile
+++ b/Makefile
@@ -258,6 +258,14 @@ ifdef CONFIG_driver_softi2c
COMMON_FLAGS += -DDRIVER_SOFTI2C
endif
+ifdef CONFIG_lib_inflate
+ CXX_TARGETS += src/lib/inflate.cc
+endif
+
+ifdef CONFIG_lib_inflate_checksum
+ COMMON_FLAGS += -DDEFLATE_CHECKSUM
+endif
+
# Configure drivers (TODO: Kconfig)
ifneq (${i2c_freq}, )