ChibiOS/os/common/utils/utils.mk

9 lines
206 B
Makefile

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