From 15c753b2aa1729a8a793ea2f1078dfe84e23d2e5 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Fri, 28 May 2021 15:51:30 +0200 Subject: driver configuration is now kconfig-first --- src/app/luxlog/Makefile.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'src/app/luxlog') diff --git a/src/app/luxlog/Makefile.inc b/src/app/luxlog/Makefile.inc index 0d3e2df..cc27fd0 100644 --- a/src/app/luxlog/Makefile.inc +++ b/src/app/luxlog/Makefile.inc @@ -8,4 +8,5 @@ ifdef app loop = 1 override arch_drivers += ,i2c CONFIG_driver_max44009 = y + COMMON_FLAGS += -DCONFIG_driver_max44009 endif -- cgit v1.2.3