diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2018-03-13 10:17:18 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2018-03-13 10:17:18 +0000 |
commit | 15b691514863cd18e5e6f768a70a7b51eb37bcbb (patch) | |
tree | 3e04ddb23eb8894e3de4afd1c241d4152b1a8b3b /demos/STM32/RT-STM32L476-DISCOVERY | |
parent | cacb4331c0be676bbdb926599a715b9988c0afd9 (diff) | |
download | ChibiOS-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')
-rw-r--r-- | demos/STM32/RT-STM32L476-DISCOVERY/Makefile | 6 |
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
|