1
0
Fork 0
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:
Marcoen Hirschberg 2007-04-18 12:22:27 +00:00
parent c3dcc87aa4
commit f44f961812
29 changed files with 18 additions and 18 deletions

View file

@ -16,7 +16,7 @@ include/*.h
include/sys/*.h
target/arm/*.[chS]
target/arm/archos/av300/*.[chS]
target/arm/gigabeat/meg-fx/*.[chS]
target/arm/s3c2440/gigabeat-fx/*.[chS]
target/arm/iriver/*.[chS]
target/arm/iriver/h10/*.[chS]
target/arm/iriver/ifp7xx/*.[chS]

View file

@ -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 */

4
tools/configure vendored
View file

@ -1129,8 +1129,8 @@ EOF
bootoutput="FWIMG01.DAT"
# architecture, manufacturer and model for the target-tree build
t_cpu="arm"
t_manufacturer="gigabeat"
t_model="meg-fx"
t_manufacturer="s3c2440"
t_model="gigabeat-fx"
;;
26|ipodmini2g)