summaryrefslogtreecommitdiffstats
path: root/nuttx/configs/rgmp
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/rgmp
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/rgmp')
-rw-r--r--nuttx/configs/rgmp/arm/default/Make.defs1
-rw-r--r--nuttx/configs/rgmp/arm/nsh/Make.defs1
-rw-r--r--nuttx/configs/rgmp/x86/default/Make.defs1
-rw-r--r--nuttx/configs/rgmp/x86/nsh/Make.defs1
4 files changed, 4 insertions, 0 deletions
diff --git a/nuttx/configs/rgmp/arm/default/Make.defs b/nuttx/configs/rgmp/arm/default/Make.defs
index 19d643cc37..981872363c 100644
--- a/nuttx/configs/rgmp/arm/default/Make.defs
+++ b/nuttx/configs/rgmp/arm/default/Make.defs
@@ -36,6 +36,7 @@
############################################################################
include ${TOPDIR}/.config
+include ${TOPDIR}/tools/Config.mk
RGMPLIBDIR := $(RGMP_INST_DIR)/lib
RGMPINCDIR := $(RGMP_INST_DIR)/include
diff --git a/nuttx/configs/rgmp/arm/nsh/Make.defs b/nuttx/configs/rgmp/arm/nsh/Make.defs
index 3bb764a1cc..8ee0aad634 100644
--- a/nuttx/configs/rgmp/arm/nsh/Make.defs
+++ b/nuttx/configs/rgmp/arm/nsh/Make.defs
@@ -36,6 +36,7 @@
############################################################################
include ${TOPDIR}/.config
+include ${TOPDIR}/tools/Config.mk
RGMPLIBDIR := $(RGMP_INST_DIR)/lib
RGMPINCDIR := $(RGMP_INST_DIR)/include
diff --git a/nuttx/configs/rgmp/x86/default/Make.defs b/nuttx/configs/rgmp/x86/default/Make.defs
index c5e7c532fb..9f970a1980 100644
--- a/nuttx/configs/rgmp/x86/default/Make.defs
+++ b/nuttx/configs/rgmp/x86/default/Make.defs
@@ -36,6 +36,7 @@
############################################################################
include ${TOPDIR}/.config
+include ${TOPDIR}/tools/Config.mk
RGMPLIBDIR := $(RGMP_INST_DIR)/lib
RGMPINCDIR := $(RGMP_INST_DIR)/include
diff --git a/nuttx/configs/rgmp/x86/nsh/Make.defs b/nuttx/configs/rgmp/x86/nsh/Make.defs
index 22d29c35a8..22ad89da98 100644
--- a/nuttx/configs/rgmp/x86/nsh/Make.defs
+++ b/nuttx/configs/rgmp/x86/nsh/Make.defs
@@ -36,6 +36,7 @@
############################################################################
include ${TOPDIR}/.config
+include ${TOPDIR}/tools/Config.mk
RGMPLIBDIR := $(RGMP_INST_DIR)/lib
RGMPINCDIR := $(RGMP_INST_DIR)/include