aboutsummaryrefslogtreecommitdiffstats
path: root/demos/STM32/RT-STM32L476-DISCOVERY
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2018-03-13 10:22:19 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2018-03-13 10:22:19 +0000
commit4065cf0b1eb1993163f4eac5e21fd6add72917d2 (patch)
tree296c671c1a95f72c48d57237252ec18d58a5dc29 /demos/STM32/RT-STM32L476-DISCOVERY
parent15b691514863cd18e5e6f768a70a7b51eb37bcbb (diff)
downloadChibiOS-4065cf0b1eb1993163f4eac5e21fd6add72917d2.tar.gz
ChibiOS-4065cf0b1eb1993163f4eac5e21fd6add72917d2.tar.bz2
ChibiOS-4065cf0b1eb1993163f4eac5e21fd6add72917d2.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11727 110e8d01-0319-4d1e-a829-52ad28d1bb01
Diffstat (limited to 'demos/STM32/RT-STM32L476-DISCOVERY')
-rw-r--r--demos/STM32/RT-STM32L476-DISCOVERY/Makefile46
1 files changed, 23 insertions, 23 deletions
diff --git a/demos/STM32/RT-STM32L476-DISCOVERY/Makefile b/demos/STM32/RT-STM32L476-DISCOVERY/Makefile
index 0ae846642..1c1516070 100644
--- a/demos/STM32/RT-STM32L476-DISCOVERY/Makefile
+++ b/demos/STM32/RT-STM32L476-DISCOVERY/Makefile
@@ -152,6 +152,29 @@ INCDIR = $(CONFDIR) $(ALLINC) $(TESTINC)
##############################################################################
##############################################################################
+# Start of user section
+#
+
+# List all user C define here, like -D_DEBUG=1
+UDEFS =
+
+# Define ASM defines here
+UADEFS =
+
+# List all user directories here
+UINCDIR =
+
+# List the user directory to look for the libraries here
+ULIBDIR =
+
+# List all user libraries here
+ULIBS =
+
+#
+# End of user defines
+##############################################################################
+
+##############################################################################
# Compiler settings
#
@@ -190,28 +213,5 @@ CPPWARN = -Wall -Wextra -Wundef
# Compiler settings
##############################################################################
-##############################################################################
-# Start of user section
-#
-
-# List all user C define here, like -D_DEBUG=1
-UDEFS =
-
-# Define ASM defines here
-UADEFS =
-
-# List all user directories here
-UINCDIR =
-
-# List the user directory to look for the libraries here
-ULIBDIR =
-
-# List all user libraries here
-ULIBS =
-
-#
-# End of user defines
-##############################################################################
-
RULESPATH = $(CHIBIOS)/os/common/startup/ARMCMx/compilers/GCC
include $(RULESPATH)/rules.mk