esp-open-rtos/extras/softuart/component.mk
mr-nice 6b0547b963 Softuart (#307)
* extras/softuart: support for multiple UARTs, dynamic RX/TX pins
2017-03-06 23:28:20 +06:00

10 lines
282 B
Makefile

# Component makefile for extras/softuart
# expected anyone using this driver includes it as 'softuart/softuart.h'
INC_DIRS += $(softuart_ROOT)..
# args for passing into compile rule generation
softuart_SRC_DIR = $(softuart_ROOT)
$(eval $(call component_compile_rules,softuart))