Home | History | Annotate | Line # | Download | only in stand
Makefile revision 1.2.6.1
      1  1.2.6.1       tls #	$NetBSD: Makefile,v 1.2.6.1 2013/02/25 00:28:38 tls Exp $
      2  1.2.6.1       tls 
      3  1.2.6.1       tls .include <bsd.endian.mk>
      4      1.1   thorpej 
      5      1.1   thorpej SUBDIR+= gzboot
      6      1.2  nisimura SUBDIR+= boot2440
      7  1.2.6.1       tls .if ${MACHINE_CPU} == "arm" && ${TARGET_ENDIANNESS} == "1234"
      8  1.2.6.1       tls # According to the i.MX23 Reference Manual section 3.1, Page 3-3:
      9  1.2.6.1       tls # "The i.MX23 always operates in litle-endian mode."
     10  1.2.6.1       tls SUBDIR+= bootimx23
     11  1.2.6.1       tls .endif
     12      1.1   thorpej 
     13      1.1   thorpej .include <bsd.subdir.mk>
     14