1 1.11 jmcneill # $NetBSD: Makefile,v 1.11 2020/05/28 15:23:43 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.8 bouyer SUBDIR= gzboot instkernel cdroms 9 1.11 jmcneill .if ${MACHINE_ARCH} == "aarch64" || ${MACHINE_ARCH} == "earmv7hf" 10 1.11 jmcneill SUBDIR+= installimage 11 1.11 jmcneill .endif 12 1.5 thorpej TARGETS+= release 13 1.1 thorpej 14 1.10 ryo .if ${MACHINE_CPU} == "arm" 15 1.9 nisimura BOOTOBJ!= cd ${KERNSRCDIR}/arch/evbarm/stand/boot2440 && ${PRINTOBJDIR} 16 1.9 nisimura MDECBOOT= ${BOOTOBJ}/bootmini2440 17 1.9 nisimura 18 1.9 nisimura release: check_RELEASEDIR .WAIT ${MDECBOOT} 19 1.9 nisimura ${RELEASE_INSTALL} ${MDECBOOT} ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation 20 1.10 ryo .endif 21 1.9 nisimura 22 1.8 bouyer iso_image: 23 1.8 bouyer ${MAKEDIRTARGET} cdroms iso_image 24 1.8 bouyer 25 1.11 jmcneill install_image: 26 1.11 jmcneill ${MAKEDIRTARGET} installimage install_image 27 1.11 jmcneill 28 1.1 thorpej .include <bsd.subdir.mk> 29