mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-14 02:27:39 -04:00
ipod6g: rename some target files
As preparation to add new targets to the s5l8702 directory, rename files as: s5l8702/ipod6g/*-ipod6g.c -> s5l8702/ipod6g/*-6g.c Change-Id: I0cd03d6bcf39b2aa198235f9014cb6948bbafcd5
This commit is contained in:
parent
8ff1b6b603
commit
1ba5ef716d
14 changed files with 44 additions and 44 deletions
|
@ -1596,10 +1596,10 @@ target/arm/s5l8700/ipodnano2g/piezo-nano2g.c
|
||||||
|
|
||||||
#ifdef IPOD_6G
|
#ifdef IPOD_6G
|
||||||
target/arm/ipod/button-clickwheel.c
|
target/arm/ipod/button-clickwheel.c
|
||||||
target/arm/s5l8702/ipod6g/storage_ata-ipod6g.c
|
target/arm/s5l8702/ipod6g/storage_ata-6g.c
|
||||||
target/arm/s5l8702/ipod6g/backlight-ipod6g.c
|
target/arm/s5l8702/ipod6g/backlight-6g.c
|
||||||
target/arm/s5l8702/ipod6g/powermgmt-ipod6g.c
|
target/arm/s5l8702/ipod6g/powermgmt-6g.c
|
||||||
target/arm/s5l8702/ipod6g/power-ipod6g.c
|
target/arm/s5l8702/ipod6g/power-6g.c
|
||||||
target/arm/s5l8702/kernel-s5l8702.c
|
target/arm/s5l8702/kernel-s5l8702.c
|
||||||
target/arm/s5l8702/system-s5l8702.c
|
target/arm/s5l8702/system-s5l8702.c
|
||||||
target/arm/s5l8702/timer-s5l8702.c
|
target/arm/s5l8702/timer-s5l8702.c
|
||||||
|
@ -1607,28 +1607,28 @@ target/arm/s5l8702/gpio-s5l8702.c
|
||||||
target/arm/s5l8702/pl080.c
|
target/arm/s5l8702/pl080.c
|
||||||
target/arm/s5l8702/dma-s5l8702.c
|
target/arm/s5l8702/dma-s5l8702.c
|
||||||
target/arm/s5l8702/clocking-s5l8702.c
|
target/arm/s5l8702/clocking-s5l8702.c
|
||||||
target/arm/s5l8702/ipod6g/lcd-ipod6g.c
|
target/arm/s5l8702/ipod6g/lcd-6g.c
|
||||||
target/arm/s5l8702/ipod6g/lcd-asm-ipod6g.S
|
target/arm/s5l8702/ipod6g/lcd-asm-6g.S
|
||||||
target/arm/s5l8702/ipod6g/piezo-ipod6g.c
|
target/arm/s5l8702/ipod6g/piezo-6g.c
|
||||||
#if 0 //TODO
|
#if 0 //TODO
|
||||||
target/arm/s5l8702/postmortemstub.S
|
target/arm/s5l8702/postmortemstub.S
|
||||||
#endif
|
#endif
|
||||||
target/arm/s5l8702/ipod6g/pmu-ipod6g.c
|
target/arm/s5l8702/ipod6g/pmu-6g.c
|
||||||
target/arm/s5l8702/ipod6g/rtc-ipod6g.c
|
target/arm/s5l8702/ipod6g/rtc-6g.c
|
||||||
target/arm/s5l8702/ipod6g/adc-ipod6g.c
|
target/arm/s5l8702/ipod6g/adc-6g.c
|
||||||
#if !defined(BOOTLOADER) || defined(HAVE_BOOTLOADER_USB_MODE)
|
#if !defined(BOOTLOADER) || defined(HAVE_BOOTLOADER_USB_MODE)
|
||||||
target/arm/s5l8702/usb-s5l8702.c
|
target/arm/s5l8702/usb-s5l8702.c
|
||||||
#endif
|
#endif
|
||||||
#ifdef HAVE_SERIAL
|
#ifdef HAVE_SERIAL
|
||||||
target/arm/uc870x.c
|
target/arm/uc870x.c
|
||||||
target/arm/s5l8702/uart-s5l8702.c
|
target/arm/s5l8702/uart-s5l8702.c
|
||||||
target/arm/s5l8702/ipod6g/serial-ipod6g.c
|
target/arm/s5l8702/ipod6g/serial-6g.c
|
||||||
#endif
|
#endif
|
||||||
#ifndef BOOTLOADER
|
#ifndef BOOTLOADER
|
||||||
target/arm/s5l8702/debug-s5l8702.c
|
target/arm/s5l8702/debug-s5l8702.c
|
||||||
target/arm/s5l8702/pcm-s5l8702.c
|
target/arm/s5l8702/pcm-s5l8702.c
|
||||||
target/arm/s5l8702/ipod6g/audio-ipod6g.c
|
target/arm/s5l8702/ipod6g/audio-6g.c
|
||||||
target/arm/s5l8702/ipod6g/cscodec-ipod6g.c
|
target/arm/s5l8702/ipod6g/cscodec-6g.c
|
||||||
#else
|
#else
|
||||||
target/arm/s5l8702/spi-s5l8702.c
|
target/arm/s5l8702/spi-s5l8702.c
|
||||||
target/arm/s5l8702/crypto-s5l8702.c
|
target/arm/s5l8702/crypto-s5l8702.c
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue