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 --- src/app/countertest/Makefile.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/app/countertest') diff --git a/src/app/countertest/Makefile.inc b/src/app/countertest/Makefile.inc index 7e15c58..f8a5514 100644 --- a/src/app/countertest/Makefile.inc +++ b/src/app/countertest/Makefile.inc @@ -1,2 +1,2 @@ loop ?= 1 -arch_drivers += ,counter +override arch_drivers += ,counter -- cgit v1.2.3