瀏覽代碼

Added build script

Thomas Buck 8 年之前
父節點
當前提交
8e610e70fc
共有 1 個檔案被更改,包括 10 行新增0 行删除
  1. 10
    0
      build.sh

+ 10
- 0
build.sh 查看文件

@@ -0,0 +1,10 @@
1
+#!/bin/sh
2
+
3
+SCRIPT=$(readlink -f $0)
4
+SCRIPTDIR=$(dirname $SCRIPT)
5
+
6
+git submodule init
7
+git submodule update
8
+
9
+make O=$SCRIPTDIR/output BR2_EXTERNAL=$SCRIPTDIR -C $SCRIPTDIR/buildroot $*
10
+

Loading…
取消
儲存