summaryrefslogtreecommitdiff
path: root/common/scripts/make-kernel-install.exp
blob: 5ccae0891fcee535401bd456f69501acfec15fce (plain)
1
2
3
4
5
6
#!/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"