Module Name: src
Committed By: jmcneill
Date: Thu Oct 31 08:29:24 UTC 2024
Modified Files:
src/etc/etc.evbppc: Makefile.inc
Log Message:
evbppc: Include X sets in wii.img
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/etc/etc.evbppc/Makefile.inc
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/etc/etc.evbppc/Makefile.inc
diff -u src/etc/etc.evbppc/Makefile.inc:1.15 src/etc/etc.evbppc/Makefile.inc:1.16
--- src/etc/etc.evbppc/Makefile.inc:1.15 Sat Jan 20 21:35:59 2024
+++ src/etc/etc.evbppc/Makefile.inc Thu Oct 31 08:29:24 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.15 2024/01/20 21:35:59 jmcneill Exp $
+# $NetBSD: Makefile.inc,v 1.16 2024/10/31 08:29:24 jmcneill Exp $
#
# etc.evbppc/Makefile.inc -- evbppc-specific etc Makefile targets
#
@@ -61,7 +61,7 @@ __mkimage: .USE
.if ${MACHINE_ARCH} == "powerpc"
smp_wii: __mkimage
-MKI_OPTS.smp_wii= -K ${IMAGE.kern}
+MKI_OPTS.smp_wii= -K ${IMAGE.kern} -x
SNAP_MD_POST_DEPS+= smp_wii
INSTALLATION_DIRS+= binary/gzimg
.endif