From 93654fca4adc07e24b3ff9a3a2a84c42d21d26de Mon Sep 17 00:00:00 2001 From: matt Date: Wed, 1 Aug 2012 05:46:13 +0000 Subject: [PATCH] Add TWRP1025 and INSTALL_TWRP1025 --- etc/etc.evbppc/Makefile.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/etc/etc.evbppc/Makefile.inc b/etc/etc.evbppc/Makefile.inc index ae5e619e69d6..72f137ec7578 100644 --- a/etc/etc.evbppc/Makefile.inc +++ b/etc/etc.evbppc/Makefile.inc @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.inc,v 1.10 2012/02/04 10:32:11 he Exp $ +# $NetBSD: Makefile.inc,v 1.11 2012/08/01 05:46:13 matt Exp $ # # etc.evbppc/Makefile.inc -- evbppc-specific etc Makefile targets # @@ -8,8 +8,8 @@ KERNEL_SETS= WALNUT EXPLORA451 OPENBLOCKS200 OPENBLOCKS266 KERNEL_SETS+= EV64260 PMPPC -KERNEL_SETS+= MPC8536DS MPC8548CDS P2020DS P2020RDB RB800 +KERNEL_SETS+= MPC8536DS MPC8548CDS P2020DS P2020RDB RB800 TWRP1025 KERNEL_SUFFIXES= img BUILD_KERNELS= INSTALL_WALNUT INSTALL_OPENBLOCKS266 INSTALL_PMPPC -BUILD_KERNELS+= INSTALL_P2020DS INSTALL_P2020RDB +BUILD_KERNELS+= INSTALL_P2020DS INSTALL_P2020RDB INSTALL_TWRP1025