summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Martitz <kugel@rockbox.org>2011-11-17 22:19:03 +0000
committerThomas Martitz <kugel@rockbox.org>2011-11-17 22:19:03 +0000
commit9cb91c006247b8a326d52f7f1c2e45ca2238c614 (patch)
treee493142c49269bfbf4acd30700f8856ce3623c82
parentf74988d1fef0ed68f9cd662f483a0a68106220d6 (diff)
downloadrockbox-9cb91c006247b8a326d52f7f1c2e45ca2238c614.tar.gz
rockbox-9cb91c006247b8a326d52f7f1c2e45ca2238c614.zip
stubs.c is only needed on SIMULATOR builds.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31025 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--uisimulator/common/SOURCES2
1 files changed, 1 insertions, 1 deletions
diff --git a/uisimulator/common/SOURCES b/uisimulator/common/SOURCES
index 1e042afdc5..a632706a6b 100644
--- a/uisimulator/common/SOURCES
+++ b/uisimulator/common/SOURCES
@@ -8,6 +8,7 @@ sim_icons.c
8sim_tasks.c 8sim_tasks.c
9fmradio.c 9fmradio.c
10backlight-sim.c 10backlight-sim.c
11stubs.c
11#endif 12#endif
12 13
13io.c 14io.c
@@ -15,4 +16,3 @@ io.c
15#if !(CONFIG_PLATFORM & PLATFORM_MAEMO) 16#if !(CONFIG_PLATFORM & PLATFORM_MAEMO)
16powermgmt-sim.c 17powermgmt-sim.c
17#endif 18#endif
18stubs.c