target/device/x86: only include Makefile if BR2_TARGET_X86 is enabled
authorPeter Korsgaard <jacmet@sunsite.dk>
Tue, 24 Mar 2009 19:57:48 +0000 (19:57 -0000)
committerPeter Korsgaard <jacmet@sunsite.dk>
Tue, 24 Mar 2009 19:57:48 +0000 (19:57 -0000)
Fixes build breakage for !BR2_TARGET_X86 in kernel headers.

target/device/x86/Makefile.in

index 68e802abaa8999bf6ef4297a0e0fa5e35063275b..d7d12fa7a6b44e5f8589bd6fff31cfef13535433 100644 (file)
@@ -1,4 +1,4 @@
-ifeq ($(BR2_i386),y)
+ifeq ($(BR2_TARGET_X86),y)
 include target/device/x86/*/Makefile.in
 endif