Home | History | Annotate | Line # | Download | only in stand
      1  1.14    andvar #	$NetBSD: Makefile,v 1.14 2021/09/16 20:17:47 andvar Exp $
      2   1.5      matt 
      3   1.5      matt .include <bsd.endian.mk>
      4   1.1   thorpej 
      5   1.6       ryo .if ${MACHINE_CPU} == "arm"
      6   1.1   thorpej SUBDIR+= gzboot
      7   1.2  nisimura SUBDIR+= boot2440
      8   1.6       ryo .if ${TARGET_ENDIANNESS} == "1234"
      9   1.4     jkunz # According to the i.MX23 Reference Manual section 3.1, Page 3-3:
     10  1.14    andvar # "The i.MX23 always operates in little-endian mode."
     11   1.3     jkunz SUBDIR+= bootimx23
     12   1.4     jkunz .endif
     13   1.6       ryo .endif
     14   1.1   thorpej 
     15  1.13  jmcneill .if ${HAVE_UEFI:Uno} == "yes"
     16  1.13  jmcneill . if !empty(MACHINE_ARCH:Maarch64*)
     17   1.7  jmcneill SUBDIR+= ../../../stand/efiboot/bootaa64
     18  1.13  jmcneill . else
     19   1.8  jmcneill SUBDIR+= ../../../stand/efiboot/bootarm
     20  1.13  jmcneill . endif
     21   1.8  jmcneill .endif
     22   1.8  jmcneill 
     23   1.1   thorpej .include <bsd.subdir.mk>
     24