stubs.c is only needed on SIMULATOR builds.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31025 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Thomas Martitz 2011-11-17 22:19:03 +00:00
parent f74988d1fe
commit 9cb91c0062

View file

@ -8,6 +8,7 @@ sim_icons.c
sim_tasks.c sim_tasks.c
fmradio.c fmradio.c
backlight-sim.c backlight-sim.c
stubs.c
#endif #endif
io.c io.c
@ -15,4 +16,3 @@ io.c
#if !(CONFIG_PLATFORM & PLATFORM_MAEMO) #if !(CONFIG_PLATFORM & PLATFORM_MAEMO)
powermgmt-sim.c powermgmt-sim.c
#endif #endif
stubs.c