diff options
Diffstat (limited to 'src/app/luxlog/Makefile.inc')
-rw-r--r-- | src/app/luxlog/Makefile.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/app/luxlog/Makefile.inc b/src/app/luxlog/Makefile.inc index 13b9ac9..bb965e3 100644 --- a/src/app/luxlog/Makefile.inc +++ b/src/app/luxlog/Makefile.inc @@ -5,7 +5,7 @@ # SPDX-License-Identifier: CC0-1.0 ifdef app - override loop = 1 + CONFIG_loop = y override arch_drivers += ,i2c - override drivers += ,max44009 + CONFIG_driver_max44009 = y endif |