summaryrefslogtreecommitdiff
path: root/apps/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins')
-rw-r--r--apps/plugins/SOURCES3
-rw-r--r--apps/plugins/SUBDIRS2
-rw-r--r--apps/plugins/plugin.lds4
3 files changed, 9 insertions, 0 deletions
diff --git a/apps/plugins/SOURCES b/apps/plugins/SOURCES
index 8479cd8b9b..d581906637 100644
--- a/apps/plugins/SOURCES
+++ b/apps/plugins/SOURCES
@@ -1,3 +1,4 @@
1#ifndef GIGABEAT_S
1/* plugins common to all models */ 2/* plugins common to all models */
2battery_bench.c 3battery_bench.c
3chessclock.c 4chessclock.c
@@ -13,6 +14,7 @@ random_folder_advance_config.c
13rockblox.c 14rockblox.c
14rockbox_flash.c 15rockbox_flash.c
15search.c 16search.c
17shortcuts.c
16snow.c 18snow.c
17sort.c 19sort.c
18stats.c 20stats.c
@@ -144,3 +146,4 @@ iriver_flash.c
144/* Built for bitmap targets except H10 5/6gb, Archoses, iPod mini and ifp */ 146/* Built for bitmap targets except H10 5/6gb, Archoses, iPod mini and ifp */
145superdom.c 147superdom.c
146#endif 148#endif
149#endif /* GIGABEAT_S */
diff --git a/apps/plugins/SUBDIRS b/apps/plugins/SUBDIRS
index f537fb8965..24333be3b9 100644
--- a/apps/plugins/SUBDIRS
+++ b/apps/plugins/SUBDIRS
@@ -1,4 +1,5 @@
1#ifndef IRIVER_IFP7XX_SERIES 1#ifndef IRIVER_IFP7XX_SERIES
2#ifndef GIGABEAT_S
2 3
3/* For all targets */ 4/* For all targets */
4shortcuts 5shortcuts
@@ -45,4 +46,5 @@ doom
45mpegplayer 46mpegplayer
46#endif 47#endif
47 48
49#endif /* GIGABEAT_S */
48#endif /* IRIVER_IFP7XX_SERIES */ 50#endif /* IRIVER_IFP7XX_SERIES */
diff --git a/apps/plugins/plugin.lds b/apps/plugins/plugin.lds
index f38f60656a..6b4310c0b7 100644
--- a/apps/plugins/plugin.lds
+++ b/apps/plugins/plugin.lds
@@ -43,6 +43,10 @@ OUTPUT_FORMAT(elf32-sh)
43#define IRAMORIG DRAMORIG 43#define IRAMORIG DRAMORIG
44#define IRAMSIZE 4K 44#define IRAMSIZE 4K
45#define IRAM DRAM 45#define IRAM DRAM
46#elif CONFIG_CPU == IMX31L
47#define DRAMORIG 0x80000000
48#define IRAMORIG 0x1FFFC000
49#define IRAMSIZE 0x4000
46#else 50#else
47#define DRAMORIG 0x09000000 + STUBOFFSET 51#define DRAMORIG 0x09000000 + STUBOFFSET
48#endif 52#endif