Home | History | Annotate | Line # | Download | only in stand
Makefile revision 1.1.142.3
      1 #	$NetBSD: Makefile,v 1.1.142.3 2014/05/22 11:39:43 yamt 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