esp-open-rtos/extras/uart_repl/component.mk

10 lines
289 B
Makefile
Raw Normal View History

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