Cross Reference: Makefile
xref: /src/distrib/sgimips/instkernel/Makefile
  • Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/distrib/sgimips/instkernel/
Makefile revision 1.7
1#	$NetBSD: Makefile,v 1.7 2010/08/16 13:24:54 he Exp $
2
3.include <bsd.own.mk>
4.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
5
6.include <bsd.kernobj.mk>
7
8IMAGE=		diskimage
9IMAGESIZE=	3600k
10LISTS=		${.CURDIR}/list
11MTREECONF=	${DISTRIBDIR}/common/mtree.dot
12IMAGEENDIAN=	be
13IMAGEDEPENDS=	netbsd-INSTALL32_IP2x.gz netbsd-INSTALL32_IP3x.gz 
14
15RAMDISKDIR!=	cd ${.CURDIR}/../ramdisk && ${PRINTOBJDIR}
16RAMDISK=	${RAMDISKDIR}/ramdisk.fs
17
18MDSETTARGETS=		INSTALL32_IP2x ${RAMDISK} netbsd-INSTALL32_IP2x	\
19			INSTALL32_IP3x ${RAMDISK} netbsd-INSTALL32_IP3x
20
21MDSET_RELEASEDIR=	binary/kernel
22
23MDSET_SUFFIXES.netbsd-INSTALL32_IP2x=ecoff create-ecoff
24create-ecoff=	${OBJCOPY} --impure -O ecoff-bigmips \
25		-R .pdr -R .mdebug.abi32 -R .comment -R .ident \
26		${.TARGET:R} ${.TARGET}
27
28IMAGE_RELEASEDIR=	installation/diskimage
29
30.include "${DISTRIBDIR}/common/Makefile.image"
31.include "${DISTRIBDIR}/common/Makefile.mdset"
32
33.include <bsd.prog.mk>
34

Indexes created Wed Dec 10 04:09:55 GMT 2025