aboutsummaryrefslogtreecommitdiffstats
path: root/demos/STM32/RT-STM32F107-OLIMEX_P107-LWIP/Makefile
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2017-11-04 17:20:35 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2017-11-04 17:20:35 +0000
commit5daf7e6cac38aded54438680676cb72ee4be7b03 (patch)
treee8f2cdffd280a89957d4400678bbd465d2662687 /demos/STM32/RT-STM32F107-OLIMEX_P107-LWIP/Makefile
parentc8cdb0941bea91018362a4c9bc9b0b7f3db14784 (diff)
downloadChibiOS-5daf7e6cac38aded54438680676cb72ee4be7b03.tar.gz
ChibiOS-5daf7e6cac38aded54438680676cb72ee4be7b03.tar.bz2
ChibiOS-5daf7e6cac38aded54438680676cb72ee4be7b03.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10941 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/STM32/RT-STM32F107-OLIMEX_P107-LWIP/Makefile')
-rw-r--r--demos/STM32/RT-STM32F107-OLIMEX_P107-LWIP/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/demos/STM32/RT-STM32F107-OLIMEX_P107-LWIP/Makefile b/demos/STM32/RT-STM32F107-OLIMEX_P107-LWIP/Makefile
index 071e341d3..b8f7a59f1 100644
--- a/demos/STM32/RT-STM32F107-OLIMEX_P107-LWIP/Makefile
+++ b/demos/STM32/RT-STM32F107-OLIMEX_P107-LWIP/Makefile
@@ -84,6 +84,7 @@ endif
# Define project name here
PROJECT = ch
+CONFDIR := ./cfg
# Imported source files and paths
CHIBIOS = ../../..
@@ -152,7 +153,7 @@ INCDIR = $(CHIBIOS)/os/license \
$(STARTUPINC) $(KERNINC) $(PORTINC) $(OSALINC) \
$(HALINC) $(PLATFORMINC) $(BOARDINC) $(TESTINC) \
$(LWINC) \
- $(CHIBIOS)/os/various
+ $(CHIBIOS)/os/various $(CONFDIR)
#
# Project, sources and paths