From e6137637d319097bee8b10e6b6f33931c5bcd9d3 Mon Sep 17 00:00:00 2001 From: patacongo Date: Thu, 25 Oct 2012 01:34:21 +0000 Subject: [PATCH] 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 --- binfmt/Kconfig | 5 +++-- binfmt/libelf/Kconfig | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/binfmt/Kconfig b/binfmt/Kconfig index 3519536fb61..4d020163eed 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 c6e00f6046c..ba931b57e7f 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"