summaryrefslogtreecommitdiff
path: root/firmware/SOURCES
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/SOURCES')
-rw-r--r--firmware/SOURCES21
1 files changed, 21 insertions, 0 deletions
diff --git a/firmware/SOURCES b/firmware/SOURCES
index a2aaac19e3..5506f98e85 100644
--- a/firmware/SOURCES
+++ b/firmware/SOURCES
@@ -1701,6 +1701,27 @@ target/coldfire/mpio/fmradio_i2c-mpio.c
1701#endif /* SIMULATOR */ 1701#endif /* SIMULATOR */
1702#endif 1702#endif
1703 1703
1704#ifdef MPIO_HD300
1705#ifndef SIMULATOR
1706/* TODO: currently including all files */
1707target/coldfire/ata-as-coldfire.S
1708target/coldfire/mpio/system-mpio.c
1709target/coldfire/mpio/power-mpio.c
1710target/coldfire/mpio/backlight-mpio.c
1711target/coldfire/mpio/usb-mpio.c
1712target/coldfire/mpio/ata-mpio.c
1713target/coldfire/mpio/adc-mpio.c
1714target/coldfire/mpio/hd300/button-hd300.c
1715target/coldfire/mpio/hd300/lcd-hd300.c
1716target/coldfire/mpio/hd300/lcd-as-hd300.S
1717target/coldfire/mpio/hd300/powermgmt-hd300.c
1718#ifndef BOOTLOADER
1719target/coldfire/mpio/audio-mpio.c
1720target/coldfire/wmcodec-coldfire.c
1721target/coldfire/mpio/fmradio_i2c-mpio.c
1722#endif /* BOOTLOADER */
1723#endif /* SIMULATOR */
1724#endif
1704 1725
1705#if (CONFIG_PLATFORM & PLATFORM_ANDROID) 1726#if (CONFIG_PLATFORM & PLATFORM_ANDROID)
1706target/hosted/android/fs-android.c 1727target/hosted/android/fs-android.c