diff options
| author | Dave Chapman <dave@dchapman.com> | 2009-10-03 08:36:24 +0000 |
|---|---|---|
| committer | Dave Chapman <dave@dchapman.com> | 2009-10-03 08:36:24 +0000 |
| commit | 66cb6f8fd3cbd4d7befa75ba044c624ca4092fcb (patch) | |
| tree | 7244384a4c2939cff08873c9a65c81ffe0e78316 /apps/plugins/SOURCES | |
| parent | b34b3212cddd05a1d938ad760c8c57cdacbebab0 (diff) | |
| download | rockbox-66cb6f8fd3cbd4d7befa75ba044c624ca4092fcb.zip rockbox-66cb6f8fd3cbd4d7befa75ba044c624ca4092fcb.tar.gz rockbox-66cb6f8fd3cbd4d7befa75ba044c624ca4092fcb.tar.bz2 rockbox-66cb6f8fd3cbd4d7befa75ba044c624ca4092fcb.tar.xz | |
Revert r22881 - USING_STORAGE_CALLBACK is not defined by config.h so cannot be used in SOURCES
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22883 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/SOURCES')
| -rw-r--r-- | apps/plugins/SOURCES | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/apps/plugins/SOURCES b/apps/plugins/SOURCES index 678d969..4cfc3a8 100644 --- a/apps/plugins/SOURCES +++ b/apps/plugins/SOURCES @@ -21,10 +21,8 @@ viewer.c #ifdef HAVE_BACKLIGHT lamp.c #endif /* HAVE_BACKLIGHT */ -#if USING_STORAGE_CALLBACK -battery_bench.c -#endif #ifndef SIMULATOR +battery_bench.c firmware_flash.c #endif /* SIMULATOR */ #if (CONFIG_CPU == SH7034) |