diff options
author | Marcoen Hirschberg <marcoen@gmail.com> | 2007-04-19 10:14:55 +0000 |
---|---|---|
committer | Marcoen Hirschberg <marcoen@gmail.com> | 2007-04-19 10:14:55 +0000 |
commit | 6ffbe3896b89ce86cccfe3b1f492f60e34d89603 (patch) | |
tree | b6b845fc876b0d98b793aefa906f5d5eab6993f5 /firmware/app.lds | |
parent | 710a9ca194316d3a269a3c3dd2e603768da5a780 (diff) |
move the iriver ifp7xx and other pnx0101 related files together in the target tree
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13207 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/app.lds')
-rw-r--r-- | firmware/app.lds | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/app.lds b/firmware/app.lds index f1a02b56d7..8b0bed31d2 100644 --- a/firmware/app.lds +++ b/firmware/app.lds @@ -10,7 +10,7 @@ OUTPUT_ARCH(arm) #ifdef CPU_PP INPUT(target/arm/crt0-pp.o) #elif CONFIG_CPU == PNX0101 -INPUT(target/arm/crt0-pnx0101.o) +INPUT(target/arm/pnx0101/crt0-pnx0101.o) #elif defined(CPU_ARM) INPUT(target/arm/crt0.o) #endif |