esp-open-rtos/extras/i2c/component.mk
Angus71 fd1081a0cc Added BMP180 and I2C driver and example
Fixed reference to unknown environment var
Moved drivers into extras folder and added additional documentations.
Changed LOCAL to static and renamed DEBUG to BMP180_DEBUG
2015-08-31 13:39:27 +02:00

9 lines
240 B
Makefile

# Component makefile for extras/i2c
INC_DIRS += $(ROOT)extras
# args for passing into compile rule generation
extras/i2c_INC_DIR = $(ROOT)extras
extras/i2c_SRC_DIR = $(ROOT)extras/i2c
$(eval $(call component_compile_rules,extras/i2c))