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/ccs811test/Makefile.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/app/ccs811test') diff --git a/src/app/ccs811test/Makefile.inc b/src/app/ccs811test/Makefile.inc index b6920c9..4889e55 100644 --- a/src/app/ccs811test/Makefile.inc +++ b/src/app/ccs811test/Makefile.inc @@ -1,3 +1,3 @@ -arch_drivers += ,i2c -drivers += ,ccs811 +override arch_drivers += ,i2c +override drivers += ,ccs811 loop ?= 1 -- cgit v1.2.3