mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
Trivial fix for kbuildall: initialize "i", not CURRENTARGET [sic]
that isn't used anywhere. Signed-off-by: Patrick Georgi <patrick.georgi@coresystems.de> Acked-by: Patrick Georgi <patrick.georgi@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4667 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
892b091e96
commit
cdceab8fac
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ else
|
|||
rm -rf $TARGETDIR
|
||||
fi
|
||||
mkdir -p $TARGETDIR
|
||||
CURRENTARGET=0
|
||||
i=0
|
||||
for dir in $ALLTARGETS; do
|
||||
i=`expr $i + 1`
|
||||
if [ ! -f src/mainboard/$dir/Kconfig ]; then
|
||||
|
|
Loading…
Add table
Reference in a new issue