- make sure to check against ia32

This commit is contained in:
Bernhard Reutner-Fischer 2007-01-30 17:36:51 +00:00
parent b82245322e
commit bf64053b8b

View 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