- make sure to check against ia32
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Tue, 30 Jan 2007 17:36:51 +0000 (17:36 -0000)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Tue, 30 Jan 2007 17:36:51 +0000 (17:36 -0000)
target/device/x86/Makefile.in

index b64e73205128177b73829953f83065734fcb00ea..93041711bf2d9260fcb05e154c79874f71f93285 100644 (file)
@@ -1,3 +1,5 @@
 ifeq ($(strip $(BR2_TARGET_GENERIC)),y)
+ifeq ($(strip $(BR2_i386)),y)
 include target/device/x86/i386/Makefile.in
 endif
+endif