Makefile revision 1.7
11.7Sjmcneill#	$NetBSD: Makefile,v 1.7 2018/08/25 00:07:09 jmcneill Exp $
21.5Smatt
31.5Smatt.include <bsd.endian.mk>
41.1Sthorpej
51.6Sryo.if ${MACHINE_CPU} == "arm"
61.1SthorpejSUBDIR+= gzboot
71.2SnisimuraSUBDIR+= boot2440
81.6Sryo.if ${TARGET_ENDIANNESS} == "1234"
91.4Sjkunz# According to the i.MX23 Reference Manual section 3.1, Page 3-3:
101.4Sjkunz# "The i.MX23 always operates in litle-endian mode."
111.3SjkunzSUBDIR+= bootimx23
121.4Sjkunz.endif
131.6Sryo.endif
141.1Sthorpej
151.7Sjmcneill.if ${MACHINE_CPU} == "aarch64"
161.7SjmcneillSUBDIR+= ../../../stand/efiboot/bootaa64
171.7Sjmcneill.endif
181.7Sjmcneill
191.1Sthorpej.include <bsd.subdir.mk>
20