From: Ulf Samuelsson Date: Thu, 20 Mar 2008 23:03:40 +0000 (-0000) Subject: Use x86 Makefile only if x86 is choosen X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=42b0271533a9fa6158cee783a13bf0a6d9be909c;p=buildroot.git Use x86 Makefile only if x86 is choosen --- diff --git a/target/x86/Makefile.in b/target/x86/Makefile.in index 710f9aa224..115035cbb8 100644 --- a/target/x86/Makefile.in +++ b/target/x86/Makefile.in @@ -1 +1,3 @@ +ifeq ($(BR2_i386),y) include target/x86/*/*.mk +endif