1
0
Fork 0
forked from len0rd/rockbox

battery_bench requires the register_storage_idle_func() and unregister_storage_idle_func() functions, so only compile #if USING_STORAGE_CALLBACK.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22881 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Dave Chapman 2009-10-03 08:01:19 +00:00
parent f0c6c88f6d
commit 5b7d6a14c1

View file

@ -21,8 +21,10 @@ viewer.c
#ifdef HAVE_BACKLIGHT
lamp.c
#endif /* HAVE_BACKLIGHT */
#ifndef SIMULATOR
#if USING_STORAGE_CALLBACK
battery_bench.c
#endif
#ifndef SIMULATOR
firmware_flash.c
#endif /* SIMULATOR */
#if (CONFIG_CPU == SH7034)