diff options
| author | Will Robertson <aliask@rockbox.org> | 2007-09-22 02:17:08 +0000 |
|---|---|---|
| committer | Will Robertson <aliask@rockbox.org> | 2007-09-22 02:17:08 +0000 |
| commit | 26a05afe10b123788c8a32fbc92c7d80b1206f08 (patch) | |
| tree | 2c5e8971f2b620a026fbafc2bf23d0fc5bac3863 /apps/plugins | |
| parent | 729388f741ba4fa6ba947c863d93885e8205c41a (diff) | |
| download | rockbox-26a05afe10b123788c8a32fbc92c7d80b1206f08.zip rockbox-26a05afe10b123788c8a32fbc92c7d80b1206f08.tar.gz rockbox-26a05afe10b123788c8a32fbc92c7d80b1206f08.tar.bz2 rockbox-26a05afe10b123788c8a32fbc92c7d80b1206f08.tar.xz | |
A few minor cleanups for the Gigabeat S
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14812 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins')
| -rw-r--r-- | apps/plugins/SOURCES | 2 | ||||
| -rw-r--r-- | apps/plugins/SUBDIRS | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/apps/plugins/SOURCES b/apps/plugins/SOURCES index fe71c1f..8479cd8 100644 --- a/apps/plugins/SOURCES +++ b/apps/plugins/SOURCES @@ -1,4 +1,3 @@ -#ifndef GIGABEAT_S /* plugins common to all models */ battery_bench.c chessclock.c @@ -145,4 +144,3 @@ iriver_flash.c /* Built for bitmap targets except H10 5/6gb, Archoses, iPod mini and ifp */ superdom.c #endif -#endif /* GIGABEAT_S */ diff --git a/apps/plugins/SUBDIRS b/apps/plugins/SUBDIRS index 24333be..f537fb8 100644 --- a/apps/plugins/SUBDIRS +++ b/apps/plugins/SUBDIRS @@ -1,5 +1,4 @@ #ifndef IRIVER_IFP7XX_SERIES -#ifndef GIGABEAT_S /* For all targets */ shortcuts @@ -46,5 +45,4 @@ doom mpegplayer #endif -#endif /* GIGABEAT_S */ #endif /* IRIVER_IFP7XX_SERIES */ |