esp-open-rtos/extras/uart_repl/component.mk
2018-04-01 20:02:25 -04:00

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))