diff options
author | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2008-03-20 23:03:40 +0000 |
---|---|---|
committer | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2008-03-20 23:03:40 +0000 |
commit | 42b0271533a9fa6158cee783a13bf0a6d9be909c (patch) | |
tree | bf0d8241c81bf49cc2bb156cc0c0c3fe4e09b468 /target/x86/Makefile.in | |
parent | aa67fcdbf8f7a764de30a9ff94c3371596b5c251 (diff) |
Use x86 Makefile only if x86 is choosen
Diffstat (limited to 'target/x86/Makefile.in')
-rw-r--r-- | target/x86/Makefile.in | 2 |
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 |