From bf64053b8b77e9113a07155fab72a3f6fc9ea775 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Tue, 30 Jan 2007 17:36:51 +0000 Subject: - make sure to check against ia32 --- target/device/x86/Makefile.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'target') diff --git a/target/device/x86/Makefile.in b/target/device/x86/Makefile.in index b64e73205..93041711b 100644 --- a/target/device/x86/Makefile.in +++ b/target/device/x86/Makefile.in @@ -1,3 +1,5 @@ ifeq ($(strip $(BR2_TARGET_GENERIC)),y) +ifeq ($(strip $(BR2_i386)),y) include target/device/x86/i386/Makefile.in endif +endif -- cgit v1.2.3