2017-09-14 12:30:55 +00:00
|
|
|
# Component makefile for extras/sht3x
|
|
|
|
|
2017-09-30 23:36:16 +00:00
|
|
|
# expected anyone using SHT3x driver includes it as 'sht3x/sht3x.h'
|
2017-09-14 12:30:55 +00:00
|
|
|
INC_DIRS += $(sht3x_ROOT)..
|
|
|
|
|
|
|
|
# args for passing into compile rule generation
|
|
|
|
sht3x_SRC_DIR = $(sht3x_ROOT)
|
|
|
|
|
|
|
|
$(eval $(call component_compile_rules,sht3x))
|