summaryrefslogtreecommitdiff
path: root/firmware/SOURCES
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/SOURCES')
-rw-r--r--firmware/SOURCES40
1 files changed, 20 insertions, 20 deletions
diff --git a/firmware/SOURCES b/firmware/SOURCES
index 1eab0d5de8..a52f01494d 100644
--- a/firmware/SOURCES
+++ b/firmware/SOURCES
@@ -480,7 +480,7 @@ target/arm/system-arm.c
480 480
481#if CONFIG_STORAGE & STORAGE_ATA 481#if CONFIG_STORAGE & STORAGE_ATA
482# ifdef CPU_PP502x 482# ifdef CPU_PP502x
483target/arm/ata-pp5020.c 483target/arm/pp/ata-pp5020.c
484# endif 484# endif
485# if CONFIG_CPU == DM320 || defined(CPU_PP502x) 485# if CONFIG_CPU == DM320 || defined(CPU_PP502x)
486target/arm/ata-as-arm.S 486target/arm/ata-as-arm.S
@@ -502,7 +502,7 @@ target/arm/ipod/powermgmt-ipod-pcf.c
502#endif /* CPU_PP && IPOD_ARCH */ 502#endif /* CPU_PP && IPOD_ARCH */
503 503
504#if CONFIG_I2C == I2C_PP5024 || CONFIG_I2C == I2C_PP5020 || CONFIG_I2C == I2C_PP5002 504#if CONFIG_I2C == I2C_PP5024 || CONFIG_I2C == I2C_PP5020 || CONFIG_I2C == I2C_PP5002
505target/arm/i2c-pp.c 505target/arm/pp/i2c-pp.c
506#elif CONFIG_I2C == I2C_PNX0101 506#elif CONFIG_I2C == I2C_PNX0101
507target/arm/pnx0101/i2c-pnx0101.c 507target/arm/pnx0101/i2c-pnx0101.c
508#elif CONFIG_I2C == I2C_TCC780X || CONFIG_I2C == I2C_TCC77X 508#elif CONFIG_I2C == I2C_TCC780X || CONFIG_I2C == I2C_TCC77X
@@ -589,36 +589,36 @@ target/arm/as3525/pcm-as3525.c
589#endif /* CONFIG_CPU == AS3525 */ 589#endif /* CONFIG_CPU == AS3525 */
590 590
591#if defined(CPU_PP) 591#if defined(CPU_PP)
592target/arm/i2s-pp.c 592target/arm/pp/i2s-pp.c
593target/arm/kernel-pp.c 593target/arm/pp/kernel-pp.c
594target/arm/timer-pp.c 594target/arm/pp/timer-pp.c
595# if CONFIG_STORAGE & STORAGE_SD 595# if CONFIG_STORAGE & STORAGE_SD
596target/arm/ata-sd-pp.c 596target/arm/pp/ata-sd-pp.c
597# endif 597# endif
598# if !defined(HAVE_AS3514) && !defined(HAVE_AK4537) 598# if !defined(HAVE_AS3514) && !defined(HAVE_AK4537)
599target/arm/wmcodec-pp.c 599target/arm/pp/wmcodec-pp.c
600# endif 600# endif
601#if CONFIG_CPU == PP5002 601#if CONFIG_CPU == PP5002
602target/arm/system-pp5002.c 602target/arm/pp/system-pp5002.c
603target/arm/usb-fw-pp5002.c 603target/arm/pp/usb-fw-pp5002.c
604target/arm/ata-pp5002.c 604target/arm/pp/ata-pp5002.c
605#elif defined CPU_PP502x 605#elif defined CPU_PP502x
606target/arm/usb-fw-pp502x.c 606target/arm/pp/usb-fw-pp502x.c
607target/arm/system-pp502x.c 607target/arm/pp/system-pp502x.c
608#endif 608#endif
609#ifdef BOOTLOADER 609#ifdef BOOTLOADER
610#ifdef HAVE_BOOTLOADER_USB_MODE 610#ifdef HAVE_BOOTLOADER_USB_MODE
611target/arm/crt0-pp502x-bl-usb.S 611target/arm/pp/crt0-pp502x-bl-usb.S
612#else 612#else
613target/arm/crt0-pp-bl.S 613target/arm/pp/crt0-pp-bl.S
614#endif /* HAVE_BOOTLOADER_USB_MODE */ 614#endif /* HAVE_BOOTLOADER_USB_MODE */
615#else /* !BOOTLOADER */ 615#else /* !BOOTLOADER */
616target/arm/pcm-pp.c 616target/arm/pp/pcm-pp.c
617target/arm/debug-pp.c 617target/arm/pp/debug-pp.c
618#if !defined(SANSA_E200) && !defined(SANSA_C200) 618#if !defined(SANSA_E200) && !defined(SANSA_C200)
619target/arm/audio-pp.c 619target/arm/pp/audio-pp.c
620#endif /* SANSA_E200 */ 620#endif /* SANSA_E200 */
621target/arm/crt0-pp.S 621target/arm/pp/crt0-pp.S
622#endif 622#endif
623#elif CONFIG_CPU == PNX0101 623#elif CONFIG_CPU == PNX0101
624target/arm/pnx0101/crt0-pnx0101.S 624target/arm/pnx0101/crt0-pnx0101.S
@@ -744,7 +744,7 @@ drivers/audio/tsc2100.c
744 744
745#ifdef HAVE_AS3514 745#ifdef HAVE_AS3514
746# ifdef CPU_PP 746# ifdef CPU_PP
747target/arm/ascodec-pp.c 747target/arm/pp/ascodec-pp.c
748# endif 748# endif
749# if !defined(BOOTLOADER) || defined(CPU_PP) 749# if !defined(BOOTLOADER) || defined(CPU_PP)
750target/arm/adc-as3514.c 750target/arm/adc-as3514.c
@@ -758,7 +758,7 @@ target/arm/powermgmt-ascodec.c
758# ifdef IPOD_ARCH 758# ifdef IPOD_ARCH
759target/arm/ipod/adc-ipod-pcf.c 759target/arm/ipod/adc-ipod-pcf.c
760# else 760# else
761target/arm/adc-pp5020.c 761target/arm/pp/adc-pp5020.c
762# endif /* IPOD_ARCH */ 762# endif /* IPOD_ARCH */
763 763
764#elif CONFIG_I2C == I2C_PP5002 764#elif CONFIG_I2C == I2C_PP5002