Home | History | Annotate | Line # | Download | only in stand
Makefile revision 1.1.142.2
      1  1.1.142.2     yamt #	$NetBSD: Makefile,v 1.1.142.2 2013/01/16 05:32:56 yamt Exp $
      2        1.1  thorpej 
      3        1.1  thorpej SUBDIR+= gzboot
      4  1.1.142.1     yamt SUBDIR+= boot2440
      5  1.1.142.2     yamt .if ${MACHINE_ARCH} == "arm"
      6  1.1.142.2     yamt # According to the i.MX23 Reference Manual section 3.1, Page 3-3:
      7  1.1.142.2     yamt # "The i.MX23 always operates in litle-endian mode."
      8  1.1.142.2     yamt SUBDIR+= bootimx23
      9  1.1.142.2     yamt .endif
     10        1.1  thorpej 
     11        1.1  thorpej .include <bsd.subdir.mk>
     12