esp-open-rtos/extras/fast_i2c/component.mk
2016-08-26 10:31:25 +02:00

10 lines
266 B
Makefile

# Component makefile for fast_i2c/i2c
# expected anyone using i2c driver includes it as 'fast_i2c/i2c.h'
INC_DIRS += $(i2c_ROOT)..
# args for passing into compile rule generation
i2c_INC_DIR =
i2c_SRC_DIR = $(i2c_ROOT)
$(eval $(call component_compile_rules,i2c))