diff options
Diffstat (limited to 'src/app/luxlog/Makefile.inc')
-rw-r--r-- | src/app/luxlog/Makefile.inc | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/src/app/luxlog/Makefile.inc b/src/app/luxlog/Makefile.inc index bcee1d0..a0cbcd8 100644 --- a/src/app/luxlog/Makefile.inc +++ b/src/app/luxlog/Makefile.inc @@ -1,3 +1,5 @@ -arch_drivers += ,i2c -drivers += ,max44009 -loop ?= 1 +ifdef app + override loop = 1 + override arch_drivers += ,i2c + override drivers += ,max44009 +endif |