aboutsummaryrefslogtreecommitdiff
path: root/nuttx/binfmt
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
commit0506b554c82a0d7ca6128c11847595d37169777d (patch)
treecc81567392ff2461a42c0d60e322127de07fd1f6 /nuttx/binfmt
parentfb0aa16107b4cf41c38bf433a8b58ff54de2f0d3 (diff)
downloadpx4-firmware-0506b554c82a0d7ca6128c11847595d37169777d.tar.gz
px4-firmware-0506b554c82a0d7ca6128c11847595d37169777d.tar.bz2
px4-firmware-0506b554c82a0d7ca6128c11847595d37169777d.zip
Fix Kconfig files broken by last check-in
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5255 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/binfmt')
-rw-r--r--nuttx/binfmt/Kconfig5
-rw-r--r--nuttx/binfmt/libelf/Kconfig4
2 files changed, 5 insertions, 4 deletions
diff --git a/nuttx/binfmt/Kconfig b/nuttx/binfmt/Kconfig
index 3519536fb..4d020163e 100644
--- a/nuttx/binfmt/Kconfig
+++ b/nuttx/binfmt/Kconfig
@@ -19,7 +19,7 @@ config NXFLAT
Enable support for the NXFLAT binary format. Default: n
if NXFLAT
-include binfmt/libnxflat/Kconfig
+source binfmt/libnxflat/Kconfig
endif
config ELF
@@ -29,8 +29,9 @@ config ELF
Enable support for the ELF binary format. Default: n
if ELF
-include binfmt/libelf/Kconfig
+source binfmt/libelf/Kconfig
endif
+
endif
config SYMTAB_ORDEREDBYNAME
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"