This website works better with JavaScript
Trang chủ
Khám phá
Trợ giúp
Đăng nhập
PUBLIC_REPOS
/
buildroot
mirror of
git://git.buildroot.net/buildroot
Xem
2
Star
1
Fork
0
Các tập tin
Browse Source
Use x86 Makefile only if x86 is choosen
Ulf Samuelsson
17 năm trước cách đây
mục cha
aa67fcdbf8
commit
42b0271533
1 tập tin đã thay đổi
với
2 bổ sung
và
0 xóa
View chưa được định nghĩa
Hiển thị tình trạng sai khác
2
0
target/x86/Makefile.in
+ 2
- 0
target/x86/Makefile.in
Xem Tập Tin
@@ -1 +1,3 @@
+ifeq ($(BR2_i386),y)
include target/x86/*/*.mk
include target/x86/*/*.mk
+endif