aboutsummaryrefslogtreecommitdiffstats
path: root/os/rt/ports/ARMCMx/compilers/GCC/mk/port_stm32l1xx.mk
blob: 3ae4ffed350a3447ae81ae42e961192efafb0f62 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# List of the ChibiOS/RT Cortex-M3 STM32L1xx port files.
include $(CHIBIOS)/os/common/ports/ARMCMx/compilers/GCC/mk/startup_stm32l1xx.mk

PORTSRC = $(STARTUPSRC) \
          $(CHIBIOS)/os/rt/ports/ARMCMx/chcore.c \
          $(CHIBIOS)/os/rt/ports/ARMCMx/chcore_v7m.c
          
PORTASM = $(STARTUPASM) \
          $(CHIBIOS)/os/rt/ports/ARMCMx/compilers/GCC/chcoreasm_v7m.s

PORTINC = $(STARTUPINC) \
          $(CHIBIOS)/os/rt/ports/ARMCMx \
          $(CHIBIOS)/os/rt/ports/ARMCMx/compilers/GCC

PORTLD  = $(STARTUPLD)