diff options
author | Rafaël Carré <rafael.carre@gmail.com> | 2011-12-15 18:29:28 +0000 |
---|---|---|
committer | Rafaël Carré <rafael.carre@gmail.com> | 2011-12-15 18:29:28 +0000 |
commit | 2b648d3896f1f199de1fdcbf9a98e14ecd11cd82 (patch) | |
tree | a81545a7b2f3601be96f10ee97b070b38e9e06d0 /firmware | |
parent | 67d9c42c9c0f85377d7439f553a68fb57be44805 (diff) |
revert pcfg5060x part of r31279
pcf5060*.c has the same name than the RTC driver, but it's not the RTC driver itself
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31280 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware')
-rw-r--r-- | firmware/SOURCES | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/firmware/SOURCES b/firmware/SOURCES index 9142faec5e..1bb48badea 100644 --- a/firmware/SOURCES +++ b/firmware/SOURCES @@ -1120,6 +1120,7 @@ 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 @@ -1136,6 +1137,7 @@ 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 @@ -1152,6 +1154,7 @@ 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 @@ -1168,6 +1171,7 @@ 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 @@ -1187,6 +1191,7 @@ 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 @@ -1215,6 +1220,7 @@ 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 @@ -1231,6 +1237,7 @@ 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 @@ -1437,6 +1444,7 @@ 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 |