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

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

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