aboutsummaryrefslogtreecommitdiffstats
path: root/demos/STM32/RT-STM32L476-DISCOVERY/Makefile
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2018-03-13 10:15:34 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2018-03-13 10:15:34 +0000
commitcacb4331c0be676bbdb926599a715b9988c0afd9 (patch)
treef627318e29d9a757a5577dd7a70e33b00ef770fc /demos/STM32/RT-STM32L476-DISCOVERY/Makefile
parent1df601c7c786c2c6ba3e4332058e3634734665e4 (diff)
downloadChibiOS-cacb4331c0be676bbdb926599a715b9988c0afd9.tar.gz
ChibiOS-cacb4331c0be676bbdb926599a715b9988c0afd9.tar.bz2
ChibiOS-cacb4331c0be676bbdb926599a715b9988c0afd9.zip
New application template, cleaned of configuration files.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11725 110e8d01-0319-4d1e-a829-52ad28d1bb01
Diffstat (limited to 'demos/STM32/RT-STM32L476-DISCOVERY/Makefile')
-rw-r--r--demos/STM32/RT-STM32L476-DISCOVERY/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/demos/STM32/RT-STM32L476-DISCOVERY/Makefile b/demos/STM32/RT-STM32L476-DISCOVERY/Makefile
index 4b7020dc4..98aacf24a 100644
--- a/demos/STM32/RT-STM32L476-DISCOVERY/Makefile
+++ b/demos/STM32/RT-STM32L476-DISCOVERY/Makefile
@@ -84,6 +84,9 @@ endif
# Define project name here
PROJECT = ch
+CONFDIR := ./cfg
+BUILDDIR := ./build
+DEPDIR := ./.dep
# Imported source files and paths
CHIBIOS = ../../..
@@ -142,7 +145,7 @@ TCPPSRC =
ASMSRC = $(ALLASMSRC)
ASMXSRC = $(ALLXASMSRC)
-INCDIR = $(ALLINC) $(TESTINC)
+INCDIR = $(CONFDIR) $(ALLINC) $(TESTINC)
#
# Project, sources and paths