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
] [
edit
]
#!/usr/bin/expect
# make install is to install linux kernel on target device
spawn make ARCH
=
arm install
expect
"Press Ctrl-C to abort build, or Enter to continue"
send
"\n"