summaryrefslogtreecommitdiff
path: root/firmware/SOURCES
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/SOURCES')
-rw-r--r--firmware/SOURCES24
1 files changed, 23 insertions, 1 deletions
diff --git a/firmware/SOURCES b/firmware/SOURCES
index b13f6a0df8..48360d7b45 100644
--- a/firmware/SOURCES
+++ b/firmware/SOURCES
@@ -258,7 +258,8 @@ drivers/mas.c
258#if !defined(SIMULATOR) && !defined(BOOTLOADER) 258#if !defined(SIMULATOR) && !defined(BOOTLOADER)
259#if defined(HAVE_UDA1380) 259#if defined(HAVE_UDA1380)
260drivers/audio/uda1380.c 260drivers/audio/uda1380.c
261#elif defined(HAVE_WM8751) 261#elif defined(HAVE_WM8751) \
262 || defined(HAVE_WM8750)
262drivers/audio/wm8751.c 263drivers/audio/wm8751.c
263#elif defined(HAVE_WM8978) 264#elif defined(HAVE_WM8978)
264drivers/audio/wm8978.c 265drivers/audio/wm8978.c
@@ -1609,3 +1610,24 @@ target/arm/usb-fw-pp502x.c
1609#endif /* SIMULATOR */ 1610#endif /* SIMULATOR */
1610#endif 1611#endif
1611 1612
1613#ifdef MPIO_HD200
1614#ifndef SIMULATOR
1615/* TODO: currently including all files */
1616target/coldfire/mpio/hd200/adc-hd200.c
1617target/coldfire/mpio/hd200/button-hd200.c
1618target/coldfire/mpio/hd200/lcd-hd200.c
1619target/coldfire/mpio/hd200/lcd-as-hd200.S
1620target/coldfire/mpio/hd200/power-hd200.c
1621target/coldfire/mpio/hd200/powermgmt-hd200.c
1622target/coldfire/mpio/hd200/backlight-hd200.c
1623target/coldfire/mpio/hd200/system-hd200.c
1624target/coldfire/mpio/hd200/usb-hd200.c
1625target/coldfire/mpio/fmradio_i2c-mpio.c
1626target/coldfire/mpio/ata-mpio.c
1627target/coldfire/mpio/ata-as-mpio.S
1628#ifndef BOOTLOADER
1629target/coldfire/mpio/audio-mpio.c
1630target/coldfire/wmcodec-coldfire.c
1631#endif /* BOOTLOADER */
1632#endif /* SIMULATOR */
1633#endif