diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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}, ) |