From 42b0271533a9fa6158cee783a13bf0a6d9be909c Mon Sep 17 00:00:00 2001 From: Ulf Samuelsson Date: Thu, 20 Mar 2008 23:03:40 +0000 Subject: Use x86 Makefile only if x86 is choosen --- target/x86/Makefile.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'target/x86') 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 -- cgit v1.2.3