From 6f77d81b1ca937c369b26b99ee503cff10bc5ff2 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Thu, 28 Jan 2021 22:02:18 +0100 Subject: add kconfig variables for inflate lib --- Makefile | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'Makefile') 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}, ) -- cgit v1.2.3