diff options
| author | tsutsui <tsutsui@NetBSD.org> | 2010-09-04 01:16:49 +0000 |
|---|---|---|
| committer | tsutsui <tsutsui@NetBSD.org> | 2010-09-04 01:16:49 +0000 |
| commit | f2af7cc18768e2ca30fbc8508a6ee20d421e72de (patch) | |
| tree | d25e911b8d78e6adf0ca2da7a979f0cba95becb2 /distrib/hpcarm/instkernel | |
| parent | e811b2c5523ede1604caeaa54ca96ee7848899ba (diff) | |
Build install ramdisk kernel for JORNADA720.
Diffstat (limited to 'distrib/hpcarm/instkernel')
| -rw-r--r-- | distrib/hpcarm/instkernel/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/distrib/hpcarm/instkernel/Makefile b/distrib/hpcarm/instkernel/Makefile index baf7e56d6f8..71898063b63 100644 --- a/distrib/hpcarm/instkernel/Makefile +++ b/distrib/hpcarm/instkernel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2010/04/17 13:36:22 nonaka Exp $ +# $NetBSD: Makefile,v 1.3 2010/09/04 01:16:49 tsutsui Exp $ .include <bsd.own.mk> .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib" @@ -9,6 +9,7 @@ MINIROOTOBJ!= cd ${DISTRIBDIR}/miniroot && ${PRINTOBJDIR} MINIROOT= ${MINIROOTOBJ}/miniroot.fs MDSETTARGETS= INSTALL_IPAQ ${MINIROOT} netbsd-IPAQ \ + INSTALL_JORNADA720 ${MINIROOT} netbsd-JORNADA720 \ INSTALL_WZERO3 ${MINIROOT} netbsd-WZERO3 MDSET_RELEASEDIR= installation |
