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