From 7abf2b53a462612808d46d6d77a7f35261a0e5a3 Mon Sep 17 00:00:00 2001 From: Michael Sevakis Date: Fri, 9 Apr 2010 01:21:53 +0000 Subject: Gigabeat S/i.MX31: Sort files in the /target tree into things that are SoC-generic (into /imx31) and player-specific (into /gigabeat-s, based upon current appearances). Move i2s clock init into the appropriate file. Housekeeping only-- no functional changes. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25547 a1c6a512-1295-4272-9138-f99709370657 --- firmware/SOURCES | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) (limited to 'firmware/SOURCES') diff --git a/firmware/SOURCES b/firmware/SOURCES index 719fc80b83..95131ab25b 100644 --- a/firmware/SOURCES +++ b/firmware/SOURCES @@ -870,37 +870,37 @@ target/arm/s3c2440/gigabeat-fx/wmcodec-meg-fx.c #ifndef SIMULATOR target/arm/lcd-as-memframe.S target/arm/mmu-armv6.S +target/arm/imx31/ata-imx31.c +target/arm/imx31/avic-imx31.c target/arm/imx31/ccm-imx31.c target/arm/imx31/debug-imx31.c target/arm/imx31/dvfs_dptc-imx31.c +target/arm/imx31/gpio-imx31.c +target/arm/imx31/i2c-imx31.c +target/arm/imx31/mc13783-imx31.c +target/arm/imx31/mmu-imx31.c target/arm/imx31/rolo_restart.S target/arm/imx31/sdma-imx31.c -target/arm/imx31/gigabeat-s/adc-imx31.c -target/arm/imx31/gigabeat-s/ata-imx31.c -target/arm/imx31/gigabeat-s/avic-imx31.c -target/arm/imx31/gigabeat-s/backlight-imx31.c -target/arm/imx31/gigabeat-s/button-imx31.c +target/arm/imx31/spi-imx31.c +target/arm/imx31/gigabeat-s/adc-gigabeat-s.c +target/arm/imx31/gigabeat-s/backlight-gigabeat-s.c +target/arm/imx31/gigabeat-s/button-gigabeat-s.c target/arm/imx31/gigabeat-s/gpio-gigabeat-s.c -target/arm/imx31/gigabeat-s/gpio-imx31.c -target/arm/imx31/gigabeat-s/kernel-imx31.c -target/arm/imx31/gigabeat-s/i2c-imx31.c -target/arm/imx31/gigabeat-s/i2s-imx31.c -target/arm/imx31/gigabeat-s/lcd-imx31.c +target/arm/imx31/gigabeat-s/kernel-gigabeat-s.c +target/arm/imx31/gigabeat-s/i2s-gigabeat-s.c +target/arm/imx31/gigabeat-s/lcd-gigabeat-s.c target/arm/imx31/gigabeat-s/mc13783-gigabeat-s.c -target/arm/imx31/gigabeat-s/mc13783-imx31.c -target/arm/imx31/gigabeat-s/mmu-imx31.c -target/arm/imx31/gigabeat-s/power-imx31.c -target/arm/imx31/gigabeat-s/powermgmt-imx31.c -target/arm/imx31/gigabeat-s/spi-imx31.c -target/arm/imx31/gigabeat-s/system-imx31.c -target/arm/imx31/gigabeat-s/usb-imx31.c -target/arm/imx31/gigabeat-s/wmcodec-imx31.c +target/arm/imx31/gigabeat-s/power-gigabeat-s.c +target/arm/imx31/gigabeat-s/powermgmt-gigabeat-s.c +target/arm/imx31/gigabeat-s/system-gigabeat-s.c +target/arm/imx31/gigabeat-s/usb-gigabeat-s.c +target/arm/imx31/gigabeat-s/wmcodec-gigabeat-s.c #ifndef BOOTLOADER target/arm/imx31/gigabeat-s/audio-gigabeat-s.c target/arm/imx31/gigabeat-s/fmradio-i2c-gigabeat-s.c target/arm/imx31/gigabeat-s/headphone-gigabeat-s.c -target/arm/imx31/gigabeat-s/pcm-imx31.c -target/arm/imx31/gigabeat-s/timer-imx31.c +target/arm/imx31/gigabeat-s/pcm-gigabeat-s.c +target/arm/imx31/gigabeat-s/timer-gigabeat-s.c #endif #endif /* SIMULATOR */ #endif /* GIGABEAT_S */ -- cgit v1.2.3