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.18
1#	$NetBSD: Makefile,v 1.18 2013/01/30 13:53:54 he 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			KUROBOX_PRO_INSTALL	${RAMDISK}	-
24.else
25# Big endian platforms.
26MDSETTARGETS=		ADI_BRH_INSTALL		${RAMDISK}	-
27.endif
28MDSET_RELEASEDIR=	installation/instkernel
29
30MDSET_SUFFIXES.-=	srec create-srec  bin create-bin
31create-srec=		${OBJCOPY} -O srec ${.TARGET:R} ${.TARGET}
32create-bin=		${OBJCOPY} -O binary ${.TARGET:R} ${.TARGET}
33
34
35.include "${DISTRIBDIR}/common/Makefile.mdset"
36
37.include <bsd.prog.mk>
38

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