This website works better with JavaScript
ホーム
エクスプローラ
ヘルプ
サインイン
PUBLIC_REPOS
/
buildroot
同期ミラー
git://git.buildroot.net/buildroot
ウォッチ
2
スター
1
フォーク
0
ファイル
ソースを参照
Use x86 Makefile only if x86 is choosen
Ulf Samuelsson
17 年 前
親
aa67fcdbf8
コミット
42b0271533
1 ファイル変更
、
2 行追加
、
0 行削除
分割表示
差分情報を表示
2
0
target/x86/Makefile.in
+ 2
- 0
target/x86/Makefile.in
ファイルの表示
@@ -1 +1,3 @@
+ifeq ($(BR2_i386),y)
include target/x86/*/*.mk
+endif