From e38baa0fae3ef347e4061d90d5a6790af5d8d959 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C3=ABl=20Carr=C3=A9?= Date: Thu, 15 Dec 2011 21:47:22 +0000 Subject: [PATCH] philips hdd: factorize git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31304 a1c6a512-1295-4272-9138-f99709370657 --- firmware/SOURCES | 17 +++++------------ 1 file 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 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)