Module Name:    src
Committed By:   tsutsui
Date:           Sun May 19 15:39:58 UTC 2024

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

Log Message:
Enable SUPPORT_CD on uboot.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 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.12 src/sys/arch/hp300/stand/uboot/Makefile:1.13
--- src/sys/arch/hp300/stand/uboot/Makefile:1.12	Tue May  7 19:24:33 2024
+++ src/sys/arch/hp300/stand/uboot/Makefile	Sun May 19 15:39:58 2024
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.12 2024/05/07 19:24:33 tsutsui Exp $
+#	$NetBSD: Makefile,v 1.13 2024/05/19 15:39:58 tsutsui Exp $
 
 PROGELF=	uboot
 PROGSOURCE=	uboot.c tgets.c
@@ -6,6 +6,7 @@ NEWVERSWHAT=	"Primary Boot"
 
 CPPFLAGS+=	-DSUPPORT_ETHERNET -DSUPPORT_TAPE -DSUPPORT_DISK
 CPPFLAGS+=	-DSUPPORT_UFS2
+CPPFLAGS+=	-DSUPPORT_CD
 
 LINKS=	${BINDIR}/${PROG} ${BINDIR}/rdboot
 LINKS+=	${BINDIR}/${PROG} ${BINDIR}/bootrd

Reply via email to