summaryrefslogtreecommitdiff
path: root/lib/libsetjmp/SOURCES
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libsetjmp/SOURCES')
-rw-r--r--lib/libsetjmp/SOURCES19
1 files changed, 19 insertions, 0 deletions
diff --git a/lib/libsetjmp/SOURCES b/lib/libsetjmp/SOURCES
new file mode 100644
index 0000000000..aa0ac46a23
--- /dev/null
+++ b/lib/libsetjmp/SOURCES
@@ -0,0 +1,19 @@
1#if (CONFIG_PLATFORM & PLATFORM_NATIVE)
2
3#ifdef CPU_ARM
4arm/setjmp.S
5#endif
6
7#ifdef CPU_COLDFIRE
8m68k/setjmp.S
9#endif
10
11#ifdef CPU_SH
12sh/setjmp.S
13#endif
14
15#ifdef CPU_MIPS
16mips/setjmp.S
17#endif
18
19#endif