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.17
1#	$NetBSD: Makefile,v 1.17 2012/10/26 19:13:56 msaitoh 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			BCM5301X_INSTALL	${RAMDISK}	-	\
13			CP3100_INSTALL		${RAMDISK}	-	\
14			GEMINI_INSTALL		${RAMDISK}	-	\
15			GUMSTIX_INSTALL		${RAMDISK}	-	\
16			INTEGRATOR_INSTALL	${RAMDISK}	-	\
17			IQ80310_INSTALL		${RAMDISK}	-	\
18			IQ80321_INSTALL		${RAMDISK}	-	\
19			MINI2440_INSTALL	${RAMDISK}	-	\
20			OPENRD_INSTALL		${RAMDISK}	-	\
21			TS7200_INSTALL		${RAMDISK}	- 	\
22			TEAMASA_NPWR_INSTALL	${RAMDISK}	-
23.else
24# Big endian platforms.
25MDSETTARGETS=		ADI_BRH_INSTALL		${RAMDISK}	-
26.endif
27MDSET_RELEASEDIR=	installation/instkernel
28
29MDSET_SUFFIXES.-=	srec create-srec  bin create-bin
30create-srec=		${OBJCOPY} -O srec ${.TARGET:R} ${.TARGET}
31create-bin=		${OBJCOPY} -O binary ${.TARGET:R} ${.TARGET}
32
33
34.include "${DISTRIBDIR}/common/Makefile.mdset"
35
36.include <bsd.prog.mk>
37

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