summaryrefslogtreecommitdiff
path: root/src/app/i2cdetect/Makefile.inc
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2021-02-25 21:49:29 +0100
committerDaniel Friesel <derf@finalrewind.org>2021-02-25 21:49:29 +0100
commit4e70dc99f2fe61235c7e23739f91e3f7e2fff837 (patch)
treeb14fa43290d7eda6089bd7837835d7128d620aa0 /src/app/i2cdetect/Makefile.inc
parent86668d2be24abb4af71cf8af74438cc66472b25a (diff)
move datalog functions from i2cdetect into separate app
Diffstat (limited to 'src/app/i2cdetect/Makefile.inc')
-rw-r--r--src/app/i2cdetect/Makefile.inc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/app/i2cdetect/Makefile.inc b/src/app/i2cdetect/Makefile.inc
index d2a9de5..501e914 100644
--- a/src/app/i2cdetect/Makefile.inc
+++ b/src/app/i2cdetect/Makefile.inc
@@ -5,6 +5,5 @@
# SPDX-License-Identifier: CC0-1.0
ifdef app
- CONFIG_loop = y
override arch_drivers += ,i2c
endif