[klibc] [PATCH 02/16] Remove redundent include of the klibc .config

Mike Waychison mikew at google.com
Mon Mar 1 23:45:38 PST 2010


The .config is included already higher up in this file, and there are no
side-effects between it's inclusion and this one that can change it (or make it
be created).

Signed-off-by: Mike Waychison <mikew at google.com>
---
 scripts/Kbuild.klibc |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/scripts/Kbuild.klibc b/scripts/Kbuild.klibc
index 227b9bd..1ab71fc 100644
--- a/scripts/Kbuild.klibc
+++ b/scripts/Kbuild.klibc
@@ -137,9 +137,6 @@ export KLIBCLD KLIBCCC KLIBCAR KLIBCSTRIP KLIBCNM
 export KLIBCCFLAGS KLIBCAFLAGS KLIBCLIBGCC KLIBCSHAREDFLAGS KLIBCSTRIPFLAGS
 export KLIBCCRT0 KLIBCLIBC SHLIBDIR
 
-# kernel configuration
-include .config
-
 # Add $(obj)/ for paths that is not absolute
 objectify = $(foreach o,$(1),$(if $(filter /%,$(o)),$(o),$(obj)/$(o)))
 



More information about the klibc mailing list