From f44f961812c059b69df19ac5bd828986ba10513f Mon Sep 17 00:00:00 2001 From: Marcoen Hirschberg Date: Wed, 18 Apr 2007 12:22:27 +0000 Subject: 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 --- firmware/SOURCES | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) (limited to 'firmware/SOURCES') diff --git a/firmware/SOURCES b/firmware/SOURCES index 86438d43be..d8d495c89c 100644 --- a/firmware/SOURCES +++ b/firmware/SOURCES @@ -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 */ -- cgit v1.2.3