Makefile revision 1.5
1# $NetBSD: Makefile,v 1.5 2013/02/05 07:28:19 matt Exp $ 2 3.include <bsd.endian.mk> 4 5SUBDIR+= gzboot 6SUBDIR+= 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." 10SUBDIR+= bootimx23 11.endif 12 13.include <bsd.subdir.mk> 14