summaryrefslogtreecommitdiffstats
path: root/nuttx/Makefile
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-04-11 02:04:59 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-04-11 02:04:59 +0000
commit3b40a33c3d38cbd260b063fcbd01ac15f1991985 (patch)
treed3ecfd1e47accb95723f2b117bece3cac6220940 /nuttx/Makefile
parent819909d8603ae0ee641719f20bf6bb8286d64d35 (diff)
More configuration files
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4588 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'nuttx/Makefile')
-rw-r--r--nuttx/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/nuttx/Makefile b/nuttx/Makefile
index c6ace3c76e..e2a7e76c7d 100644
--- a/nuttx/Makefile
+++ b/nuttx/Makefile
@@ -604,7 +604,6 @@ ifneq ($(APPDIR),)
{ echo "Copy of _SAVED_APPS_config failed" ; exit 1 ; }
endif
-ARCH ?=sim
menuconfig:
- SRCARCH=${ARCH} APPSDIR=${CONFIG_APPS_DIR} mconf Kconfig
-
+ APPSDIR=${CONFIG_APPS_DIR} mconf Kconfig
+