summaryrefslogtreecommitdiff
path: root/common/scripts/make-kernel-install.exp
diff options
context:
space:
mode:
Diffstat (limited to 'common/scripts/make-kernel-install.exp')
-rw-r--r--common/scripts/make-kernel-install.exp6
1 files changed, 6 insertions, 0 deletions
diff --git a/common/scripts/make-kernel-install.exp b/common/scripts/make-kernel-install.exp
new file mode 100644
index 0000000..5ccae08
--- /dev/null
+++ b/common/scripts/make-kernel-install.exp
@@ -0,0 +1,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"