Cross Reference: Makefile
xref: /src/distrib/evbarm/instkernel/instkernel/Makefile
  • Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/distrib/evbarm/instkernel/instkernel/
Makefile revision 1.7
1#	$NetBSD: Makefile,v 1.7 2002/05/08 21:44:55 lukem Exp $
2
3.include <bsd.own.mk>
4.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
5
6RAMDISKDIR!=	cd ${.CURDIR}/../ramdisk && ${PRINTOBJDIR}
7RAMDISK=	${RAMDISKDIR}/ramdisk.fs
8
9MDSETTARGETS=		TEAMASA_NPWR_INSTALL ${RAMDISK} -
10MDSET_RELEASEDIR=	installation/instkernel
11
12MDSET_SUFFIXES.-=	srec create-srec  bin create-bin
13create-srec=		${OBJCOPY} -O srec ${.TARGET:R} ${.TARGET}
14create-bin=		${OBJCOPY} -O binary ${.TARGET:R} ${.TARGET}
15
16
17.include "${DISTRIBDIR}/common/Makefile.mdset"
18
19.include <bsd.prog.mk>
20

Indexes created Mon Nov 10 17:20:41 GMT 2025