summaryrefslogtreecommitdiffstats
path: root/scripts/mkdep.c
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/mkdep.c')
-rw-r--r--scripts/mkdep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mkdep.c b/scripts/mkdep.c
index b2c96f634..6eef92f74 100644
--- a/scripts/mkdep.c
+++ b/scripts/mkdep.c
@@ -60,7 +60,7 @@ static void handle_config(void)
filename);
}
-#if defined(__alpha__) || defined(__i386__)
+#if defined(__alpha__) || defined(__i386__) || defined(__MIPSEL__)
#define LE_MACHINE
#endif