summaryrefslogtreecommitdiff
path: root/target/x86
diff options
context:
space:
mode:
authorUlf Samuelsson <ulf.samuelsson@atmel.com>2008-03-20 23:03:40 +0000
committerUlf Samuelsson <ulf.samuelsson@atmel.com>2008-03-20 23:03:40 +0000
commit42b0271533a9fa6158cee783a13bf0a6d9be909c (patch)
treebf0d8241c81bf49cc2bb156cc0c0c3fe4e09b468 /target/x86
parentaa67fcdbf8f7a764de30a9ff94c3371596b5c251 (diff)
Use x86 Makefile only if x86 is choosen
Diffstat (limited to 'target/x86')
-rw-r--r--target/x86/Makefile.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/target/x86/Makefile.in b/target/x86/Makefile.in
index 710f9aa22..115035cbb 100644
--- a/target/x86/Makefile.in
+++ b/target/x86/Makefile.in
@@ -1 +1,3 @@
+ifeq ($(BR2_i386),y)
include target/x86/*/*.mk
+endif