summaryrefslogtreecommitdiff
path: root/firmware/asm/thread.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/asm/thread.c')
-rw-r--r--firmware/asm/thread.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/firmware/asm/thread.c b/firmware/asm/thread.c
index d6b881bdc5..c7779b3054 100644
--- a/firmware/asm/thread.c
+++ b/firmware/asm/thread.c
@@ -9,8 +9,6 @@
9 #include "arm/thread.c" 9 #include "arm/thread.c"
10#elif defined(CPU_COLDFIRE) 10#elif defined(CPU_COLDFIRE)
11 #include "m68k/thread.c" 11 #include "m68k/thread.c"
12#elif CONFIG_CPU == SH7034
13 #include "sh/thread.c"
14#elif defined(CPU_MIPS) 12#elif defined(CPU_MIPS)
15 #include "mips/thread.c" 13 #include "mips/thread.c"
16#else 14#else