diff options
Diffstat (limited to 'config/arch/alpha/functions')
-rw-r--r-- | config/arch/alpha/functions | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/config/arch/alpha/functions b/config/arch/alpha/functions new file mode 100644 index 00000000..ea8ef536 --- /dev/null +++ b/config/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} +} |