summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDaniel Friesel <daniel.friesel@uos.de>2021-05-28 13:15:36 +0200
committerDaniel Friesel <daniel.friesel@uos.de>2021-05-28 13:15:36 +0200
commit12ce549ad95999e08a990ede76721c998da28859 (patch)
tree80f64b2aefbddd21aefc58b2e55335440b7d7297 /Makefile
parent2a2b21fe8d3a40aa5ed77e6a8966b017b50eeb90 (diff)
Makefile: fix typo
Diffstat (limited to 'Makefile')
-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)