From f6f8f750c7a25d123dc6f20902b38bcda1c95963 Mon Sep 17 00:00:00 2001 From: patacongo Date: Sun, 20 Mar 2011 19:30:39 +0000 Subject: More build fixes git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3406 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/configs/README.txt | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 'nuttx/configs/README.txt') diff --git a/nuttx/configs/README.txt b/nuttx/configs/README.txt index ca14c4224..f7891dd08 100644 --- a/nuttx/configs/README.txt +++ b/nuttx/configs/README.txt @@ -171,12 +171,9 @@ defconfig -- This is a configuration file similar to the Linux CONFIG_APP_DIR - Identifies the directory that builds the application to link with NuttX. This symbol must be assigned to the path to the application build directory *relative* to - the NuttX top build direcory. As an an example, there are - several example applicatins in the NuttX examples/ sub-directory. - To use one of these example applications, say nsh, you would - set CONFIG_APP_DIR=examples/nsh. If you had an application - directory and the NuttX directory both within another directory - like this: + the NuttX top build direcory. If you had an application + directory and the NuttX directory each in separate directory + trees like this: build |-nuttx @@ -202,7 +199,7 @@ defconfig -- This is a configuration file similar to the Linux This is only done when you change the NuttX configuration. - depend. Make or update the application build dependencies. - When this application is invoked it will receive the setting TOPDIR< like: + When this application is invoked it will receive the setting TOPDIR like: $(MAKE) -C $(CONFIG_APP_DIR) TOPDIR="$(TOPDIR)" -- cgit v1.2.3