9 lines
289 B
Makefile
9 lines
289 B
Makefile
# Component makefile for extras/uart_repl
|
|
|
|
# expected anyone using this library includes it as 'uart_repl/uart_repl.h'
|
|
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))
|