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/SOURCES2
1 files changed, 2 insertions, 0 deletions
diff --git a/utils/hwstub/stub/SOURCES b/utils/hwstub/stub/SOURCES
index 1b0b56072d..c91580c966 100644
--- a/utils/hwstub/stub/SOURCES
+++ b/utils/hwstub/stub/SOURCES
@@ -2,9 +2,11 @@
2asm/arm/memcpy.S 2asm/arm/memcpy.S
3asm/arm/memmove.S 3asm/arm/memmove.S
4asm/arm/memset.S 4asm/arm/memset.S
5asm/arm/atomic_rw.S
5#elif defined(CPU_MIPS) 6#elif defined(CPU_MIPS)
6asm/mips/memcpy.S 7asm/mips/memcpy.S
7asm/mips/memset.S 8asm/mips/memset.S
9asm/mips/atomic_rw.S
8#else 10#else
9#error "Unimplemented ISA" 11#error "Unimplemented ISA"
10#endif 12#endif