Sign in
android
/
kernel
/
lk
/
refs/heads/upstream-master
/
.
/
scripts
/
do-qemumips
blob: 6bccc202eed380adac49be0695d1ab57ce355fc5 [
file
] [
edit
]
#!/usr/bin/env bash
DIR
=
"$( cd "
$
(
dirname
"${BASH_SOURCE[0]}"
)
" && pwd )"
set
-
e
set
-
x
"$DIR"
/
make
-
parallel qemu
-
mips
-
test
exec
qemu
-
system
-
mips
-
machine malta
-
cpu M14K
-
kernel build
-
qemu
-
mips
-
test
/
lk
.
elf
-
nographic $@