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