summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
Diffstat (limited to 'utils')
-rw-r--r--utils/hwstub/stub/SOURCES8
-rw-r--r--utils/hwstub/stub/asm/arm/memcpy.S (renamed from utils/hwstub/stub/memcpy.S)0
-rw-r--r--utils/hwstub/stub/asm/arm/memmove.S (renamed from utils/hwstub/stub/memmove.S)0
-rw-r--r--utils/hwstub/stub/asm/arm/memset.S (renamed from utils/hwstub/stub/memset.S)0
4 files changed, 5 insertions, 3 deletions
diff --git a/utils/hwstub/stub/SOURCES b/utils/hwstub/stub/SOURCES
index fb87d64ccd..bcb782c282 100644
--- a/utils/hwstub/stub/SOURCES
+++ b/utils/hwstub/stub/SOURCES
@@ -1,8 +1,10 @@
1#if defined(CPU_ARM)
2asm/arm/memcpy.S
3asm/arm/memmove.S
4asm/arm/memset.S
5#endif
1main.c 6main.c
2logf.c 7logf.c
3memcpy.S
4memmove.S
5memset.S
6string.c 8string.c
7format.c 9format.c
8#ifdef CONFIG_STMP 10#ifdef CONFIG_STMP
diff --git a/utils/hwstub/stub/memcpy.S b/utils/hwstub/stub/asm/arm/memcpy.S
index 2a55fb5656..2a55fb5656 100644
--- a/utils/hwstub/stub/memcpy.S
+++ b/utils/hwstub/stub/asm/arm/memcpy.S
diff --git a/utils/hwstub/stub/memmove.S b/utils/hwstub/stub/asm/arm/memmove.S
index d8cab048be..d8cab048be 100644
--- a/utils/hwstub/stub/memmove.S
+++ b/utils/hwstub/stub/asm/arm/memmove.S
diff --git a/utils/hwstub/stub/memset.S b/utils/hwstub/stub/asm/arm/memset.S
index 682da874ce..682da874ce 100644
--- a/utils/hwstub/stub/memset.S
+++ b/utils/hwstub/stub/asm/arm/memset.S