summaryrefslogtreecommitdiff
path: root/firmware/SOURCES
diff options
context:
space:
mode:
authorMichael Sevakis <jethead71@rockbox.org>2008-10-29 10:26:46 +0000
committerMichael Sevakis <jethead71@rockbox.org>2008-10-29 10:26:46 +0000
commit48544f070b2319a5131f25c78516fbb9a1b2a123 (patch)
tree6bf210fb01101fad66fa717540c9038b4e19c9cc /firmware/SOURCES
parent3bfc51d894536a411c4a0da85c0a428f341d8b80 (diff)
downloadrockbox-48544f070b2319a5131f25c78516fbb9a1b2a123.tar.gz
rockbox-48544f070b2319a5131f25c78516fbb9a1b2a123.zip
Move kernel tick initialization and handling to the target tree for ones remaining in kernel.c
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18919 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/SOURCES')
-rw-r--r--firmware/SOURCES4
1 files changed, 4 insertions, 0 deletions
diff --git a/firmware/SOURCES b/firmware/SOURCES
index f2f8526494..53b33406b5 100644
--- a/firmware/SOURCES
+++ b/firmware/SOURCES
@@ -267,6 +267,7 @@ drivers/i2c.c
267target/sh/adc-sh.c 267target/sh/adc-sh.c
268target/sh/bitswap.S 268target/sh/bitswap.S
269target/sh/crt0.S 269target/sh/crt0.S
270target/sh/kernel-sh.c
270target/sh/memcpy-sh.S 271target/sh/memcpy-sh.S
271target/sh/memmove-sh.S 272target/sh/memmove-sh.S
272target/sh/memset-sh.S 273target/sh/memset-sh.S
@@ -291,6 +292,7 @@ target/coldfire/strlen-coldfire.S
291 || defined(HAVE_REMOTE_LCD) && (LCD_REMOTE_PIXELFORMAT == VERTICAL_INTERLEAVED) 292 || defined(HAVE_REMOTE_LCD) && (LCD_REMOTE_PIXELFORMAT == VERTICAL_INTERLEAVED)
292target/coldfire/memset16-coldfire.S 293target/coldfire/memset16-coldfire.S
293#endif 294#endif
295target/coldfire/kernel-coldfire.c
294target/coldfire/system-coldfire.c 296target/coldfire/system-coldfire.c
295#ifndef BOOTLOADER 297#ifndef BOOTLOADER
296target/coldfire/pcm-coldfire.c 298target/coldfire/pcm-coldfire.c
@@ -322,6 +324,7 @@ target/arm/i2c-telechips.c
322#endif 324#endif
323 325
324#if CONFIG_CPU == PNX0101 326#if CONFIG_CPU == PNX0101
327target/arm/pnx0101/kernel-pnx0101.c
325target/arm/pnx0101/system-pnx0101.c 328target/arm/pnx0101/system-pnx0101.c
326#endif 329#endif
327 330
@@ -330,6 +333,7 @@ target/arm/as3525/system-as3525.c
330#endif 333#endif
331 334
332#if defined(CPU_PP) 335#if defined(CPU_PP)
336target/arm/kernel-pp.c
333#if CONFIG_CPU == PP5002 337#if CONFIG_CPU == PP5002
334target/arm/system-pp5002.c 338target/arm/system-pp5002.c
335#elif defined CPU_PP502x 339#elif defined CPU_PP502x