esp-open-rtos/extras/bh1750/component.mk
2017-03-31 07:56:01 +02:00

9 lines
267 B
Makefile

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