.. 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
This commit is contained in:
parent
dbdd91bc5b
commit
0e0655e6ef
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue