diff options
Diffstat (limited to 'src/app/i2cdetect/Makefile.inc')
-rw-r--r-- | src/app/i2cdetect/Makefile.inc | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/app/i2cdetect/Makefile.inc b/src/app/i2cdetect/Makefile.inc index 7620800..c76489c 100644 --- a/src/app/i2cdetect/Makefile.inc +++ b/src/app/i2cdetect/Makefile.inc @@ -1,3 +1,4 @@ -arch_drivers += ,i2c -drivers += ,lm75 -loop ?= 1 +ifdef app + override loop = 1 + override arch_drivers += ,i2c +endif |