mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
Fix ipod classic build
Change-Id: I55a2849bd1a22b40c0f75dcaeac481866f7dbf61
This commit is contained in:
parent
c0bdbb43ea
commit
7f4d183f17
1 changed files with 13 additions and 13 deletions
|
@ -1634,10 +1634,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
|
||||||
|
@ -1645,28 +1645,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