summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3625462..dde01f3 100644
--- a/Makefile
+++ b/Makefile
@@ -314,7 +314,7 @@ ifdef CONFIG_timer_freq
COMMON_FLAGS += -DF_TIMER=${CONFIG_timer_freq}
endif
-ifdef CONFIG_driver_softi2c_pullup-dynamic_internal
+ifdef CONFIG_driver_softi2c_pullup_dynamic_internal
softi2c_pullup=internal
endif
ifeq (${softi2c_pullup}, internal)