2015-08-25 12:45:48 +00:00
|
|
|
# Component makefile for extras/bmp180
|
|
|
|
|
2015-09-07 23:59:59 +00:00
|
|
|
# expected anyone using bmp driver includes it as 'bmp180/bmp180.h'
|
|
|
|
INC_DIRS += $(bmp180_ROOT)..
|
2015-08-25 12:45:48 +00:00
|
|
|
|
|
|
|
# args for passing into compile rule generation
|
2015-09-07 23:59:59 +00:00
|
|
|
bmp180_SRC_DIR = $(bmp180_ROOT)
|
2015-08-25 12:45:48 +00:00
|
|
|
|
2015-09-07 23:59:59 +00:00
|
|
|
$(eval $(call component_compile_rules,bmp180))
|