diff options
| author | Rafaël Carré <rafael.carre@gmail.com> | 2011-12-15 21:47:22 +0000 |
|---|---|---|
| committer | Rafaël Carré <rafael.carre@gmail.com> | 2011-12-15 21:47:22 +0000 |
| commit | e38baa0fae3ef347e4061d90d5a6790af5d8d959 (patch) | |
| tree | 6fec547edf3270f052afa8cfe3fb466d700a92fb | |
| parent | 47ea1b0bb758d4a9e3967a46f98b10d9fdd27dda (diff) | |
| download | rockbox-e38baa0fae3ef347e4061d90d5a6790af5d8d959.zip rockbox-e38baa0fae3ef347e4061d90d5a6790af5d8d959.tar.gz rockbox-e38baa0fae3ef347e4061d90d5a6790af5d8d959.tar.bz2 rockbox-e38baa0fae3ef347e4061d90d5a6790af5d8d959.tar.xz | |
philips hdd: factorize
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31304 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | firmware/SOURCES | 17 |
1 files changed, 5 insertions, 12 deletions
diff --git a/firmware/SOURCES b/firmware/SOURCES index 2d1b3f0..eb7cc95 100644 --- a/firmware/SOURCES +++ b/firmware/SOURCES @@ -829,7 +829,7 @@ target/arm/philips/sa9200/power-sa9200.c target/arm/philips/sa9200/powermgmt-sa9200.c #endif /* PHILIPS_SA9200 */ -#ifdef PHILIPS_HDD1630 +#if defined(PHILIPS_HDD1630) || defined(PHILIPS_HDD6330) #ifndef BOOTLOADER drivers/synaptics-mep.c #endif /* BOOTLOADER */ @@ -839,30 +839,23 @@ target/arm/wmcodec-pp.c target/arm/i2s-pp.c target/arm/philips/power-hdd.c target/arm/philips/fmradio_i2c-hdd.c +target/arm/usb-fw-pp502x.c +#endif /* PHILIPS_HDD1630 || PHILIPS_HDD6330 */ + +#ifdef PHILIPS_HDD1630 target/arm/philips/hdd1630/backlight-hdd1630.c target/arm/philips/hdd1630/button-hdd1630.c target/arm/philips/hdd1630/lcd-hdd1630.c target/arm/philips/hdd1630/lcd-as-hdd1630.S target/arm/philips/hdd1630/powermgmt-hdd1630.c -target/arm/usb-fw-pp502x.c #endif /* PHILIPS_HDD1630 */ #ifdef PHILIPS_HDD6330 -#ifndef BOOTLOADER -drivers/synaptics-mep.c -#endif /* BOOTLOADER */ -target/arm/ata-as-arm.S -target/arm/ata-pp5020.c -target/arm/wmcodec-pp.c -target/arm/i2s-pp.c -target/arm/philips/power-hdd.c -target/arm/philips/fmradio_i2c-hdd.c target/arm/philips/hdd6330/backlight-hdd6330.c target/arm/philips/hdd6330/button-hdd6330.c target/arm/philips/hdd6330/lcd-hdd6330.c target/arm/philips/hdd6330/lcd-as-hdd6330.S target/arm/philips/hdd6330/powermgmt-hdd6330.c -target/arm/usb-fw-pp502x.c #endif /* PHILIPS_HDD6330 */ #if defined(IAUDIO_X5) || defined(IAUDIO_M5) |