Home | History | Annotate | Line # | Download | only in gzboot
Makefile revision 1.2.2.2
      1 #	$NetBSD: Makefile,v 1.2.2.2 2004/09/18 14:33:51 skrll 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+= SMDK2410_flash_0x00000000
      9 SUBDIR+= SMDK2800_flash_0x00000000
     10 SUBDIR+= SMDK2800_flash_0x00100000
     11 .else
     12 # Big endian platforms
     13 SUBDIR=  ADI_BRH_flash_0x00140000
     14 .endif
     15 
     16 .include <bsd.subdir.mk>
     17