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