summaryrefslogtreecommitdiff
path: root/firmware/SOURCES
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/SOURCES')
-rw-r--r--firmware/SOURCES8
1 files changed, 7 insertions, 1 deletions
diff --git a/firmware/SOURCES b/firmware/SOURCES
index 0e159ecb9d..79b6659093 100644
--- a/firmware/SOURCES
+++ b/firmware/SOURCES
@@ -233,8 +233,14 @@ usbstack/usb_benchmark.c
#ifdef CPU_PP502x
target/arm/usb-drv-pp502x.c
#endif
+#else /* !defined(HAVE_USBSTACK) */
+#if CONFIG_USBOTG == USBOTG_ISP1362
+drivers/isp1362.c
+#elif CONFIG_USBOTG == USBOTG_M5636
+drivers/m5636.c
#endif
-#endif
+#endif /* !defined(HAVE_USBSTACK) */
+#endif /* !defined(SIMULATOR) */
/* Other Random Hardware */
#ifdef HAVE_TSC2100