philips hdd: factorize
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31304 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
47ea1b0bb7
commit
e38baa0fae
1 changed files with 5 additions and 12 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue