Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
Infra
/
lava
/
qa
/
test-definitions
/
refs/heads/gts-6.0-testbranch
/
.
/
common
/
scripts
/
make-kernel-install.exp
blob: 5ccae0891fcee535401bd456f69501acfec15fce [
file
] [
log
] [
blame
]
Naresh Kamboju
d3503d5
2014-07-24 18:12:52 +0530
[
diff
] [
blame
]
1
#!/usr/bin/expect
2
# make install is to install linux kernel on target device
3
4
spawn make ARCH
=
arm install
5
expect
"Press Ctrl-C to abort build, or Enter to continue"
6
send
"\n"