This website works better with JavaScript
Home
Explore
Help
Sign In
PUBLIC_REPOS
/
buildroot
mirror of
git://git.buildroot.net/buildroot
Watch
2
Star
1
Fork
0
Files
Browse Source
Use x86 Makefile only if x86 is choosen
Ulf Samuelsson
17 years ago
parent
aa67fcdbf8
commit
42b0271533
1 changed files
with
2 additions
and
0 deletions
Split View
Show Diff Stats
2
0
target/x86/Makefile.in
+ 2
- 0
target/x86/Makefile.in
View File
@@ -1 +1,3 @@
+ifeq ($(BR2_i386),y)
include target/x86/*/*.mk
+endif