aboutsummaryrefslogtreecommitdiff
path: root/nuttx/Makefile
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-04-11 23:06:30 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-04-11 23:06:30 +0000
commit16b8b599a9ff14591f898f544ca4b77b612f57fd (patch)
treed4535a88c1a8836428551104634a90bfaa1dc8f0 /nuttx/Makefile
parentf1c5ee72b9ceb7066a12b3e92f46f02d83a522cc (diff)
downloadpx4-firmware-16b8b599a9ff14591f898f544ca4b77b612f57fd.tar.gz
px4-firmware-16b8b599a9ff14591f898f544ca4b77b612f57fd.tar.bz2
px4-firmware-16b8b599a9ff14591f898f544ca4b77b612f57fd.zip
Add tools/cmpconfig.c to compare to configuration files
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4592 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'nuttx/Makefile')
-rw-r--r--nuttx/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/Makefile b/nuttx/Makefile
index e2a7e76c7..ab6886ae9 100644
--- a/nuttx/Makefile
+++ b/nuttx/Makefile
@@ -605,5 +605,5 @@ ifneq ($(APPDIR),)
endif
menuconfig:
- APPSDIR=${CONFIG_APPS_DIR} mconf Kconfig
+ @APPSDIR=${CONFIG_APPS_DIR} mconf Kconfig