esp-open-rtos/extras/bmp280/component.mk
sheinz db4e39b8bd Update component.mk
Comment typo fixed.
2016-07-08 12:52:54 +03:00

9 lines
267 B
Makefile

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