diff options
author | Marcin Bukat <marcin.bukat@gmail.com> | 2018-06-12 11:19:24 +0200 |
---|---|---|
committer | Marcin Bukat <marcin.bukat@gmail.com> | 2018-06-12 11:19:24 +0200 |
commit | 7f4d183f176722d62730dbb29380e70a145c18d7 (patch) | |
tree | e93ea3bab5857cebb7ba6f8815b1ba8a7d981de9 /firmware/SOURCES | |
parent | c0bdbb43ea6319a937a565251eeb4e01183ef1ca (diff) | |
download | rockbox-7f4d183f176722d62730dbb29380e70a145c18d7.tar.gz rockbox-7f4d183f176722d62730dbb29380e70a145c18d7.tar.bz2 rockbox-7f4d183f176722d62730dbb29380e70a145c18d7.zip |
Fix ipod classic build
Change-Id: I55a2849bd1a22b40c0f75dcaeac481866f7dbf61
Diffstat (limited to 'firmware/SOURCES')
-rw-r--r-- | firmware/SOURCES | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/firmware/SOURCES b/firmware/SOURCES index fdfa811804..c7db8fc752 100644 --- a/firmware/SOURCES +++ b/firmware/SOURCES @@ -1634,10 +1634,10 @@ target/arm/s5l8700/ipodnano2g/piezo-nano2g.c #ifdef IPOD_6G target/arm/ipod/button-clickwheel.c -target/arm/s5l8702/ipod6g/storage_ata-ipod6g.c -target/arm/s5l8702/ipod6g/backlight-ipod6g.c -target/arm/s5l8702/ipod6g/powermgmt-ipod6g.c -target/arm/s5l8702/ipod6g/power-ipod6g.c +target/arm/s5l8702/ipod6g/storage_ata-6g.c +target/arm/s5l8702/ipod6g/backlight-6g.c +target/arm/s5l8702/ipod6g/powermgmt-6g.c +target/arm/s5l8702/ipod6g/power-6g.c target/arm/s5l8702/kernel-s5l8702.c target/arm/s5l8702/system-s5l8702.c target/arm/s5l8702/timer-s5l8702.c @@ -1645,28 +1645,28 @@ target/arm/s5l8702/gpio-s5l8702.c target/arm/s5l8702/pl080.c target/arm/s5l8702/dma-s5l8702.c target/arm/s5l8702/clocking-s5l8702.c -target/arm/s5l8702/ipod6g/lcd-ipod6g.c -target/arm/s5l8702/ipod6g/lcd-asm-ipod6g.S -target/arm/s5l8702/ipod6g/piezo-ipod6g.c +target/arm/s5l8702/ipod6g/lcd-6g.c +target/arm/s5l8702/ipod6g/lcd-asm-6g.S +target/arm/s5l8702/ipod6g/piezo-6g.c #if 0 //TODO target/arm/s5l8702/postmortemstub.S #endif -target/arm/s5l8702/ipod6g/pmu-ipod6g.c -target/arm/s5l8702/ipod6g/rtc-ipod6g.c -target/arm/s5l8702/ipod6g/adc-ipod6g.c +target/arm/s5l8702/ipod6g/pmu-6g.c +target/arm/s5l8702/ipod6g/rtc-6g.c +target/arm/s5l8702/ipod6g/adc-6g.c #if !defined(BOOTLOADER) || defined(HAVE_BOOTLOADER_USB_MODE) target/arm/s5l8702/usb-s5l8702.c #endif #ifdef HAVE_SERIAL target/arm/uc870x.c target/arm/s5l8702/uart-s5l8702.c -target/arm/s5l8702/ipod6g/serial-ipod6g.c +target/arm/s5l8702/ipod6g/serial-6g.c #endif #ifndef BOOTLOADER target/arm/s5l8702/debug-s5l8702.c target/arm/s5l8702/pcm-s5l8702.c -target/arm/s5l8702/ipod6g/audio-ipod6g.c -target/arm/s5l8702/ipod6g/cscodec-ipod6g.c +target/arm/s5l8702/ipod6g/audio-6g.c +target/arm/s5l8702/ipod6g/cscodec-6g.c #else target/arm/s5l8702/spi-s5l8702.c target/arm/s5l8702/crypto-s5l8702.c |