From c1363428293e5b50e55c0d45c63247c533dff01a Mon Sep 17 00:00:00 2001 From: suikan Date: Wed, 25 Feb 2015 16:26:29 +0900 Subject: [PATCH] =?utf8?q?=E3=82=B3=E3=83=B3=E3=83=95=E3=82=A3=E3=82=AE?= =?utf8?q?=E3=83=A5=E3=83=AC=E3=83=BC=E3=82=B7=E3=83=A7=E3=83=B3=E3=83=BB?= =?utf8?q?=E3=82=B9=E3=82=AF=E3=83=AA=E3=83=97=E3=83=88=E3=82=92=E8=BF=BD?= =?utf8?q?=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- trx305/configure_project | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100755 trx305/configure_project diff --git a/trx305/configure_project b/trx305/configure_project new file mode 100755 index 0000000..d299a7d --- /dev/null +++ b/trx305/configure_project @@ -0,0 +1,13 @@ +#! /bin/sh +# プロジェクト・コンフィギュレーション・スクリプト。ソースコードをまとめあげて、 +# TOPPERS/JSP アプリケーションとしてビルド可能にする。 + +# 関連ツールのビルド +cd kernel/cfg +make +cd ../.. + +# プロジェクトMakefileの作成 +kernel/configure -C blackfin -S trx_305 -A rx_if +make depend + -- 2.11.0