Home | History | Annotate | Line # | Download | only in gzboot
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
      5 SUBDIR=  ADI_BRH_flash_0x00140000
      6 SUBDIR+= IQ80310_flash_0x00080000
      7 SUBDIR+= IQ80321_flash_0xf0080000
      8 .else
      9 # Big endian platforms
     10 SUBDIR=  ADI_BRH_flash_0x00140000
     11 .endif
     12 
     13 .include <bsd.subdir.mk>
     14