Module Name: src Committed By: matt Date: Wed Aug 24 16:03:34 UTC 2011
Modified Files: src/etc/etc.evbmips: Makefile.inc Log Message: Build the GDIUM64 kernel (since it tests 16KB pages). To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/etc/etc.evbmips/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.evbmips/Makefile.inc diff -u src/etc/etc.evbmips/Makefile.inc:1.16 src/etc/etc.evbmips/Makefile.inc:1.17 --- src/etc/etc.evbmips/Makefile.inc:1.16 Mon Aug 1 23:18:10 2011 +++ src/etc/etc.evbmips/Makefile.inc Wed Aug 24 16:03:34 2011 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.inc,v 1.16 2011/08/01 23:18:10 matt Exp $ +# $NetBSD: Makefile.inc,v 1.17 2011/08/24 16:03:34 matt Exp $ # # etc.evbmips/Makefile.inc -- evbmips-specific etc Makefile targets # @@ -22,6 +22,7 @@ .if ${MACHINE_ARCH} == "mips64el" KERNEL_SETS+= P5064-64 +KERNEL_SETS+= GDIUM64 .endif .else KERNEL_SETS= ALCHEMY DB120 DBAU1500 DBAU1550 MALTA RB433UAH