summaryrefslogtreecommitdiff
path: root/firmware/SOURCES
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/SOURCES')
-rw-r--r--firmware/SOURCES8
1 files changed, 8 insertions, 0 deletions
diff --git a/firmware/SOURCES b/firmware/SOURCES
index 7a00bb903a..a3bc4f2a1f 100644
--- a/firmware/SOURCES
+++ b/firmware/SOURCES
@@ -257,10 +257,18 @@ drivers/audio/mas35xx.c
257#if !defined(SIMULATOR) 257#if !defined(SIMULATOR)
258#ifdef HAVE_USBSTACK 258#ifdef HAVE_USBSTACK
259usbstack/usb_core.c 259usbstack/usb_core.c
260#ifdef USB_ENABLE_STORAGE
260usbstack/usb_storage.c 261usbstack/usb_storage.c
262#endif
263#ifdef USB_ENABLE_SERIAL
261usbstack/usb_serial.c 264usbstack/usb_serial.c
265#endif
266#ifdef USB_ENABLE_CHARGING_ONLY
262usbstack/usb_charging_only.c 267usbstack/usb_charging_only.c
268#endif
269#ifdef USB_ENABLE_HID
263usbstack/usb_hid.c 270usbstack/usb_hid.c
271#endif
264#if CONFIG_USBOTG == USBOTG_ARC 272#if CONFIG_USBOTG == USBOTG_ARC
265target/arm/usb-drv-arc.c 273target/arm/usb-drv-arc.c
266#elif CONFIG_USBOTG == USBOTG_ISP1583 274#elif CONFIG_USBOTG == USBOTG_ISP1583