diff --git a/binfmt/Kconfig b/binfmt/Kconfig index 3519536fb6..4d020163ee 100644 --- a/binfmt/Kconfig +++ b/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/binfmt/libelf/Kconfig b/binfmt/libelf/Kconfig index c6e00f6046..ba931b57e7 100644 --- a/binfmt/libelf/Kconfig +++ b/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"