Module Name:    src
Committed By:   tsutsui
Date:           Sun Dec 11 07:41:37 UTC 2022

Modified Files:
        src/sys/arch/hp300/stand/uboot: Makefile

Log Message:
Enable UFS2 support.

Tested on 425t with HPDisk emulating 7958B using NetBSD 9.3 UFS2 image.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/sys/arch/hp300/stand/uboot/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/hp300/stand/uboot/Makefile
diff -u src/sys/arch/hp300/stand/uboot/Makefile:1.9 src/sys/arch/hp300/stand/uboot/Makefile:1.10
--- src/sys/arch/hp300/stand/uboot/Makefile:1.9	Mon Sep 23 13:42:36 2019
+++ src/sys/arch/hp300/stand/uboot/Makefile	Sun Dec 11 07:41:37 2022
@@ -1,10 +1,11 @@
-#	$NetBSD: Makefile,v 1.9 2019/09/23 13:42:36 christos Exp $
+#	$NetBSD: Makefile,v 1.10 2022/12/11 07:41:37 tsutsui Exp $
 
 PROGAOUT=	uboot
 PROGSOURCE=	uboot.c tgets.c
 NEWVERSWHAT=	"Primary Boot"
 
 CPPFLAGS+=	-DSUPPORT_ETHERNET -DSUPPORT_TAPE -DSUPPORT_DISK
+CPPFLAGS+=	-DSUPPORT_UFS2
 
 .include "../Makefile.buildboot"
 

Reply via email to