You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
316 B
Makefile
12 lines
316 B
Makefile
4 years ago
|
# OSAL files.
|
||
|
OSALSRC += ${CHIBIOS}/os/hal/osal/os-less/ARMCMx/osal.c \
|
||
|
${CHIBIOS}/os/hal/osal/lib/osal_vt.c
|
||
|
|
||
|
# Required include directories
|
||
|
OSALINC += ${CHIBIOS}/os/hal/osal/os-less/ARMCMx \
|
||
|
${CHIBIOS}/os/hal/osal/lib
|
||
|
|
||
|
# Shared variables
|
||
|
ALLCSRC += $(OSALSRC)
|
||
|
ALLINC += $(OSALINC)
|