summaryrefslogtreecommitdiff
path: root/config/arch/alpha/functions
diff options
context:
space:
mode:
Diffstat (limited to 'config/arch/alpha/functions')
-rw-r--r--config/arch/alpha/functions9
1 files changed, 0 insertions, 9 deletions
diff --git a/config/arch/alpha/functions b/config/arch/alpha/functions
deleted file mode 100644
index ea8ef53..0000000
--- a/config/arch/alpha/functions
+++ /dev/null
@@ -1,9 +0,0 @@
-# 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}
-}