summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRafaël Carré <rafael.carre@gmail.com>2011-12-15 21:26:03 +0000
committerRafaël Carré <rafael.carre@gmail.com>2011-12-15 21:26:03 +0000
commit213b8ce74b1d677014a07993ca6268cacccfe211 (patch)
tree0e8c2512d671fbb488b0656f8f64e99edfa2a2b0
parent8859c69bb32b53ef50b9ce5ed8d45568f36f14e1 (diff)
downloadrockbox-213b8ce74b1d677014a07993ca6268cacccfe211.tar.gz
rockbox-213b8ce74b1d677014a07993ca6268cacccfe211.zip
SOURCES: factorize TCC77x files
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31300 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--firmware/SOURCES48
1 files changed, 18 insertions, 30 deletions
diff --git a/firmware/SOURCES b/firmware/SOURCES
index 0bf427d661..f7e35c1864 100644
--- a/firmware/SOURCES
+++ b/firmware/SOURCES
@@ -717,6 +717,24 @@ target/sh/archos/uart-archos.c
717# endif 717# endif
718#endif 718#endif
719 719
720#ifdef CPU_TCC77X
721target/arm/usb-tcc.c
722target/arm/tcc77x/kernel-tcc77x.c
723target/arm/tcc77x/system-tcc77x.c
724target/arm/tcc77x/timer-tcc77x.c
725# ifndef IAUDIO7
726target/arm/tcc77x/powermgmt-tcc77x.c
727# endif /* !IAUDIO7 */
728# ifndef BOOTLOADER
729# ifndef SANSA_C100
730target/arm/wmcodec-telechips.c
731# endif /* !C100 */
732target/arm/pcm-telechips.c
733target/arm/tcc77x/debug-tcc77x.c
734# endif /* !BOOTLOADER */
735#endif /* CPU_TCC77X */
736
737
720#ifdef ARCHOS_PLAYER 738#ifdef ARCHOS_PLAYER
721target/sh/archos/player/button-player.c 739target/sh/archos/player/button-player.c
722target/sh/archos/player/hwcompat-player.c 740target/sh/archos/player/hwcompat-player.c
@@ -1264,51 +1282,28 @@ target/arm/pnx0101/pcm-pnx0101.c
1264 1282
1265#ifdef LOGIK_DAX 1283#ifdef LOGIK_DAX
1266drivers/nand_id.c 1284drivers/nand_id.c
1267target/arm/tcc77x/kernel-tcc77x.c
1268target/arm/tcc77x/powermgmt-tcc77x.c
1269target/arm/tcc77x/system-tcc77x.c
1270target/arm/tcc77x/timer-tcc77x.c
1271target/arm/usb-tcc.c
1272target/arm/tcc77x/logikdax/button-logikdax.c 1285target/arm/tcc77x/logikdax/button-logikdax.c
1273target/arm/tcc77x/logikdax/power-logikdax.c 1286target/arm/tcc77x/logikdax/power-logikdax.c
1274#ifndef BOOTLOADER 1287#ifndef BOOTLOADER
1275target/arm/wmcodec-telechips.c
1276target/arm/tcc77x/debug-tcc77x.c
1277target/arm/pcm-telechips.c
1278target/arm/tcc77x/logikdax/audio-logikdax.c 1288target/arm/tcc77x/logikdax/audio-logikdax.c
1279#endif /* BOOTLOADER */ 1289#endif /* BOOTLOADER */
1280#endif /* LOGIK_DAX */ 1290#endif /* LOGIK_DAX */
1281 1291
1282#ifdef SANSA_M200 1292#ifdef SANSA_M200
1283drivers/nand_id.c 1293drivers/nand_id.c
1284target/arm/tcc77x/kernel-tcc77x.c
1285target/arm/tcc77x/powermgmt-tcc77x.c
1286target/arm/tcc77x/system-tcc77x.c
1287target/arm/tcc77x/timer-tcc77x.c
1288target/arm/usb-tcc.c
1289target/arm/tcc77x/m200/button-m200.c 1294target/arm/tcc77x/m200/button-m200.c
1290target/arm/tcc77x/m200/power-m200.c 1295target/arm/tcc77x/m200/power-m200.c
1291#ifndef BOOTLOADER 1296#ifndef BOOTLOADER
1292target/arm/wmcodec-telechips.c
1293target/arm/tcc77x/debug-tcc77x.c
1294target/arm/pcm-telechips.c
1295target/arm/tcc77x/m200/audio-m200.c 1297target/arm/tcc77x/m200/audio-m200.c
1296#endif /* BOOTLOADER */ 1298#endif /* BOOTLOADER */
1297#endif /* SANSA_M200 */ 1299#endif /* SANSA_M200 */
1298 1300
1299#ifdef SANSA_C100 1301#ifdef SANSA_C100
1300drivers/nand_id.c 1302drivers/nand_id.c
1301target/arm/usb-tcc.c
1302target/arm/tcc77x/system-tcc77x.c
1303target/arm/tcc77x/kernel-tcc77x.c
1304target/arm/tcc77x/timer-tcc77x.c
1305target/arm/tcc77x/powermgmt-tcc77x.c
1306target/arm/tcc77x/c100/lcd-S6B33B2.c 1303target/arm/tcc77x/c100/lcd-S6B33B2.c
1307target/arm/tcc77x/c100/button-c100.c 1304target/arm/tcc77x/c100/button-c100.c
1308target/arm/tcc77x/c100/power-c100.c 1305target/arm/tcc77x/c100/power-c100.c
1309#ifndef BOOTLOADER 1306#ifndef BOOTLOADER
1310target/arm/tcc77x/debug-tcc77x.c
1311target/arm/pcm-telechips.c
1312target/arm/tcc77x/c100/audio-c100.c 1307target/arm/tcc77x/c100/audio-c100.c
1313#endif /* BOOTLOADER */ 1308#endif /* BOOTLOADER */
1314#endif /* SANSA_C100 */ 1309#endif /* SANSA_C100 */
@@ -1419,19 +1414,12 @@ target/arm/as3525/sansa-clipzip/powermgmt-clipzip.c
1419#ifdef IAUDIO_7 1414#ifdef IAUDIO_7
1420drivers/nand_id.c 1415drivers/nand_id.c
1421drivers/pcf50606.c 1416drivers/pcf50606.c
1422target/arm/usb-tcc.c
1423target/arm/tcc77x/system-tcc77x.c
1424target/arm/tcc77x/kernel-tcc77x.c
1425target/arm/tcc77x/timer-tcc77x.c
1426target/arm/tcc77x/iaudio7/lcd-iaudio7.c 1417target/arm/tcc77x/iaudio7/lcd-iaudio7.c
1427target/arm/tcc77x/iaudio7/power-iaudio7.c 1418target/arm/tcc77x/iaudio7/power-iaudio7.c
1428target/arm/tcc77x/iaudio7/powermgmt-iaudio7.c 1419target/arm/tcc77x/iaudio7/powermgmt-iaudio7.c
1429target/arm/tcc77x/iaudio7/button-iaudio7.c 1420target/arm/tcc77x/iaudio7/button-iaudio7.c
1430target/arm/tcc77x/iaudio7/ata2501.c 1421target/arm/tcc77x/iaudio7/ata2501.c
1431#ifndef BOOTLOADER 1422#ifndef BOOTLOADER
1432target/arm/wmcodec-telechips.c
1433target/arm/pcm-telechips.c
1434target/arm/tcc77x/debug-tcc77x.c
1435target/arm/tcc77x/iaudio7/audio-iaudio7.c 1423target/arm/tcc77x/iaudio7/audio-iaudio7.c
1436#endif /* BOOTLOADER */ 1424#endif /* BOOTLOADER */
1437#endif /* IAUDIO_7 */ 1425#endif /* IAUDIO_7 */