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