forked from len0rd/rockbox
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
This commit is contained in:
parent
43304b87b0
commit
7abf2b53a4
30 changed files with 48 additions and 50 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue