summaryrefslogtreecommitdiff
path: root/nuttx/Makefile
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-04-11 23:06:30 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-04-11 23:06:30 +0000
commit3874129d283ec7f4cd62adf121abdb115f31a967 (patch)
treed4535a88c1a8836428551104634a90bfaa1dc8f0 /nuttx/Makefile
parent7d770cc270d1e3f73899309ca4a2ac9a1739ffcc (diff)
downloadnuttx-3874129d283ec7f4cd62adf121abdb115f31a967.tar.gz
nuttx-3874129d283ec7f4cd62adf121abdb115f31a967.tar.bz2
nuttx-3874129d283ec7f4cd62adf121abdb115f31a967.zip
Add tools/cmpconfig.c to compare to configuration files
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4592 42af7a65-404d-4744-a932-0658087f49c3
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