2017-12-11 03:00:53 +00:00
|
|
|
# Component makefile for extras/ccs811
|
|
|
|
|
|
|
|
# expected anyone using ccs811 driver includes it as 'ccs811/ccs811.h'
|
|
|
|
INC_DIRS += $(ccs811_ROOT)..
|
2017-12-21 18:00:16 +00:00
|
|
|
INC_DIRS += $(ccs811_ROOT)
|
2017-12-11 03:00:53 +00:00
|
|
|
|
|
|
|
# args for passing into compile rule generation
|
|
|
|
ccs811_SRC_DIR = $(ccs811_ROOT)
|
|
|
|
|
|
|
|
$(eval $(call component_compile_rules,ccs811))
|