summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRafaël Carré <rafael.carre@gmail.com>2011-12-15 20:39:55 +0000
committerRafaël Carré <rafael.carre@gmail.com>2011-12-15 20:39:55 +0000
commit78368f7268adc4a26722065f5af04396c3b471b5 (patch)
tree964ee13f4cf36cdf02f460ab716466d8aaac0c42
parentd46da0d396d489c257e3fab92fdfa6ba858582b5 (diff)
downloadrockbox-78368f7268adc4a26722065f5af04396c3b471b5.tar.gz
rockbox-78368f7268adc4a26722065f5af04396c3b471b5.zip
MPIO: factorize source files
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31293 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--firmware/SOURCES31
1 files changed, 12 insertions, 19 deletions
diff --git a/firmware/SOURCES b/firmware/SOURCES
index d9a3ab586a..bc268eaa86 100644
--- a/firmware/SOURCES
+++ b/firmware/SOURCES
@@ -701,6 +701,10 @@ target/arm/tcc77x/adc-tcc77x.c
701 701
702#endif /* CONFIG_I2C */ 702#endif /* CONFIG_I2C */
703 703
704#ifdef HAVE_WM8750
705target/coldfire/wmcodec-coldfire.c
706#endif
707
704#ifdef CPU_SH 708#ifdef CPU_SH
705target/sh/archos/mascodec-archos.c 709target/sh/archos/mascodec-archos.c
706target/sh/archos/audio-archos.c 710target/sh/archos/audio-archos.c
@@ -1745,7 +1749,7 @@ target/arm/pbell/vibe500/powermgmt-vibe500.c
1745target/arm/usb-fw-pp502x.c 1749target/arm/usb-fw-pp502x.c
1746#endif 1750#endif
1747 1751
1748#ifdef MPIO_HD200 1752#if defined(MPIO_HD200) || defined(MPIO_HD300)
1749/* TODO: currently including all files */ 1753/* TODO: currently including all files */
1750target/coldfire/ata-as-coldfire.S 1754target/coldfire/ata-as-coldfire.S
1751target/coldfire/mpio/system-mpio.c 1755target/coldfire/mpio/system-mpio.c
@@ -1754,35 +1758,24 @@ target/coldfire/mpio/backlight-mpio.c
1754target/coldfire/mpio/usb-mpio.c 1758target/coldfire/mpio/usb-mpio.c
1755target/coldfire/mpio/ata-mpio.c 1759target/coldfire/mpio/ata-mpio.c
1756target/coldfire/mpio/adc-mpio.c 1760target/coldfire/mpio/adc-mpio.c
1757target/coldfire/mpio/hd200/button-hd200.c
1758target/coldfire/mpio/hd200/lcd-hd200.c
1759target/coldfire/mpio/hd200/lcd-as-hd200.S
1760target/coldfire/mpio/hd200/powermgmt-hd200.c
1761#ifndef BOOTLOADER 1761#ifndef BOOTLOADER
1762target/coldfire/mpio/audio-mpio.c 1762target/coldfire/mpio/audio-mpio.c
1763target/coldfire/wmcodec-coldfire.c
1764target/coldfire/mpio/fmradio_i2c-mpio.c 1763target/coldfire/mpio/fmradio_i2c-mpio.c
1765#endif /* BOOTLOADER */ 1764#endif /* BOOTLOADER */
1766#endif 1765#endif
1767 1766
1768#ifdef MPIO_HD300 1767#ifdef MPIO_HD300
1769/* TODO: currently including all files */ 1768target/coldfire/mpio/hd200/button-hd200.c
1770target/coldfire/ata-as-coldfire.S 1769target/coldfire/mpio/hd200/lcd-hd200.c
1771target/coldfire/mpio/system-mpio.c 1770target/coldfire/mpio/hd200/lcd-as-hd200.S
1772target/coldfire/mpio/power-mpio.c 1771target/coldfire/mpio/hd200/powermgmt-hd200.c
1773target/coldfire/mpio/backlight-mpio.c 1772#endif
1774target/coldfire/mpio/usb-mpio.c 1773
1775target/coldfire/mpio/ata-mpio.c 1774#ifdef MPIO_HD300
1776target/coldfire/mpio/adc-mpio.c
1777target/coldfire/mpio/hd300/button-hd300.c 1775target/coldfire/mpio/hd300/button-hd300.c
1778target/coldfire/mpio/hd300/lcd-hd300.c 1776target/coldfire/mpio/hd300/lcd-hd300.c
1779target/coldfire/mpio/hd300/lcd-as-hd300.S 1777target/coldfire/mpio/hd300/lcd-as-hd300.S
1780target/coldfire/mpio/hd300/powermgmt-hd300.c 1778target/coldfire/mpio/hd300/powermgmt-hd300.c
1781#ifndef BOOTLOADER
1782target/coldfire/mpio/audio-mpio.c
1783target/coldfire/wmcodec-coldfire.c
1784target/coldfire/mpio/fmradio_i2c-mpio.c
1785#endif /* BOOTLOADER */
1786#endif 1779#endif
1787 1780
1788#if defined(HM60X) 1781#if defined(HM60X)