Makefile revision 1.2
1# $NetBSD: Makefile,v 1.2 2003/05/26 15:17:38 thorpej Exp $ 2 3.if ${MACHINE_ARCH} == "arm" 4# Little endian platforms 5SUBDIR= ADI_BRH_flash_0x00140000 6SUBDIR+= IQ80310_flash_0x00080000 7SUBDIR+= IQ80321_flash_0xf0080000 8.else 9# Big endian platforms 10SUBDIR= ADI_BRH_flash_0x00140000 11.endif 12 13.include <bsd.subdir.mk> 14