1 1.5.36.1 pgoyette # $NetBSD: Makefile,v 1.5.36.1 2018/04/07 04:12:13 pgoyette Exp $ 2 1.5 matt 3 1.5 matt .include <bsd.endian.mk> 4 1.1 thorpej 5 1.5.36.1 pgoyette .if ${MACHINE_CPU} == "arm" 6 1.1 thorpej SUBDIR+= gzboot 7 1.2 nisimura SUBDIR+= boot2440 8 1.5.36.1 pgoyette .if ${TARGET_ENDIANNESS} == "1234" 9 1.4 jkunz # According to the i.MX23 Reference Manual section 3.1, Page 3-3: 10 1.4 jkunz # "The i.MX23 always operates in litle-endian mode." 11 1.3 jkunz SUBDIR+= bootimx23 12 1.4 jkunz .endif 13 1.5.36.1 pgoyette .endif 14 1.1 thorpej 15 1.1 thorpej .include <bsd.subdir.mk> 16