Skip to content
Snippets Groups Projects
Commit e6137637 authored by patacongo's avatar patacongo
Browse files

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
parent bff206a4
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment