projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a91177b
)
target/device/x86: only include Makefile if BR2_TARGET_X86 is enabled
author
Peter Korsgaard
<jacmet@sunsite.dk>
Tue, 24 Mar 2009 19:57:48 +0000
(19:57 -0000)
committer
Peter Korsgaard
<jacmet@sunsite.dk>
Tue, 24 Mar 2009 19:57:48 +0000
(19:57 -0000)
Fixes build breakage for !BR2_TARGET_X86 in kernel headers.
target/device/x86/Makefile.in
patch
|
blob
|
history
diff --git
a/target/device/x86/Makefile.in
b/target/device/x86/Makefile.in
index 68e802abaa8999bf6ef4297a0e0fa5e35063275b..d7d12fa7a6b44e5f8589bd6fff31cfef13535433 100644
(file)
--- a/
target/device/x86/Makefile.in
+++ b/
target/device/x86/Makefile.in
@@
-1,4
+1,4
@@
-ifeq ($(BR2_
i3
86),y)
+ifeq ($(BR2_
TARGET_X
86),y)
include target/device/x86/*/Makefile.in
endif