Home | History | Annotate | Line # | Download | only in evbarm
Makefile revision 1.9.40.1
      1  1.9.40.1  pgoyette #	$NetBSD: Makefile,v 1.9.40.1 2018/04/07 04:11:56 pgoyette 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.5   thorpej TARGETS+=	release
     10       1.1   thorpej 
     11  1.9.40.1  pgoyette .if ${MACHINE_CPU} == "arm"
     12       1.9  nisimura BOOTOBJ!=	cd ${KERNSRCDIR}/arch/evbarm/stand/boot2440 && ${PRINTOBJDIR}
     13       1.9  nisimura MDECBOOT=	${BOOTOBJ}/bootmini2440 
     14       1.9  nisimura 
     15       1.9  nisimura release: check_RELEASEDIR .WAIT ${MDECBOOT}
     16       1.9  nisimura 	${RELEASE_INSTALL} ${MDECBOOT} ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation
     17  1.9.40.1  pgoyette .endif
     18       1.9  nisimura 
     19       1.8    bouyer iso_image:
     20       1.8    bouyer 	${MAKEDIRTARGET} cdroms iso_image
     21       1.8    bouyer 
     22       1.1   thorpej .include <bsd.subdir.mk>
     23