From 0e0655e6ef815524107481856e40266ba23248f1 Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Tue, 22 Sep 2009 15:53:54 +0000 Subject: [PATCH] .. make abuild Kconfig proof for the time being. Signed-off-by: Stefan Reinauer Acked-by: Stefan Reinauer git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4652 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- util/abuild/abuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/abuild/abuild b/util/abuild/abuild index 15329e881..9a90f6f53 100755 --- a/util/abuild/abuild +++ b/util/abuild/abuild @@ -103,7 +103,7 @@ function vendors { # make this a function so we can easily select # without breaking readability - ls -1 "$LBROOT/src/mainboard" | grep -v Kconfig + ls -1 "$LBROOT/src/mainboard" | grep -v Kconfig | grep -v Makefile } function mainboards -- 2.25.1