[coreboot] [v2] r4652 - trunk/coreboot-v2/util/abuild

svn at coreboot.org svn at coreboot.org
Tue Sep 22 17:53:55 CEST 2009


Author: stepan
Date: 2009-09-22 17:53:54 +0200 (Tue, 22 Sep 2009)
New Revision: 4652

Modified:
   trunk/coreboot-v2/util/abuild/abuild
Log:
.. make abuild Kconfig proof for the time being.

Signed-off-by: Stefan Reinauer <stepan at coresystems.de>
Acked-by: Stefan Reinauer <stepan at coresystems.de>



Modified: trunk/coreboot-v2/util/abuild/abuild
===================================================================
--- trunk/coreboot-v2/util/abuild/abuild	2009-09-22 15:53:02 UTC (rev 4651)
+++ trunk/coreboot-v2/util/abuild/abuild	2009-09-22 15:53:54 UTC (rev 4652)
@@ -103,7 +103,7 @@
 {
 	# 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





More information about the coreboot mailing list