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:
parent
f0c6c88f6d
commit
5b7d6a14c1
1 changed files with 3 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue