aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/osal/rt/osal.mk
blob: f3f900625ca47b3e9e06c81d2bea0a2586c36776 (plain)
1
2
3
4
5
6
7
8
9
# 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)