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