summaryrefslogtreecommitdiff
path: root/firmware/SOURCES
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/SOURCES')
-rw-r--r--firmware/SOURCES15
1 files changed, 15 insertions, 0 deletions
diff --git a/firmware/SOURCES b/firmware/SOURCES
index 9c273246be..abce59fe04 100644
--- a/firmware/SOURCES
+++ b/firmware/SOURCES
@@ -947,6 +947,7 @@ target/arm/sandisk/sansa-e200/powermgmt-e200.c
947#endif /* SANSA_E200 */ 947#endif /* SANSA_E200 */
948 948
949#ifdef SANSA_C200 949#ifdef SANSA_C200
950target/arm/sandisk/sansa-c200/lcd-as-c200.S
950target/arm/sandisk/sansa-c200/button-c200.c 951target/arm/sandisk/sansa-c200/button-c200.c
951target/arm/sandisk/sansa-c200/powermgmt-c200.c 952target/arm/sandisk/sansa-c200/powermgmt-c200.c
952#endif /* SANSA_C200 */ 953#endif /* SANSA_C200 */
@@ -971,6 +972,7 @@ target/arm/philips/piezo.c
971target/arm/philips/sa9200/backlight-sa9200.c 972target/arm/philips/sa9200/backlight-sa9200.c
972target/arm/philips/sa9200/button-sa9200.c 973target/arm/philips/sa9200/button-sa9200.c
973target/arm/philips/sa9200/lcd-sa9200.c 974target/arm/philips/sa9200/lcd-sa9200.c
975target/arm/philips/sa9200/lcd-as-sa9200.S
974target/arm/philips/sa9200/power-sa9200.c 976target/arm/philips/sa9200/power-sa9200.c
975target/arm/philips/sa9200/powermgmt-sa9200.c 977target/arm/philips/sa9200/powermgmt-sa9200.c
976#endif /* PHILIPS_SA9200 */ 978#endif /* PHILIPS_SA9200 */
@@ -988,6 +990,7 @@ target/arm/philips/fmradio_i2c-hdd.c
988target/arm/philips/hdd1630/backlight-hdd1630.c 990target/arm/philips/hdd1630/backlight-hdd1630.c
989target/arm/philips/hdd1630/button-hdd1630.c 991target/arm/philips/hdd1630/button-hdd1630.c
990target/arm/philips/hdd1630/lcd-hdd1630.c 992target/arm/philips/hdd1630/lcd-hdd1630.c
993target/arm/philips/hdd1630/lcd-as-hdd1630.S
991target/arm/philips/hdd1630/powermgmt-hdd1630.c 994target/arm/philips/hdd1630/powermgmt-hdd1630.c
992#endif /* PHILIPS_HDD1630 */ 995#endif /* PHILIPS_HDD1630 */
993 996
@@ -995,6 +998,7 @@ target/arm/philips/hdd1630/powermgmt-hdd1630.c
995target/arm/philips/hdd6330/backlight-hdd6330.c 998target/arm/philips/hdd6330/backlight-hdd6330.c
996target/arm/philips/hdd6330/button-hdd6330.c 999target/arm/philips/hdd6330/button-hdd6330.c
997target/arm/philips/hdd6330/lcd-hdd6330.c 1000target/arm/philips/hdd6330/lcd-hdd6330.c
1001target/arm/philips/hdd6330/lcd-as-hdd6330.S
998target/arm/philips/hdd6330/powermgmt-hdd6330.c 1002target/arm/philips/hdd6330/powermgmt-hdd6330.c
999#endif /* PHILIPS_HDD6330 */ 1003#endif /* PHILIPS_HDD6330 */
1000 1004
@@ -1073,6 +1077,7 @@ target/coldfire/iriver/h300/adc-h300.c
1073target/coldfire/iriver/h300/backlight-h300.c 1077target/coldfire/iriver/h300/backlight-h300.c
1074target/coldfire/iriver/h300/button-h300.c 1078target/coldfire/iriver/h300/button-h300.c
1075target/coldfire/iriver/h300/pcf50606-h300.c 1079target/coldfire/iriver/h300/pcf50606-h300.c
1080target/coldfire/iriver/h300/lcd-as-h300.S
1076target/coldfire/iriver/h300/lcd-h300.c 1081target/coldfire/iriver/h300/lcd-h300.c
1077target/coldfire/iriver/h300/power-h300.c 1082target/coldfire/iriver/h300/power-h300.c
1078target/coldfire/iriver/h300/powermgmt-h300.c 1083target/coldfire/iriver/h300/powermgmt-h300.c
@@ -1105,6 +1110,7 @@ target/arm/iriver/h10/powermgmt-h10.c
1105 1110
1106#ifdef IRIVER_H10 1111#ifdef IRIVER_H10
1107target/arm/iriver/h10/lcd-h10_20gb.c 1112target/arm/iriver/h10/lcd-h10_20gb.c
1113target/arm/iriver/h10/lcd-as-h10.S
1108#endif /* IRIVER_H10 */ 1114#endif /* IRIVER_H10 */
1109 1115
1110#ifdef IRIVER_H10_5GB 1116#ifdef IRIVER_H10_5GB
@@ -1308,11 +1314,13 @@ target/arm/ipod/button-clickwheel.c
1308#ifdef IPOD_COLOR 1314#ifdef IPOD_COLOR
1309target/arm/ipod/backlight-4g_color.c 1315target/arm/ipod/backlight-4g_color.c
1310target/arm/ipod/button-clickwheel.c 1316target/arm/ipod/button-clickwheel.c
1317target/arm/ipod/lcd-as-color-nano.S
1311#endif /* IPOD_COLOR */ 1318#endif /* IPOD_COLOR */
1312 1319
1313#ifdef IPOD_NANO 1320#ifdef IPOD_NANO
1314target/arm/ipod/backlight-nano_video.c 1321target/arm/ipod/backlight-nano_video.c
1315target/arm/ipod/button-clickwheel.c 1322target/arm/ipod/button-clickwheel.c
1323target/arm/ipod/lcd-as-color-nano.S
1316#endif /* IPOD_NANO */ 1324#endif /* IPOD_NANO */
1317 1325
1318#ifdef IPOD_VIDEO 1326#ifdef IPOD_VIDEO
@@ -1384,6 +1392,7 @@ target/arm/as3525/backlight-e200v2-fuze.c
1384target/arm/as3525/dbop-as3525.c 1392target/arm/as3525/dbop-as3525.c
1385#ifndef BOOTLOADER 1393#ifndef BOOTLOADER
1386target/arm/as3525/sansa-e200v2/powermgmt-e200v2.c 1394target/arm/as3525/sansa-e200v2/powermgmt-e200v2.c
1395target/arm/as3525/lcd-as-e200v2-fuze-fuzev2.S
1387#endif /* !BOOTLOADER */ 1396#endif /* !BOOTLOADER */
1388#endif /* SANSA_E200V2 */ 1397#endif /* SANSA_E200V2 */
1389 1398
@@ -1410,6 +1419,7 @@ target/arm/as3525/backlight-e200v2-fuze.c
1410target/arm/as3525/dbop-as3525.c 1419target/arm/as3525/dbop-as3525.c
1411#ifndef BOOTLOADER 1420#ifndef BOOTLOADER
1412target/arm/as3525/sansa-fuze/powermgmt-fuze.c 1421target/arm/as3525/sansa-fuze/powermgmt-fuze.c
1422target/arm/as3525/lcd-as-e200v2-fuze-fuzev2.S
1413#endif /* !BOOTLOADER */ 1423#endif /* !BOOTLOADER */
1414#endif /* SANSA_FUZE */ 1424#endif /* SANSA_FUZE */
1415 1425
@@ -1420,6 +1430,7 @@ target/arm/as3525/sansa-fuzev2/button-fuzev2.c
1420target/arm/as3525/dbop-as3525.c 1430target/arm/as3525/dbop-as3525.c
1421#ifndef BOOTLOADER 1431#ifndef BOOTLOADER
1422target/arm/as3525/sansa-fuzev2/powermgmt-fuzev2.c 1432target/arm/as3525/sansa-fuzev2/powermgmt-fuzev2.c
1433target/arm/as3525/lcd-as-e200v2-fuze-fuzev2.S
1423#endif /* !BOOTLOADER */ 1434#endif /* !BOOTLOADER */
1424#endif /* SANSA_FUZEV2 */ 1435#endif /* SANSA_FUZEV2 */
1425 1436
@@ -1540,6 +1551,7 @@ target/arm/s5l8702/pl080.c
1540target/arm/s5l8702/dma-s5l8702.c 1551target/arm/s5l8702/dma-s5l8702.c
1541target/arm/s5l8702/clocking-s5l8702.c 1552target/arm/s5l8702/clocking-s5l8702.c
1542target/arm/s5l8702/ipod6g/lcd-6g.c 1553target/arm/s5l8702/ipod6g/lcd-6g.c
1554target/arm/s5l8702/ipod6g/lcd-asm-6g.S
1543target/arm/s5l8702/ipod6g/piezo-6g.c 1555target/arm/s5l8702/ipod6g/piezo-6g.c
1544#if 0 //TODO 1556#if 0 //TODO
1545target/arm/s5l8702/postmortemstub.S 1557target/arm/s5l8702/postmortemstub.S
@@ -1756,6 +1768,7 @@ target/arm/samsung/power-yh82x_yh92x.c
1756#ifdef SAMSUNG_YH820 1768#ifdef SAMSUNG_YH820
1757target/arm/samsung/yh820/backlight-yh820.c 1769target/arm/samsung/yh820/backlight-yh820.c
1758target/arm/samsung/yh820/lcd-yh820.c 1770target/arm/samsung/yh820/lcd-yh820.c
1771target/arm/samsung/yh820/lcd-as-yh820.S
1759target/arm/samsung/yh820/powermgmt-yh820.c 1772target/arm/samsung/yh820/powermgmt-yh820.c
1760#endif /* SAMSUNG_YH820 */ 1773#endif /* SAMSUNG_YH820 */
1761 1774
@@ -1770,6 +1783,7 @@ target/arm/samsung/fmradio-yh92x.c
1770#ifdef SAMSUNG_YH925 1783#ifdef SAMSUNG_YH925
1771target/arm/samsung/yh925/backlight-yh925.c 1784target/arm/samsung/yh925/backlight-yh925.c
1772target/arm/samsung/yh925/lcd-yh925.c 1785target/arm/samsung/yh925/lcd-yh925.c
1786target/arm/samsung/yh925/lcd-as-yh925.S
1773target/arm/samsung/yh925/powermgmt-yh925.c 1787target/arm/samsung/yh925/powermgmt-yh925.c
1774#endif /* SAMSUNG_YH925 */ 1788#endif /* SAMSUNG_YH925 */
1775 1789
@@ -1788,6 +1802,7 @@ target/arm/pbell/vibe500/lcd-vibe500.c
1788target/arm/pbell/vibe500/button-vibe500.c 1802target/arm/pbell/vibe500/button-vibe500.c
1789target/arm/pbell/vibe500/power-vibe500.c 1803target/arm/pbell/vibe500/power-vibe500.c
1790target/arm/pbell/vibe500/backlight-vibe500.c 1804target/arm/pbell/vibe500/backlight-vibe500.c
1805target/arm/pbell/vibe500/lcd-as-vibe500.S
1791target/arm/pbell/vibe500/powermgmt-vibe500.c 1806target/arm/pbell/vibe500/powermgmt-vibe500.c
1792#endif 1807#endif
1793 1808