1 # $NetBSD: Makefile,v 1.4 2012/11/27 20:00:39 jkunz Exp $ 2 3 SUBDIR+= gzboot 4 SUBDIR+= boot2440 5 .if ${MACHINE_ARCH} == "arm" 6 # According to the i.MX23 Reference Manual section 3.1, Page 3-3: 7 # "The i.MX23 always operates in litle-endian mode." 8 SUBDIR+= bootimx23 9 .endif 10 11 .include <bsd.subdir.mk> 12