From 2c3b6d2b71c3a9bcbef5157ec9eb4217b25cf685 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Thu, 19 May 2011 22:29:49 +0200 Subject: scripts: munge .config to handle array variables MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Transfrom array variables from pure strings (in the kconfig output) into proper bash arrays declarations, for feeding to the build scripts. Signed-off-by: "Yann E. MORIN" Signed-off-by: "Benoît THÉBAUDEAU" --- .hgignore | 1 + 1 file changed, 1 insertion(+) (limited to '.hgignore') diff --git a/.hgignore b/.hgignore index d8b62b33..a8b6e234 100644 --- a/.hgignore +++ b/.hgignore @@ -15,6 +15,7 @@ kconfig/**.o kconfig/**.dep config.gen/ .config +.config.2 # Temporaries .*.swp -- cgit v1.2.3