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.
10 lines
208 B
Makefile
10 lines
208 B
Makefile
4 years ago
|
# OSAL files.
|
||
|
OSALSRC += ${CHIBIOS}/os/hal/osal/rt-nil/osal.c
|
||
|
|
||
|
# Required include directories
|
||
|
OSALINC += ${CHIBIOS}/os/hal/osal/rt-nil
|
||
|
|
||
|
# Shared variables
|
||
|
ALLCSRC += $(OSALSRC)
|
||
|
ALLINC += $(OSALINC)
|