summaryrefslogtreecommitdiff
path: root/firmware/SOURCES
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/SOURCES')
-rw-r--r--firmware/SOURCES15
1 files changed, 14 insertions, 1 deletions
diff --git a/firmware/SOURCES b/firmware/SOURCES
index cd628fb683..c704bee0e7 100644
--- a/firmware/SOURCES
+++ b/firmware/SOURCES
@@ -101,6 +101,7 @@ drivers/dac.c
101drivers/serial.c 101drivers/serial.c
102#endif /* SIMULATOR */ 102#endif /* SIMULATOR */
103 103
104
104/* Storage */ 105/* Storage */
105#ifndef SIMULATOR 106#ifndef SIMULATOR
106#ifdef HAVE_MMC 107#ifdef HAVE_MMC
@@ -221,6 +222,18 @@ drivers/audio/mas35xx.c
221#endif /* defined(HAVE_*) */ 222#endif /* defined(HAVE_*) */
222#endif /* SIMULATOR */ 223#endif /* SIMULATOR */
223 224
225/* USB Stack */
226#if !defined(SIMULATOR)
227#ifdef HAVE_USBSTACK
228usbstack/core/core.c
229usbstack/core/epsetup.c
230usbstack/core/utils.c
231usbstack/core/config.c
232usbstack/drivers/device/usb_serial.c
233usbstack/drivers/device/usb_storage.c
234#endif
235#endif
236
224/* USBOTG */ 237/* USBOTG */
225#if !defined(SIMULATOR) 238#if !defined(SIMULATOR)
226#if CONFIG_USBOTG == USBOTG_ISP1362 239#if CONFIG_USBOTG == USBOTG_ISP1362
@@ -230,7 +243,7 @@ drivers/isp1362.c
230#if CONFIG_USBOTG == USBOTG_M5636 243#if CONFIG_USBOTG == USBOTG_M5636
231drivers/m5636.c 244drivers/m5636.c
232#elif CONFIG_USBOTG == USBOTG_ARC 245#elif CONFIG_USBOTG == USBOTG_ARC
233drivers/arcotg_udc.c 246drivers/usb/arcotg_dcd.c
234#endif /* CONFIG_USBOTG */ 247#endif /* CONFIG_USBOTG */
235#endif /* !defined(BOOTLOADER) */ 248#endif /* !defined(BOOTLOADER) */
236#endif /* !defined(SIMULATOR) */ 249#endif /* !defined(SIMULATOR) */