diff options
author | Stefan Reinauer <stepan@coresystems.de> | 2009-09-22 15:53:54 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2009-09-22 15:53:54 +0000 |
commit | 0e0655e6ef815524107481856e40266ba23248f1 (patch) | |
tree | f812f63b6d97fe6dadbb30eaea2df9949334d2bc /util/abuild | |
parent | dbdd91bc5bacbc1b583df00880224ced5464c6bd (diff) |
.. make abuild Kconfig proof for the time being.
Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4652 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'util/abuild')
-rwxr-xr-x | util/abuild/abuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/abuild/abuild b/util/abuild/abuild index 15329e8811..9a90f6f534 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 |