aboutsummaryrefslogtreecommitdiffstats
path: root/demos/STM32/RT-STM32L476-DISCOVERY/Makefile
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2018-03-13 10:17:18 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2018-03-13 10:17:18 +0000
commit15b691514863cd18e5e6f768a70a7b51eb37bcbb (patch)
tree3e04ddb23eb8894e3de4afd1c241d4152b1a8b3b /demos/STM32/RT-STM32L476-DISCOVERY/Makefile
parentcacb4331c0be676bbdb926599a715b9988c0afd9 (diff)
downloadChibiOS-15b691514863cd18e5e6f768a70a7b51eb37bcbb.tar.gz
ChibiOS-15b691514863cd18e5e6f768a70a7b51eb37bcbb.tar.bz2
ChibiOS-15b691514863cd18e5e6f768a70a7b51eb37bcbb.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11726 110e8d01-0319-4d1e-a829-52ad28d1bb01
Diffstat (limited to 'demos/STM32/RT-STM32L476-DISCOVERY/Makefile')
-rw-r--r--demos/STM32/RT-STM32L476-DISCOVERY/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/demos/STM32/RT-STM32L476-DISCOVERY/Makefile b/demos/STM32/RT-STM32L476-DISCOVERY/Makefile
index 98aacf24a..0ae846642 100644
--- a/demos/STM32/RT-STM32L476-DISCOVERY/Makefile
+++ b/demos/STM32/RT-STM32L476-DISCOVERY/Makefile
@@ -84,12 +84,12 @@ endif
# Define project name here
PROJECT = ch
-CONFDIR := ./cfg
-BUILDDIR := ./build
-DEPDIR := ./.dep
# Imported source files and paths
CHIBIOS = ../../..
+CONFDIR := ./cfg
+BUILDDIR := ./build
+DEPDIR := ./.dep
# Licensing files.
include $(CHIBIOS)/os/license/license.mk