From 30141c22ee5cba9e1c1fca707872f569f0f62573 Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Tue, 24 Mar 2009 19:57:48 +0000 Subject: target/device/x86: only include Makefile if BR2_TARGET_X86 is enabled Fixes build breakage for !BR2_TARGET_X86 in kernel headers. --- target/device/x86/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/device') diff --git a/target/device/x86/Makefile.in b/target/device/x86/Makefile.in index 68e802aba..d7d12fa7a 100644 --- a/target/device/x86/Makefile.in +++ b/target/device/x86/Makefile.in @@ -1,4 +1,4 @@ -ifeq ($(BR2_i386),y) +ifeq ($(BR2_TARGET_X86),y) include target/device/x86/*/Makefile.in endif -- cgit v1.2.3