7e73693898
This fixes a long-standing bug where build directories sometimes expanded many levels deeper than they should have. Component names can now no longer contains slashes (ie the component name for 'extras/i2c' is now just 'i2c')
9 lines
267 B
Makefile
9 lines
267 B
Makefile
# Component makefile for extras/bmp180
|
|
|
|
# expected anyone using bmp driver includes it as 'bmp180/bmp180.h'
|
|
INC_DIRS += $(bmp180_ROOT)..
|
|
|
|
# args for passing into compile rule generation
|
|
bmp180_SRC_DIR = $(bmp180_ROOT)
|
|
|
|
$(eval $(call component_compile_rules,bmp180))
|