This website works better with JavaScript
首頁
探索
說明
登入
PUBLIC_REPOS
/
buildroot
镜像来自
git://git.buildroot.net/buildroot
關註
2
讚好
1
複刻
0
Files
瀏覽代碼
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