summaryrefslogtreecommitdiff
path: root/firmware/SOURCES
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/SOURCES')
-rw-r--r--firmware/SOURCES2
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/SOURCES b/firmware/SOURCES
index d4447c22cc..9842689544 100644
--- a/firmware/SOURCES
+++ b/firmware/SOURCES
@@ -212,6 +212,8 @@ drivers/tlv320.c
212drivers/isp1362.c 212drivers/isp1362.c
213#elif CONFIG_USBOTG == USBOTG_M5636 213#elif CONFIG_USBOTG == USBOTG_M5636
214drivers/m5636.c 214drivers/m5636.c
215#elif CONFIG_USBOTG == USBOTG_ARC
216drivers/arcotg_udc.c
215#endif /* CONFIG_USBOTG */ 217#endif /* CONFIG_USBOTG */
216#endif /* !defined(SIMULATOR) && !defined(BOOTLOADER) */ 218#endif /* !defined(SIMULATOR) && !defined(BOOTLOADER) */
217 219