blob: fcf16f3c30e86450a813e0682ce91f707bb71dca (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# List of the ChibiOS ARMv7-M sandbox user files.
SBUSERSRC = $(CHIBIOS)/os/sb/user/sbuser.c
SBUSERASM =
SBUSERINC = $(CHIBIOS)/os/sb/common \
$(CHIBIOS)/os/sb/user
# Shared variables
ALLXASMSRC += $(SBUSERASM)
ALLCSRC += $(SBUSERSRC)
ALLINC += $(SBUSERINC)
|