1
0
Fork 0
forked from len0rd/rockbox

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
This commit is contained in:
Marcoen Hirschberg 2007-04-19 10:14:55 +00:00
parent 710a9ca194
commit 6ffbe3896b
17 changed files with 65 additions and 12 deletions

View file

@ -279,7 +279,7 @@ drivers/i2c-pnx0101.c
/* no i2c driver yet */
#endif
#if CONFIG_CPU == PNX0101
target/arm/system-pnx0101.c
target/arm/pnx0101/system-pnx0101.c
#endif
#if defined(CPU_PP)
#ifdef BOOTLOADER
@ -290,7 +290,7 @@ target/arm/audio-pp.c
target/arm/crt0-pp.S
#endif
#elif CONFIG_CPU == PNX0101
target/arm/crt0-pnx0101.S
target/arm/pnx0101/crt0-pnx0101.S
#elif defined(CPU_ARM)
target/arm/crt0.S
#endif /* defined(CPU_*) */
@ -642,12 +642,12 @@ target/arm/usb-pp.c
#endif /* IPOD_MINI2G */
#ifdef IRIVER_IFP7XX
target/arm/iriver/ifp7xx/power-ifp7xx.c
target/arm/pnx0101/iriver-ifp7xx/power-ifp7xx.c
#ifndef SIMULATOR
target/arm/iriver/ifp7xx/adc-ifp7xx.c
target/arm/iriver/ifp7xx/backlight-ifp7xx.c
target/arm/iriver/ifp7xx/button-ifp7xx.c
target/arm/iriver/ifp7xx/lcd-ifp7xx.c
target/arm/iriver/ifp7xx/usb-ifp7xx.c
target/arm/pnx0101/iriver-ifp7xx/adc-ifp7xx.c
target/arm/pnx0101/iriver-ifp7xx/backlight-ifp7xx.c
target/arm/pnx0101/iriver-ifp7xx/button-ifp7xx.c
target/arm/pnx0101/iriver-ifp7xx/lcd-ifp7xx.c
target/arm/pnx0101/iriver-ifp7xx/usb-ifp7xx.c
#endif
#endif