esp-open-rtos/extras/bme680/component.mk
Basti (EliteBook) b9879e1a98 Fix typo
2020-06-04 09:29:51 +02:00

10 lines
299 B
Makefile

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