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
This commit is contained in:
parent
bff206a49b
commit
e6137637d3
|
@ -19,7 +19,7 @@ config NXFLAT
|
||||||
Enable support for the NXFLAT binary format. Default: n
|
Enable support for the NXFLAT binary format. Default: n
|
||||||
|
|
||||||
if NXFLAT
|
if NXFLAT
|
||||||
include binfmt/libnxflat/Kconfig
|
source binfmt/libnxflat/Kconfig
|
||||||
endif
|
endif
|
||||||
|
|
||||||
config ELF
|
config ELF
|
||||||
|
@ -29,8 +29,9 @@ config ELF
|
||||||
Enable support for the ELF binary format. Default: n
|
Enable support for the ELF binary format. Default: n
|
||||||
|
|
||||||
if ELF
|
if ELF
|
||||||
include binfmt/libelf/Kconfig
|
source binfmt/libelf/Kconfig
|
||||||
endif
|
endif
|
||||||
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
config SYMTAB_ORDEREDBYNAME
|
config SYMTAB_ORDEREDBYNAME
|
||||||
|
|
|
@ -20,8 +20,8 @@ config ELF_SYMBOLS
|
||||||
bool "Export symbols from ELF modules"
|
bool "Export symbols from ELF modules"
|
||||||
default n
|
default n
|
||||||
---help---
|
---help---
|
||||||
Allow symbols from one ELF module to be used by another. (NOT
|
Allow symbols from one ELF module to be used by another. NOT
|
||||||
fully implemented.
|
fully implemented!
|
||||||
|
|
||||||
config ELF_DUMPBUFFER
|
config ELF_DUMPBUFFER
|
||||||
bool "Dump ELF buffers"
|
bool "Dump ELF buffers"
|
||||||
|
|
Loading…
Reference in New Issue