fd1081a0cc
Fixed reference to unknown environment var Moved drivers into extras folder and added additional documentations. Changed LOCAL to static and renamed DEBUG to BMP180_DEBUG
9 lines
255 B
Makefile
9 lines
255 B
Makefile
# Component makefile for extras/bmp180
|
|
|
|
INC_DIRS += $(ROOT)extras
|
|
|
|
# args for passing into compile rule generation
|
|
extras/bmp180_INC_DIR = $(ROOT)extras
|
|
extras/bmp180_SRC_DIR = $(ROOT)extras/bmp180
|
|
|
|
$(eval $(call component_compile_rules,extras/bmp180))
|