summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 fb87d64..bcb782c 100644
--- a/utils/hwstub/stub/SOURCES
+++ b/utils/hwstub/stub/SOURCES
@@ -1,8 +1,10 @@
+#if defined(CPU_ARM)
+asm/arm/memcpy.S
+asm/arm/memmove.S
+asm/arm/memset.S
+#endif
main.c
logf.c
-memcpy.S
-memmove.S
-memset.S
string.c
format.c
#ifdef CONFIG_STMP
diff --git a/utils/hwstub/stub/memcpy.S b/utils/hwstub/stub/asm/arm/memcpy.S
index 2a55fb5..2a55fb5 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 d8cab04..d8cab04 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 682da87..682da87 100644
--- a/utils/hwstub/stub/memset.S
+++ b/utils/hwstub/stub/asm/arm/memset.S