summaryrefslogtreecommitdiff
path: root/sys/src/9/mkfile
diff options
context:
space:
mode:
authorglenda <glenda@9front.local>2025-05-14 01:31:24 +0000
committerglenda <glenda@9front.local>2025-05-14 01:31:24 +0000
commit635cb9e7425577dae44eb415ad42e8d3892850b5 (patch)
treeb0d4e61b6f59b109f8bbb6985f839cb35dd0b5a4 /sys/src/9/mkfile
parent05d5f147584c2b16e3754ad492384aff86a16b62 (diff)
kernel: exclude ppc kernels from all target
Diffstat (limited to 'sys/src/9/mkfile')
-rw-r--r--sys/src/9/mkfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/src/9/mkfile b/sys/src/9/mkfile
index 9208a7b94..b4e81c1f7 100644
--- a/sys/src/9/mkfile
+++ b/sys/src/9/mkfile
@@ -3,11 +3,11 @@ ARCH=\
bcm64\
cycv\
kw\
- mtx\
+ #mtx\
omap\
pc\
pc64\
- ppc\
+ #ppc\
sgi\
teg2\
xen\