1 # $NetBSD: Makefile,v 1.5.36.1 2018/04/07 04:12:13 pgoyette Exp $ 2 3 .include <bsd.endian.mk> 4 5 .if ${MACHINE_CPU} == "arm" 6 SUBDIR+= gzboot 7 SUBDIR+= 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." 11 SUBDIR+= bootimx23 12 .endif 13 .endif 14 15 .include <bsd.subdir.mk> 16