10 lines
191 B
Makefile
10 lines
191 B
Makefile
|
# OSAL files.
|
||
|
OSALSRC += ${CHIBIOS}/os/hal/osal/rt/osal.c
|
||
|
|
||
|
# Required include directories
|
||
|
OSALINC += ${CHIBIOS}/os/hal/osal/rt
|
||
|
|
||
|
# Shared variables
|
||
|
ALLCSRC += $(OSALSRC)
|
||
|
ALLINC += $(OSALINC)
|