diff options
author | Daniel Friesel <derf@finalrewind.org> | 2021-02-01 21:23:58 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2021-02-01 21:23:58 +0100 |
commit | 31a918533ce2b5a2796a671b14c82b9f2c1dd5df (patch) | |
tree | 4ec0cbc1fef598244148aceb44fbccef915a2153 /Makefile | |
parent | 13b66f1f3962253d67abc9f73ff043c625a4d58d (diff) |
update deflate library
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}, ) |