summaryrefslogtreecommitdiff
path: root/nuttx/Makefile
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-04-05 17:44:04 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-04-05 17:44:04 +0000
commit7d6b25e17e4a83e7fd20cec47203fa897c53113a (patch)
tree6f91b9b19d0a241c182bacdb0a621f438e2abf56 /nuttx/Makefile
parent8cd35f60598c48898e560e8488f965ac7cbb3030 (diff)
downloadnuttx-7d6b25e17e4a83e7fd20cec47203fa897c53113a.tar.gz
nuttx-7d6b25e17e4a83e7fd20cec47203fa897c53113a.tar.bz2
nuttx-7d6b25e17e4a83e7fd20cec47203fa897c53113a.zip
Beginning of a NuttX configuration tool
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4560 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/Makefile')
-rw-r--r--nuttx/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/nuttx/Makefile b/nuttx/Makefile
index 1f1e4f8b0..a413fb7a2 100644
--- a/nuttx/Makefile
+++ b/nuttx/Makefile
@@ -589,3 +589,8 @@ ifneq ($(APPDIR),)
@mv _SAVED_APPS_config "$(TOPDIR)/$(APPDIR)/.config" || \
{ echo "Copy of _SAVED_APPS_config failed" ; exit 1 ; }
endif
+
+ARCH ?=sim
+menuconfig:
+ SRCARCH=${ARCH} mconf Kconfig
+