summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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