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"