# List of the ChibiOS OOP module.
UTILSSRC = ${CHIBIOS}/os/common/utils/src/paths.c
 
UTILSINC = ${CHIBIOS}/os/common/utils/include

# Shared variables
ALLCSRC += $(UTILSSRC)
ALLINC  += $(UTILSINC)
