From c45354687f93c651441e8a9abeb21b16140de581 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Tue, 5 Nov 2019 14:04:23 +0100 Subject: Makefiles: Fix arch_drivers and drivers overides/additions += does not work for variables specified on the commandline unless the 'override' keyword is used --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 15e83c6..17952bb 100644 --- a/Makefile +++ b/Makefile @@ -145,7 +145,7 @@ ifeq (${i2c_pullup}, gpio) endif ifeq (${softi2c_timer}, 1) - arch_drivers += ,timer + override arch_drivers += ,timer COMMON_FLAGS += -DSOFTI2C_TIMER endif -- cgit v1.2.3