summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRafaël Carré <rafael.carre@gmail.com>2011-12-15 21:47:22 +0000
committerRafaël Carré <rafael.carre@gmail.com>2011-12-15 21:47:22 +0000
commite38baa0fae3ef347e4061d90d5a6790af5d8d959 (patch)
tree6fec547edf3270f052afa8cfe3fb466d700a92fb
parent47ea1b0bb758d4a9e3967a46f98b10d9fdd27dda (diff)
downloadrockbox-e38baa0fae3ef347e4061d90d5a6790af5d8d959.tar.gz
rockbox-e38baa0fae3ef347e4061d90d5a6790af5d8d959.zip
philips hdd: factorize
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31304 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--firmware/SOURCES17
1 files changed, 5 insertions, 12 deletions
diff --git a/firmware/SOURCES b/firmware/SOURCES
index 2d1b3f0a00..eb7cc9575a 100644
--- a/firmware/SOURCES
+++ b/firmware/SOURCES
@@ -829,7 +829,7 @@ target/arm/philips/sa9200/power-sa9200.c
829target/arm/philips/sa9200/powermgmt-sa9200.c 829target/arm/philips/sa9200/powermgmt-sa9200.c
830#endif /* PHILIPS_SA9200 */ 830#endif /* PHILIPS_SA9200 */
831 831
832#ifdef PHILIPS_HDD1630 832#if defined(PHILIPS_HDD1630) || defined(PHILIPS_HDD6330)
833#ifndef BOOTLOADER 833#ifndef BOOTLOADER
834drivers/synaptics-mep.c 834drivers/synaptics-mep.c
835#endif /* BOOTLOADER */ 835#endif /* BOOTLOADER */
@@ -839,30 +839,23 @@ target/arm/wmcodec-pp.c
839target/arm/i2s-pp.c 839target/arm/i2s-pp.c
840target/arm/philips/power-hdd.c 840target/arm/philips/power-hdd.c
841target/arm/philips/fmradio_i2c-hdd.c 841target/arm/philips/fmradio_i2c-hdd.c
842target/arm/usb-fw-pp502x.c
843#endif /* PHILIPS_HDD1630 || PHILIPS_HDD6330 */
844
845#ifdef PHILIPS_HDD1630
842target/arm/philips/hdd1630/backlight-hdd1630.c 846target/arm/philips/hdd1630/backlight-hdd1630.c
843target/arm/philips/hdd1630/button-hdd1630.c 847target/arm/philips/hdd1630/button-hdd1630.c
844target/arm/philips/hdd1630/lcd-hdd1630.c 848target/arm/philips/hdd1630/lcd-hdd1630.c
845target/arm/philips/hdd1630/lcd-as-hdd1630.S 849target/arm/philips/hdd1630/lcd-as-hdd1630.S
846target/arm/philips/hdd1630/powermgmt-hdd1630.c 850target/arm/philips/hdd1630/powermgmt-hdd1630.c
847target/arm/usb-fw-pp502x.c
848#endif /* PHILIPS_HDD1630 */ 851#endif /* PHILIPS_HDD1630 */
849 852
850#ifdef PHILIPS_HDD6330 853#ifdef PHILIPS_HDD6330
851#ifndef BOOTLOADER
852drivers/synaptics-mep.c
853#endif /* BOOTLOADER */
854target/arm/ata-as-arm.S
855target/arm/ata-pp5020.c
856target/arm/wmcodec-pp.c
857target/arm/i2s-pp.c
858target/arm/philips/power-hdd.c
859target/arm/philips/fmradio_i2c-hdd.c
860target/arm/philips/hdd6330/backlight-hdd6330.c 854target/arm/philips/hdd6330/backlight-hdd6330.c
861target/arm/philips/hdd6330/button-hdd6330.c 855target/arm/philips/hdd6330/button-hdd6330.c
862target/arm/philips/hdd6330/lcd-hdd6330.c 856target/arm/philips/hdd6330/lcd-hdd6330.c
863target/arm/philips/hdd6330/lcd-as-hdd6330.S 857target/arm/philips/hdd6330/lcd-as-hdd6330.S
864target/arm/philips/hdd6330/powermgmt-hdd6330.c 858target/arm/philips/hdd6330/powermgmt-hdd6330.c
865target/arm/usb-fw-pp502x.c
866#endif /* PHILIPS_HDD6330 */ 859#endif /* PHILIPS_HDD6330 */
867 860
868#if defined(IAUDIO_X5) || defined(IAUDIO_M5) 861#if defined(IAUDIO_X5) || defined(IAUDIO_M5)