Module Name:    src
Committed By:   joerg
Date:           Sat Aug  2 15:51:18 UTC 2014

Modified Files:
        src/distrib/evbppc/md-kernel: Makefile

Log Message:
Provide the INSTALL kernel for TWRP1025.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/distrib/evbppc/md-kernel/Makefile

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

Modified files:

Index: src/distrib/evbppc/md-kernel/Makefile
diff -u src/distrib/evbppc/md-kernel/Makefile:1.4 src/distrib/evbppc/md-kernel/Makefile:1.5
--- src/distrib/evbppc/md-kernel/Makefile:1.4	Mon Mar  3 19:14:00 2014
+++ src/distrib/evbppc/md-kernel/Makefile	Sat Aug  2 15:51:18 2014
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.4 2014/03/03 19:14:00 joerg Exp $
+#	$NetBSD: Makefile,v 1.5 2014/08/02 15:51:18 joerg Exp $
 
 .include <bsd.own.mk>
 .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
@@ -8,8 +8,9 @@ MKIMG?=	${HOST_SH} ${NETBSDSRCDIR}/sys/a
 RAMDISKDIR!=	cd ${.CURDIR}/../ramdisk && ${PRINTOBJDIR}
 RAMDISK=	${RAMDISKDIR}/ramdisk.fs
 
-MDSETTARGETS=		INSTALL_WALNUT ${RAMDISK} -	\
-			INSTALL_OPENBLOCKS266 ${RAMDISK} -
+MDSETTARGETS=		INSTALL_OPENBLOCKS266 ${RAMDISK} - \
+			INSTALL_TWRP1025 ${RAMDISK} - \
+			INSTALL_WALNUT ${RAMDISK} -
 MDSET_RELEASEDIR=	binary/kernel
 MDSET_SUFFIXES.-=	img create-img
 

Reply via email to