From: Thomas Martitz Date: Fri, 14 May 2010 12:22:55 +0000 (+0200) Subject: Move timer.c to the target tree X-Git-Url: https://repo.or.cz/w/kugel-rb.git/commitdiff_plain/8b2878d54fdcf708700f4fbcaac1f1766b92eba3 Move timer.c to the target tree --- diff --git a/firmware/SOURCES b/firmware/SOURCES index 1eaf4467c..3e9153e67 100644 --- a/firmware/SOURCES +++ b/firmware/SOURCES @@ -21,6 +21,7 @@ timer.c #ifdef HAVE_SDL target/hosted/sdl/kernel-sdl.c target/hosted/sdl/system-sdl.c +target/hosted/sdl/timer-sdl.c #endif panic.c debug.c diff --git a/uisimulator/sdl/timer.c b/firmware/target/hosted/sdl/timer-sdl.c similarity index 100% rename from uisimulator/sdl/timer.c rename to firmware/target/hosted/sdl/timer-sdl.c diff --git a/uisimulator/sdl/SOURCES b/uisimulator/sdl/SOURCES index 84eb5ca68..be9a7a4c0 100644 --- a/uisimulator/sdl/SOURCES +++ b/uisimulator/sdl/SOURCES @@ -8,5 +8,4 @@ lcd-charcells.c lcd-remote-bitmap.c #endif lcd-sdl.c -timer.c thread-sdl.c