aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/templates/osal/osal.mk
blob: 623811fb1cf07e9108caa30e10a071c249a691dd (plain)
1
2
3
4
5
6
7
8
9
# OSAL files.
OSALSRC += ${CHIBIOS}/os/hal/templates/osal/osal.c

# Required include directories
OSALINC += ${CHIBIOS}/os/hal/templates/osal

# Shared variables
ALLCSRC += $(OSALSRC)
ALLINC  += $(OSALINC)