projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aa67fcd
)
Use x86 Makefile only if x86 is choosen
author
Ulf Samuelsson
<ulf.samuelsson@atmel.com>
Thu, 20 Mar 2008 23:03:40 +0000
(23:03 -0000)
committer
Ulf Samuelsson
<ulf.samuelsson@atmel.com>
Thu, 20 Mar 2008 23:03:40 +0000
(23:03 -0000)
target/x86/Makefile.in
patch
|
blob
|
history
diff --git
a/target/x86/Makefile.in
b/target/x86/Makefile.in
index 710f9aa224aae83d0e60fe0523a8cc9521a5b8f5..115035cbb841bf7551320d7a2372e7ef5c4c075e 100644
(file)
--- a/
target/x86/Makefile.in
+++ b/
target/x86/Makefile.in
@@
-1
+1,3
@@
+ifeq ($(BR2_i386),y)
include target/x86/*/*.mk
+endif