summaryrefslogtreecommitdiff
path: root/apps/plugins/fractals/SOURCES
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/fractals/SOURCES')
-rw-r--r--apps/plugins/fractals/SOURCES10
1 files changed, 10 insertions, 0 deletions
diff --git a/apps/plugins/fractals/SOURCES b/apps/plugins/fractals/SOURCES
new file mode 100644
index 0000000000..72a22467c2
--- /dev/null
+++ b/apps/plugins/fractals/SOURCES
@@ -0,0 +1,10 @@
+fractal.c
+fractal_rect.c
+mandelbrot_set.c
+#if CONFIG_CPU == SH7034
+cpu_sh7043.c
+#elif defined CPU_COLDFIRE
+cpu_coldfire.c
+#elif defined CPU_ARM
+cpu_arm.c
+#endif