From ea983d82a40734b99add7f579f070265220ec9b0 Mon Sep 17 00:00:00 2001 From: patacongo Date: Wed, 11 Apr 2012 02:04:59 +0000 Subject: More configuration files git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4588 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/Kconfig | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'nuttx/Kconfig') diff --git a/nuttx/Kconfig b/nuttx/Kconfig index 0b140e16f..84ef912fb 100644 --- a/nuttx/Kconfig +++ b/nuttx/Kconfig @@ -5,10 +5,6 @@ mainmenu "Nuttx/$ARCH Configuration" -config SRCARCH - string - option env="SRCARCH" - config APPSDIR string option env="APPSDIR" @@ -119,7 +115,7 @@ endif endmenu menu "System Type" -source "arch/$SRCARCH/Kconfig" +source "arch/Kconfig" endmenu menu "Kernel Features" -- cgit v1.2.3