summaryrefslogtreecommitdiff
path: root/nuttx/Kconfig
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-04-25 15:52:00 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-04-25 15:52:00 -0600
commit561c54964b2c99b1709fa79ee98aea31e7d7d449 (patch)
treec6f4c2610a9850b76b54b9716d3c51bdf4af3e56 /nuttx/Kconfig
parent1ffc15c3233c8d61953fc2ebc80b5d3c46fc429f (diff)
downloadpx4-nuttx-561c54964b2c99b1709fa79ee98aea31e7d7d449.tar.gz
px4-nuttx-561c54964b2c99b1709fa79ee98aea31e7d7d449.tar.bz2
px4-nuttx-561c54964b2c99b1709fa79ee98aea31e7d7d449.zip
Various Kconfig files still have references to CONFIG_ variables. Some in harmless comments, some in config definionts which is not harmless. All removed
Diffstat (limited to 'nuttx/Kconfig')
-rw-r--r--nuttx/Kconfig8
1 files changed, 4 insertions, 4 deletions
diff --git a/nuttx/Kconfig b/nuttx/Kconfig
index f5b8de094..30178dd38 100644
--- a/nuttx/Kconfig
+++ b/nuttx/Kconfig
@@ -105,7 +105,7 @@ config APPS_DIR
|
`- Makefile
- Then you would set CONFIG_APPS_DIR=../application.
+ Then you would set APPS_DIR=../application.
The application direction must contain Makefile and this make
file must support the following targets:
@@ -142,7 +142,7 @@ config BUILD_2PASS
options configure the make system build a extra link object. This link object
is assumed to be an incremental (relative) link object, but could be a static
library (archive) (some modification to this Makefile would be required if
- CONFIG_PASS1_TARGET generates an archive). Pass 1 1ncremental (relative) link
+ PASS1_TARGET generates an archive). Pass 1 1ncremental (relative) link
objects should be put into the processor-specific source directory (where other
link objects will be created). If the pass1 obect is an archive, it could
go anywhere.
@@ -163,7 +163,7 @@ config PASS1_BUILDIR
The path, relative to the top NuttX build
directory to directory that contains the Makefile to build the
first pass object. The Makefile must support the following targets:
- The special target CONFIG_PASS1_TARGET (if defined)
+ The special target PASS1_TARGET (if defined)
and the usual depend, clean, and distclean targets.
config PASS1_OBJECT
@@ -172,7 +172,7 @@ config PASS1_OBJECT
---help---
May be used to include an extra, pass1 object
into the final link. This would probably be the object generated
- from the CONFIG_PASS1_TARGET. It may be available at link time
+ from the PASS1_TARGET. It may be available at link time
in the arch/<architecture>/src directory.
config NUTTX_KERNEL