esp-open-rtos/extras/ina3221/component.mk
Zaltora 5eae1664e5 Ina3221 (#318)
INA3221 driver + example
2016-12-29 19:45:25 +05:00

9 lines
274 B
Makefile

# Component makefile for extras/ina3221
# expected anyone using this driver includes it as 'ina3221/ina3221.h'
INC_DIRS += $(ina3221_ROOT)..
# args for passing into compile rule generation
ina3221_SRC_DIR = $(ina3221_ROOT)
$(eval $(call component_compile_rules,ina3221))