aboutsummaryrefslogtreecommitdiffstats
path: root/os/common/startup/MSP430X/compilers/GCC/mk/startup_msp430fr5xxx.mk
diff options
context:
space:
mode:
Diffstat (limited to 'os/common/startup/MSP430X/compilers/GCC/mk/startup_msp430fr5xxx.mk')
-rw-r--r--os/common/startup/MSP430X/compilers/GCC/mk/startup_msp430fr5xxx.mk10
1 files changed, 10 insertions, 0 deletions
diff --git a/os/common/startup/MSP430X/compilers/GCC/mk/startup_msp430fr5xxx.mk b/os/common/startup/MSP430X/compilers/GCC/mk/startup_msp430fr5xxx.mk
new file mode 100644
index 0000000..9c063cd
--- /dev/null
+++ b/os/common/startup/MSP430X/compilers/GCC/mk/startup_msp430fr5xxx.mk
@@ -0,0 +1,10 @@
+# List of the ChibiOS generic MSP430X startup and linker files.
+STARTUPSRC =
+#$(CHIBIOS_CONTRIB)/os/common/startup/MSP430X/compilers/GCC/vectors.c
+
+STARTUPASM =
+
+STARTUPINC = $(CHIBIOS_CONTRIB)/os/common/startup/MSP430X/compilers/GCC
+
+STARTUPLD = $(CHIBIOS_CONTRIB)/os/common/startup/MSP430X/compilers/GCC/ld
+