summaryrefslogtreecommitdiff
path: root/arch/alpha/functions
diff options
context:
space:
mode:
Diffstat (limited to 'arch/alpha/functions')
-rw-r--r--arch/alpha/functions9
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/alpha/functions b/arch/alpha/functions
new file mode 100644
index 0000000..ea8ef53
--- /dev/null
+++ b/arch/alpha/functions
@@ -0,0 +1,9 @@
+# Compute Alpha-specific values
+
+CT_DoArchValues () {
+ # The architecture part of the tuple:
+ CT_TARGET_ARCH="${CT_ARCH}${CT_ARCH_ALPHA_VARIANT}"
+
+ # The kernel ARCH:
+ CT_KERNEL_ARCH=${CT_ARCH}
+}