Makefile revision 1.6
1#	$NetBSD: Makefile,v 1.6 2018/04/01 04:35:05 ryo Exp $
2
3.include <bsd.endian.mk>
4
5.if ${MACHINE_CPU} == "arm"
6SUBDIR+= gzboot
7SUBDIR+= boot2440
8.if ${TARGET_ENDIANNESS} == "1234"
9# According to the i.MX23 Reference Manual section 3.1, Page 3-3:
10# "The i.MX23 always operates in litle-endian mode."
11SUBDIR+= bootimx23
12.endif
13.endif
14
15.include <bsd.subdir.mk>
16