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

10 lines
255 B
Makefile
Raw Normal View History

2017-03-20 16:50:46 +00:00
# Component makefile for extras/tsl4531
# Include the TSL4531 driver as "tsl4531/tsl4531.h"
INC_DIRS += $(tsl4531_ROOT)..
# args for passing into compile rule generation
tsl4531_SRC_DIR = $(tsl4531_ROOT)
$(eval $(call component_compile_rules,tsl4531))