summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
Diffstat (limited to 'arch')
-rw-r--r--arch/powerpc/config.in1
-rw-r--r--arch/powerpc/functions9
2 files changed, 10 insertions, 0 deletions
diff --git a/arch/powerpc/config.in b/arch/powerpc/config.in
new file mode 100644
index 0000000..5cfe4ce
--- /dev/null
+++ b/arch/powerpc/config.in
@@ -0,0 +1 @@
+# powerpc specific configuration file
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
+}