summaryrefslogtreecommitdiff
path: root/firmware/SOURCES
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/SOURCES')
-rw-r--r--firmware/SOURCES5
1 files changed, 4 insertions, 1 deletions
diff --git a/firmware/SOURCES b/firmware/SOURCES
index d6765ef627..5d59a6bd1e 100644
--- a/firmware/SOURCES
+++ b/firmware/SOURCES
@@ -206,7 +206,9 @@ usb_serial.c
206#if CONFIG_USBOTG == USBOTG_ISP1362 206#if CONFIG_USBOTG == USBOTG_ISP1362
207drivers/isp1362.c 207drivers/isp1362.c
208#endif 208#endif
209 209#if CONFIG_USBOTG == USBOTG_M5636
210drivers/m5636.c
211#endif
210 212
211#ifndef SIMULATOR 213#ifndef SIMULATOR
212#ifdef IAUDIO_X5 214#ifdef IAUDIO_X5
@@ -219,5 +221,6 @@ target/coldfire/iaudio/x5/ata-x5.c
219target/coldfire/iaudio/x5/system-x5.c 221target/coldfire/iaudio/x5/system-x5.c
220target/coldfire/iaudio/x5/usb-x5.c 222target/coldfire/iaudio/x5/usb-x5.c
221target/coldfire/iaudio/x5/backlight-x5.c 223target/coldfire/iaudio/x5/backlight-x5.c
224target/coldfire/iaudio/x5/m5636-x5.c
222#endif 225#endif
223#endif 226#endif