build a kernel, using malta_kvm_defconfig

(there's a lot in this config that I don't think is needed)
This commit is contained in:
Daniel Barlow
2022-09-20 18:54:27 +01:00
parent 41598a75f0
commit b2f7a429f7
7 changed files with 591 additions and 7 deletions

View File

@@ -5,5 +5,5 @@ export TMPDIR=${TMPDIR-/tmp}
for i in tests/*/run.sh; do
echo $i
$i || exit 1
$i $* || exit 1
done