aboutsummaryrefslogtreecommitdiffstats
path: root/os/nil/ports/ARMCMx/compilers/GCC/mk/port_stm32f4xx.mk
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2015-03-28 09:12:09 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2015-03-28 09:12:09 +0000
commit4cd975affe635e7e635a76eafd2b0f9b4b747e07 (patch)
tree03c899a1876ca8b058e8ba1fa5c43f60e8645886 /os/nil/ports/ARMCMx/compilers/GCC/mk/port_stm32f4xx.mk
parent746736f9ca4f97a0dd60eeb4b3d0da6ef178f98c (diff)
downloadChibiOS-4cd975affe635e7e635a76eafd2b0f9b4b747e07.tar.gz
ChibiOS-4cd975affe635e7e635a76eafd2b0f9b4b747e07.tar.bz2
ChibiOS-4cd975affe635e7e635a76eafd2b0f9b4b747e07.zip
Improved makefiles on STM32F4xx.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7823 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/nil/ports/ARMCMx/compilers/GCC/mk/port_stm32f4xx.mk')
-rw-r--r--os/nil/ports/ARMCMx/compilers/GCC/mk/port_stm32f4xx.mk15
1 files changed, 0 insertions, 15 deletions
diff --git a/os/nil/ports/ARMCMx/compilers/GCC/mk/port_stm32f4xx.mk b/os/nil/ports/ARMCMx/compilers/GCC/mk/port_stm32f4xx.mk
deleted file mode 100644
index 9e484696c..000000000
--- a/os/nil/ports/ARMCMx/compilers/GCC/mk/port_stm32f4xx.mk
+++ /dev/null
@@ -1,15 +0,0 @@
-# List of the ChibiOS/NIL Cortex-M4 STM32F4xx port files.
-include $(CHIBIOS)/os/common/ports/ARMCMx/compilers/GCC/mk/startup_stm32f4xx.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)