Home | History | Annotate | Line # | Download | only in evbarm
Makefile revision 1.16
      1  1.16  jmcneill #	$NetBSD: Makefile,v 1.16 2021/07/23 21:53:33 jmcneill Exp $
      2   1.1   thorpej 
      3   1.3     lukem .include <bsd.own.mk>
      4   1.7     lukem .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
      5   1.1   thorpej 
      6   1.9  nisimura .include <bsd.kernobj.mk>
      7   1.9  nisimura 
      8  1.12  jmcneill SUBDIR=		gzboot instkernel
      9  1.15       rin .if !empty(MACHINE_ARCH:Maarch64*) || !empty(MACHINE_ARCH:Mearmv7hf*)
     10  1.11  jmcneill SUBDIR+=	installimage
     11  1.16  jmcneill SUBDIR+=	liveimage
     12  1.11  jmcneill .endif
     13  1.15       rin .if !empty(MACHINE_ARCH:Maarch64*)
     14  1.13  jmcneill SUBDIR+=	isoimage
     15  1.13  jmcneill .endif
     16   1.5   thorpej TARGETS+=	release
     17   1.1   thorpej 
     18  1.10       ryo .if ${MACHINE_CPU} == "arm"
     19   1.9  nisimura BOOTOBJ!=	cd ${KERNSRCDIR}/arch/evbarm/stand/boot2440 && ${PRINTOBJDIR}
     20   1.9  nisimura MDECBOOT=	${BOOTOBJ}/bootmini2440 
     21   1.9  nisimura 
     22   1.9  nisimura release: check_RELEASEDIR .WAIT ${MDECBOOT}
     23   1.9  nisimura 	${RELEASE_INSTALL} ${MDECBOOT} ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation
     24  1.10       ryo .endif
     25   1.9  nisimura 
     26  1.15       rin .if !empty(MACHINE_ARCH:Maarch64*)
     27  1.13  jmcneill iso_image:
     28  1.13  jmcneill 	${MAKEDIRTARGET} isoimage iso_image
     29  1.14  jmcneill .endif
     30  1.13  jmcneill 
     31  1.16  jmcneill live_image:
     32  1.16  jmcneill 	${MAKEDIRTARGET} liveimage live_image
     33  1.16  jmcneill 
     34  1.11  jmcneill install_image:
     35  1.11  jmcneill 	${MAKEDIRTARGET} installimage install_image
     36  1.11  jmcneill 
     37   1.1   thorpej .include <bsd.subdir.mk>
     38