summaryrefslogtreecommitdiffstats
path: root/nuttx/configs/pic32-starterkit
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-08-27 14:07:17 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-08-27 14:07:17 +0000
commitbf20d4830a7514c77072539daf48e2bbd31cbb75 (patch)
treef5ead231ab75e45f2fbfaab0a2d3d529f709d7c3 /nuttx/configs/pic32-starterkit
parent10bdfafb2471fa94107cb1873422f51c8559a479 (diff)
Dequote Kconfig strings that may be used as components of a path
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5057 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'nuttx/configs/pic32-starterkit')
-rw-r--r--nuttx/configs/pic32-starterkit/nsh/Make.defs1
-rw-r--r--nuttx/configs/pic32-starterkit/nsh2/Make.defs1
-rw-r--r--nuttx/configs/pic32-starterkit/ostest/Make.defs1
3 files changed, 3 insertions, 0 deletions
diff --git a/nuttx/configs/pic32-starterkit/nsh/Make.defs b/nuttx/configs/pic32-starterkit/nsh/Make.defs
index a951be9170..cb2a34816c 100644
--- a/nuttx/configs/pic32-starterkit/nsh/Make.defs
+++ b/nuttx/configs/pic32-starterkit/nsh/Make.defs
@@ -34,6 +34,7 @@
############################################################################
include ${TOPDIR}/.config
+include ${TOPDIR}/tools/Config.mk
# Setup for the selected toolchain
diff --git a/nuttx/configs/pic32-starterkit/nsh2/Make.defs b/nuttx/configs/pic32-starterkit/nsh2/Make.defs
index 8c031f3154..e4f4672a25 100644
--- a/nuttx/configs/pic32-starterkit/nsh2/Make.defs
+++ b/nuttx/configs/pic32-starterkit/nsh2/Make.defs
@@ -34,6 +34,7 @@
############################################################################
include ${TOPDIR}/.config
+include ${TOPDIR}/tools/Config.mk
# Setup for the selected toolchain
diff --git a/nuttx/configs/pic32-starterkit/ostest/Make.defs b/nuttx/configs/pic32-starterkit/ostest/Make.defs
index 586135a3e2..d82af28b90 100644
--- a/nuttx/configs/pic32-starterkit/ostest/Make.defs
+++ b/nuttx/configs/pic32-starterkit/ostest/Make.defs
@@ -34,6 +34,7 @@
############################################################################
include ${TOPDIR}/.config
+include ${TOPDIR}/tools/Config.mk
# Setup for the selected toolchain