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

PORTSRC = $(STARTUPSRC) \
          $(CHIBIOS)/os/nil/ports/ARMCMx/nilcore.c \
          $(CHIBIOS)/os/nil/ports/ARMCMx/nilcore_v7m.c
          
PORTASM = $(STARTUPASM) \
          $(CHIBIOS)/os/nil/ports/ARMCMx/compilers/GCC/nilcoreasm_v7m.s

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

PORTLD  = $(STARTUPLD)