aboutsummaryrefslogtreecommitdiffstats
path: root/os/common/ports/ARM/compilers/GCC/mk/port_generic.mk
blob: 71f269be6f28d90d7219a9b49071102725f30dd2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# List of the ChibiOS/RT ARM generic port files.
PORTSRC = ${CHIBIOS}/os/common/ports/ARM/chcore.c

PORTASM = $(CHIBIOS)/os/common/ports/ARM/compilers/GCC/chcoreasm.S

PORTINC = ${CHIBIOS}/os/common/ports/ARM \
          ${CHIBIOS}/os/common/ports/ARM/compilers/GCC

# Shared variables
ALLXASMSRC += $(PORTASM)
ALLCSRC    += $(PORTSRC)
ALLINC     += $(PORTINC)