summaryrefslogtreecommitdiff
path: root/src/app/i2cdetect
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2022-01-16 06:52:30 +0100
committerDaniel Friesel <derf@finalrewind.org>2022-01-16 06:52:30 +0100
commit8b5d14c7dcf045b21083e55444c3cf08e03cdbd8 (patch)
tree24fd798fd0b313aaa75bf14b86296c07e2383658 /src/app/i2cdetect
parent3a6d5a2682b761b914d611e980a256202f1b1cf6 (diff)
fix app (non-kconfig) builds in some application Makefiles
Diffstat (limited to 'src/app/i2cdetect')
-rw-r--r--src/app/i2cdetect/Makefile.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/app/i2cdetect/Makefile.inc b/src/app/i2cdetect/Makefile.inc
index 8a0b64e..0ce00f1 100644
--- a/src/app/i2cdetect/Makefile.inc
+++ b/src/app/i2cdetect/Makefile.inc
@@ -8,4 +8,5 @@ ifdef app
override arch_drivers += ,i2c
CONFIG_meta_driver_i2c = y
CONFIG_meta_driver_hardware_i2c = y
+ COMMON_FLAGS += -DCONFIG_meta_driver_i2c -DCONFIG_meta_driver_hardware_i2c
endif