[Buildroot] svn commit: [25812] trunk/buildroot/target/device/x86

jacmet at uclibc.org jacmet at uclibc.org
Tue Mar 24 19:57:48 UTC 2009


Author: jacmet
Date: 2009-03-24 19:57:48 +0000 (Tue, 24 Mar 2009)
New Revision: 25812

Log:
target/device/x86: only include Makefile if BR2_TARGET_X86 is enabled

Fixes build breakage for !BR2_TARGET_X86 in kernel headers.

Modified:
   trunk/buildroot/target/device/x86/Makefile.in


Changeset:
Modified: trunk/buildroot/target/device/x86/Makefile.in
===================================================================
--- trunk/buildroot/target/device/x86/Makefile.in	2009-03-24 16:58:49 UTC (rev 25811)
+++ trunk/buildroot/target/device/x86/Makefile.in	2009-03-24 19:57:48 UTC (rev 25812)
@@ -1,4 +1,4 @@
-ifeq ($(BR2_i386),y)
+ifeq ($(BR2_TARGET_X86),y)
 include target/device/x86/*/Makefile.in
 endif
 



More information about the buildroot mailing list