From bf20d4830a7514c77072539daf48e2bbd31cbb75 Mon Sep 17 00:00:00 2001 From: patacongo Date: Mon, 27 Aug 2012 14:07:17 +0000 Subject: 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 --- nuttx/configs/sim/mount/Make.defs | 1 + 1 file changed, 1 insertion(+) (limited to 'nuttx/configs/sim/mount/Make.defs') diff --git a/nuttx/configs/sim/mount/Make.defs b/nuttx/configs/sim/mount/Make.defs index e3e1a8576a..4c1af7fb16 100644 --- a/nuttx/configs/sim/mount/Make.defs +++ b/nuttx/configs/sim/mount/Make.defs @@ -34,6 +34,7 @@ ############################################################################ include ${TOPDIR}/.config +include ${TOPDIR}/tools/Config.mk HOSTOS = ${shell uname -o 2>/dev/null || echo "Other"} -- cgit v1.2.3