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