summaryrefslogtreecommitdiff
path: root/firmware/asm/thread.c
diff options
context:
space:
mode:
authorSolomon Peachy <pizza@shaftnet.org>2020-07-15 19:40:55 -0400
committerSolomon Peachy <pizza@shaftnet.org>2020-07-24 21:20:13 +0000
commit092c340a2062fa98b7387fc5fd63578ddae7d0b6 (patch)
tree98ec96946eeb2ae709cb0528cc6998e21bb9b290 /firmware/asm/thread.c
parent17f7cc92c258bc456a27c3e7c5a19c9409851879 (diff)
downloadrockbox-092c340a2062fa98b7387fc5fd63578ddae7d0b6.tar.gz
rockbox-092c340a2062fa98b7387fc5fd63578ddae7d0b6.zip
[1/4] Remove SH support and all archos targets
This removes all code specific to SH targets Change-Id: I7980523785d2596e65c06430f4638eec74a06061
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