blob: 5ccae0891fcee535401bd456f69501acfec15fce [file] [log] [blame]
Naresh Kambojud3503d52014-07-24 18:12:52 +05301#!/usr/bin/expect
2# make install is to install linux kernel on target device
3
4spawn make ARCH=arm install
5expect "Press Ctrl-C to abort build, or Enter to continue"
6send "\n"