2018-04-02 00:00:51 +00:00
|
|
|
# Component makefile for extras/uart_repl
|
|
|
|
|
2018-04-02 00:02:25 +00:00
|
|
|
# expected anyone using this library includes it as 'uart_repl/uart_repl.h'
|
2018-04-02 00:00:51 +00:00
|
|
|
INC_DIRS += $(uart_repl_ROOT)..
|
|
|
|
|
|
|
|
# args for passing into compile rule generation
|
|
|
|
uart_repl_SRC_DIR = $(uart_repl_ROOT)
|
|
|
|
|
|
|
|
$(eval $(call component_compile_rules,uart_repl))
|