From: Bernhard Reutner-Fischer Date: Tue, 30 Jan 2007 17:36:51 +0000 (-0000) Subject: - make sure to check against ia32 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=bf64053b8b77e9113a07155fab72a3f6fc9ea775;p=buildroot.git - make sure to check against ia32 --- diff --git a/target/device/x86/Makefile.in b/target/device/x86/Makefile.in index b64e732051..93041711bf 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