summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 0771c1c..8baba0e 100644
--- a/Makefile
+++ b/Makefile
@@ -56,6 +56,11 @@ ifeq (${softi2c_pullup}, 1)
COMMON_FLAGS += -DSOFTI2C_PULLUP
endif
+ifeq (${softi2c_timer}, 1)
+ arch_drivers += ,timer
+ COMMON_FLAGS += -DSOFTI2C_TIMER
+endif
+
ifeq (${kout_nop}, 1)
COMMON_FLAGS += -DKOUT_NOP
endif