esp-open-rtos/extras/tsl2561/component.mk

10 lines
255 B
Makefile
Raw Normal View History

2016-08-25 16:39:25 +00:00
# Component makefile for extras/tsl2561
# Include the TSL2561 driver as "tsl2561/tsl2561.h"
INC_DIRS += $(tsl2561_ROOT)..
# args for passing into compile rule generation
tsl2561_SRC_DIR = $(tsl2561_ROOT)
$(eval $(call component_compile_rules,tsl2561))