From 12ce549ad95999e08a990ede76721c998da28859 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Fri, 28 May 2021 13:15:36 +0200 Subject: Makefile: fix typo --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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) -- cgit v1.2.3