From 31a918533ce2b5a2796a671b14c82b9f2c1dd5df Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Mon, 1 Feb 2021 21:23:58 +0100 Subject: update deflate library --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile') 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}, ) -- cgit v1.2.3