summaryrefslogtreecommitdiff
path: root/nuttx/binfmt/libelf
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-10-25 01:34:21 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-10-25 01:34:21 +0000
commit087d2899c1a9f80de11b569d57862c7be8a92974 (patch)
treecc81567392ff2461a42c0d60e322127de07fd1f6 /nuttx/binfmt/libelf
parent800a488f0a609d99227cb36a4bbf42e0ed2965c6 (diff)
downloadpx4-nuttx-087d2899c1a9f80de11b569d57862c7be8a92974.tar.gz
px4-nuttx-087d2899c1a9f80de11b569d57862c7be8a92974.tar.bz2
px4-nuttx-087d2899c1a9f80de11b569d57862c7be8a92974.zip
Fix Kconfig files broken by last check-in
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5255 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/binfmt/libelf')
-rw-r--r--nuttx/binfmt/libelf/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/binfmt/libelf/Kconfig b/nuttx/binfmt/libelf/Kconfig
index c6e00f604..ba931b57e 100644
--- a/nuttx/binfmt/libelf/Kconfig
+++ b/nuttx/binfmt/libelf/Kconfig
@@ -20,8 +20,8 @@ config ELF_SYMBOLS
bool "Export symbols from ELF modules"
default n
---help---
- Allow symbols from one ELF module to be used by another. (NOT
- fully implemented.
+ Allow symbols from one ELF module to be used by another. NOT
+ fully implemented!
config ELF_DUMPBUFFER
bool "Dump ELF buffers"