summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 4f518ae..3a00779 100644
--- a/Makefile
+++ b/Makefile
@@ -273,6 +273,10 @@ ifdef CONFIG_driver_softi2c
COMMON_FLAGS += -DDRIVER_SOFTI2C
endif
+ifdef CONFIG_meta_driver_hardware_i2c
+ COMMON_FLAGS += -DDRIVER_HARDWARE_I2C
+endif
+
ifdef CONFIG_lib_inflate
CXX_TARGETS += src/lib/inflate.cc
endif