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 @@
1fractal.c
2fractal_rect.c
3mandelbrot_set.c
4#if CONFIG_CPU == SH7034
5cpu_sh7043.c
6#elif defined CPU_COLDFIRE
7cpu_coldfire.c
8#elif defined CPU_ARM
9cpu_arm.c
10#endif