# The INCLUDE_PATH tag can be used to specify one or more directories that
# contain include files that are not input files but should be processed by the
# preprocessor.
# This tag requires that the tag SEARCH_INCLUDES is set to YES.

INCLUDE_PATH           +=\
./project/rv1106-mcu/src \
./lib/CMSIS/Device/RV1106/Include \
./lib/hal/inc

INPUT                  +=\
./lib/CMSIS/Device/RV1106/Include
