Home | History | Annotate | Line # | Download | only in gzboot
Makefile revision 1.3
      1 #	$NetBSD: Makefile,v 1.3 2003/07/30 18:54:21 bsh 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 SUBDIR+= SMDK2800_flash_0x00000000
      9 SUBDIR+= SMDK2800_flash_0x00100000
     10 .else
     11 # Big endian platforms
     12 SUBDIR=  ADI_BRH_flash_0x00140000
     13 .endif
     14 
     15 .include <bsd.subdir.mk>
     16