9 lines
317 B
Makefile
9 lines
317 B
Makefile
|
# Component makefile for extras/cpp_support
|
||
|
INC_DIRS += $(ROOT)extras/cpp_support/include
|
||
|
|
||
|
# args for passing into compile rule generation
|
||
|
# extras/mqtt-client_INC_DIR = $(ROOT)extras/mqtt-client
|
||
|
# extras/mqtt-client_SRC_DIR = $(ROOT)extras/mqtt-client
|
||
|
|
||
|
# $(eval $(call component_compile_rules,extras/mqtt-client))
|