summaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer2007-01-30 18:36:51 +0100
committerBernhard Reutner-Fischer2007-01-30 18:36:51 +0100
commitbf64053b8b77e9113a07155fab72a3f6fc9ea775 (patch)
treebb91921b8dd8c0e73e199ef1d60eba2aa8a19f87 /target
parent- make absolutely sure that we are not trying to go into jobserver mode for M... (diff)
downloadbuildroot-bf64053b8b77e9113a07155fab72a3f6fc9ea775.tar.gz
buildroot-bf64053b8b77e9113a07155fab72a3f6fc9ea775.tar.xz
buildroot-bf64053b8b77e9113a07155fab72a3f6fc9ea775.zip
- make sure to check against ia32
Diffstat (limited to 'target')
-rw-r--r--target/device/x86/Makefile.in2
1 files changed, 2 insertions, 0 deletions
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