summaryrefslogtreecommitdiff
path: root/utils/hwstub/stub/SOURCES
diff options
context:
space:
mode:
Diffstat (limited to 'utils/hwstub/stub/SOURCES')
-rw-r--r--utils/hwstub/stub/SOURCES8
1 files changed, 6 insertions, 2 deletions
diff --git a/utils/hwstub/stub/SOURCES b/utils/hwstub/stub/SOURCES
index bfb847c21b..fb87d64ccd 100644
--- a/utils/hwstub/stub/SOURCES
+++ b/utils/hwstub/stub/SOURCES
@@ -1,5 +1,4 @@
1main.c 1main.c
2crt0.S
3logf.c 2logf.c
4memcpy.S 3memcpy.S
5memmove.S 4memmove.S
@@ -7,6 +6,11 @@ memset.S
7string.c 6string.c
8format.c 7format.c
9#ifdef CONFIG_STMP 8#ifdef CONFIG_STMP
10usb_drv_arc.c 9stmp/crt0.S
11stmp/target.c 10stmp/target.c
11usb_drv_arc.c
12#elif defined(CONFIG_RK27XX)
13rk27xx/crt0.S
14rk27xx/usb_drv_rk27xx.c
15rk27xx/target.c
12#endif 16#endif