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.14
1#	$NetBSD: Makefile,v 1.14 2008/10/31 02:04:04 cliff 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
9.if ${MACHINE_ARCH} == "arm"
10# Little endian platforms.
11MDSETTARGETS=		ADI_BRH_INSTALL		${RAMDISK}	-	\
12			CP3100_INSTALL		${RAMDISK}	-	\
13			GEMINI_INSTALL		${RAMDISK}	-	\
14			GUMSTIX_INSTALL		${RAMDISK}	-	\
15			INTEGRATOR_INSTALL	${RAMDISK}	-	\
16			IQ80310_INSTALL		${RAMDISK}	-	\
17			IQ80321_INSTALL		${RAMDISK}	-	\
18			TS7200_INSTALL		${RAMDISK}	- 	\
19			TEAMASA_NPWR_INSTALL	${RAMDISK}	-
20.else
21# Big endian platforms.
22MDSETTARGETS=		ADI_BRH_INSTALL		${RAMDISK}	-
23.endif
24MDSET_RELEASEDIR=	installation/instkernel
25
26MDSET_SUFFIXES.-=	srec create-srec  bin create-bin
27create-srec=		${OBJCOPY} -O srec ${.TARGET:R} ${.TARGET}
28create-bin=		${OBJCOPY} -O binary ${.TARGET:R} ${.TARGET}
29
30
31.include "${DISTRIBDIR}/common/Makefile.mdset"
32
33.include <bsd.prog.mk>
34

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