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

PORTASM = $(CHIBIOS)/os/common/ports/ARMCAx-TZ/compilers/GCC/chcoreasm.S \
          $(CHIBIOS)/os/common/ports/ARMCAx-TZ/compilers/GCC/monitor.S

PORTINC = ${CHIBIOS}/os/common/ports/ARMCAx-TZ \
          ${CHIBIOS}/os/common/ports/ARMCAx-TZ/compilers/GCC

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