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

10 lines
267 B
Makefile
Raw Normal View History

# 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))