summaryrefslogtreecommitdiff
path: root/firmware/asm/mips/thread.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/asm/mips/thread.c')
-rw-r--r--firmware/asm/mips/thread.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/firmware/asm/mips/thread.c b/firmware/asm/mips/thread.c
new file mode 100644
index 0000000000..37480da10a
--- /dev/null
+++ b/firmware/asm/mips/thread.c
@@ -0,0 +1,6 @@
1#if CPU_MIPS == 32
2 #include "thread-mips32.c"
3#else
4 #error Missing thread impl
5#endif
6