summaryrefslogtreecommitdiffstats
path: root/arch/alpha/lib/stycpy.S
diff options
context:
space:
mode:
Diffstat (limited to 'arch/alpha/lib/stycpy.S')
-rw-r--r--arch/alpha/lib/stycpy.S11
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/alpha/lib/stycpy.S b/arch/alpha/lib/stycpy.S
new file mode 100644
index 000000000000..32ecd9c5f90d
--- /dev/null
+++ b/arch/alpha/lib/stycpy.S
@@ -0,0 +1,11 @@
+#include "strcpy.S"
+#ifdef CONFIG_ALPHA_EV67
+#include "ev67-strcat.S"
+#else
+#include "strcat.S"
+#endif
+#ifdef CONFIG_ALPHA_EV6
+#include "ev6-stxcpy.S"
+#else
+#include "stxcpy.S"
+#endif