From d4c9de657a2009c457316b79a5f668e7a04abdf6 Mon Sep 17 00:00:00 2001 From: patacongo Date: Fri, 23 Mar 2007 02:25:54 +0000 Subject: Create configs/ dir; separate board configuration from processor architecture git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@126 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/tools/mkconfig.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nuttx/tools/mkconfig.c') diff --git a/nuttx/tools/mkconfig.c b/nuttx/tools/mkconfig.c index 668e2a945..161fc60f7 100644 --- a/nuttx/tools/mkconfig.c +++ b/nuttx/tools/mkconfig.c @@ -41,7 +41,7 @@ #include #include -#define DEFCONFIG "defconfig" +#define DEFCONFIG ".config" #define LINESIZE 256 static char line[LINESIZE+1]; @@ -156,7 +156,7 @@ static void parse_file(FILE *stream) static void show_usage(const char *progname) { - fprintf(stderr, "USAGE: %s \n", progname); + fprintf(stderr, "USAGE: %s \n", progname); exit(1); } -- cgit v1.2.3