diff options
Diffstat (limited to 'src/app/i2cdetect')
-rw-r--r-- | src/app/i2cdetect/Makefile.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/i2cdetect/Makefile.inc b/src/app/i2cdetect/Makefile.inc index eaf91d6..d2a9de5 100644 --- a/src/app/i2cdetect/Makefile.inc +++ b/src/app/i2cdetect/Makefile.inc @@ -5,6 +5,6 @@ # SPDX-License-Identifier: CC0-1.0 ifdef app - override loop = 1 + CONFIG_loop = y override arch_drivers += ,i2c endif |