From 67d9c42c9c0f85377d7439f553a68fb57be44805 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C3=ABl=20Carr=C3=A9?= Date: Thu, 15 Dec 2011 18:20:11 +0000 Subject: SOURCES: remove duplicate entries tuner and rtcs are already included by CONFIG_TUNER and CONFIG_RTC It's not possible to remove all duplicates, because some models must support 2 RTCs. a bitfield could be used instead, like is done for CONFIG_TUNER git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31279 a1c6a512-1295-4272-9138-f99709370657 --- firmware/SOURCES | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/firmware/SOURCES b/firmware/SOURCES index 35c9152..9142fae 100644 --- a/firmware/SOURCES +++ b/firmware/SOURCES @@ -1120,7 +1120,6 @@ target/arm/usb-fw-pp502x.c #endif /* TATUNG_TPJ1022 */ #ifdef IPOD_4G -drivers/pcf50605.c target/arm/wmcodec-pp.c target/arm/i2s-pp.c target/arm/ata-as-arm.S @@ -1137,7 +1136,6 @@ target/arm/usb-fw-pp502x.c #endif /* IPOD_4G */ #ifdef IPOD_COLOR -drivers/pcf50605.c target/arm/ata-as-arm.S target/arm/ata-pp5020.c target/arm/wmcodec-pp.c @@ -1154,7 +1152,6 @@ target/arm/usb-fw-pp502x.c #endif /* IPOD_COLOR */ #ifdef IPOD_NANO -drivers/pcf50605.c target/arm/ata-as-arm.S target/arm/ata-pp5020.c target/arm/wmcodec-pp.c @@ -1171,7 +1168,6 @@ target/arm/usb-fw-pp502x.c #endif /* IPOD_NANO */ #ifdef IPOD_VIDEO -drivers/pcf50605.c target/arm/ata-as-arm.S target/arm/ata-pp5020.c target/arm/wmcodec-pp.c @@ -1191,7 +1187,6 @@ target/arm/usb-fw-pp502x.c #endif /* IPOD_VIDEO */ #ifdef IPOD_3G -drivers/pcf50605.c target/arm/ata-pp5002.c target/arm/wmcodec-pp.c target/arm/i2s-pp.c @@ -1220,7 +1215,6 @@ target/arm/usb-fw-pp5002.c #endif /* IPOD_1G2G */ #ifdef IPOD_MINI -drivers/pcf50605.c target/arm/ata-as-arm.S target/arm/ata-pp5020.c target/arm/wmcodec-pp.c @@ -1237,7 +1231,6 @@ target/arm/usb-fw-pp502x.c #endif /* IPOD_MINI */ #ifdef IPOD_MINI2G -drivers/pcf50605.c target/arm/ata-as-arm.S target/arm/ata-pp5020.c target/arm/wmcodec-pp.c @@ -1444,7 +1437,6 @@ target/arm/as3525/sansa-clipzip/powermgmt-clipzip.c #ifdef IAUDIO_7 drivers/nand_id.c -drivers/pcf50606.c target/arm/usb-tcc.c target/arm/tcc77x/system-tcc77x.c target/arm/tcc77x/kernel-tcc77x.c @@ -1728,9 +1720,6 @@ target/arm/samsung/yh925/powermgmt-yh925.c #endif /* SAMSUNG_YH925 */ #ifdef SAMSUNG_YPS3 -/* TODO: currently including all files for the bootloader DFU test program */ -tuner.c -drivers/tuner/si4700.c target/arm/s5l8700/adc-s5l8700.c target/arm/s5l8700/i2c-s5l8700.c target/arm/s5l8700/kernel-s5l8700.c -- cgit v1.1