forked from len0rd/rockbox
move the Gigabeat from gigabeat/meg-fx to s3c2440/gigabeat-fx to avoid problems with possible ports in the future: Gigabeat S/V (i.mx31 based) and Kenwood HD20GA7/HD20GA9 (s3c2440 based)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13200 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
c3dcc87aa4
commit
f44f961812
29 changed files with 18 additions and 18 deletions
|
@ -495,22 +495,22 @@ target/arm/usb-pp.c
|
|||
#ifdef GIGABEAT_F
|
||||
#ifndef SIMULATOR
|
||||
drivers/generic_i2c.c
|
||||
target/arm/gigabeat/meg-fx/adc-meg-fx.c
|
||||
target/arm/gigabeat/meg-fx/ata-meg-fx.c
|
||||
target/arm/gigabeat/meg-fx/backlight-meg-fx.c
|
||||
target/arm/gigabeat/meg-fx/button-meg-fx.c
|
||||
target/arm/gigabeat/meg-fx/i2c-meg-fx.c
|
||||
target/arm/gigabeat/meg-fx/lcd-as-meg-fx.S
|
||||
target/arm/gigabeat/meg-fx/lcd-meg-fx.c
|
||||
target/arm/gigabeat/meg-fx/power-meg-fx.c
|
||||
target/arm/gigabeat/meg-fx/sc606-meg-fx.c
|
||||
target/arm/gigabeat/meg-fx/usb-meg-fx.c
|
||||
target/arm/gigabeat/meg-fx/wmcodec-meg-fx.c
|
||||
target/arm/gigabeat/meg-fx/dma_start.c
|
||||
target/arm/gigabeat/meg-fx/system-meg-fx.c
|
||||
target/arm/gigabeat/meg-fx/mmu-meg-fx.c
|
||||
target/arm/s3c2440/gigabeat-fx/adc-meg-fx.c
|
||||
target/arm/s3c2440/gigabeat-fx/ata-meg-fx.c
|
||||
target/arm/s3c2440/gigabeat-fx/backlight-meg-fx.c
|
||||
target/arm/s3c2440/gigabeat-fx/button-meg-fx.c
|
||||
target/arm/s3c2440/gigabeat-fx/i2c-meg-fx.c
|
||||
target/arm/s3c2440/gigabeat-fx/lcd-as-meg-fx.S
|
||||
target/arm/s3c2440/gigabeat-fx/lcd-meg-fx.c
|
||||
target/arm/s3c2440/gigabeat-fx/power-meg-fx.c
|
||||
target/arm/s3c2440/gigabeat-fx/sc606-meg-fx.c
|
||||
target/arm/s3c2440/gigabeat-fx/usb-meg-fx.c
|
||||
target/arm/s3c2440/gigabeat-fx/wmcodec-meg-fx.c
|
||||
target/arm/s3c2440/gigabeat-fx/dma_start.c
|
||||
target/arm/s3c2440/gigabeat-fx/system-meg-fx.c
|
||||
target/arm/s3c2440/gigabeat-fx/mmu-meg-fx.c
|
||||
#ifndef BOOTLOADER
|
||||
target/arm/gigabeat/meg-fx/pcm-meg-fx.c
|
||||
target/arm/s3c2440/gigabeat-fx/pcm-meg-fx.c
|
||||
#endif
|
||||
#endif /* SIMULATOR */
|
||||
#endif /* GIGABEAT_F */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue