Home | History | Annotate | Line # | Download | only in gzboot
Makefile revision 1.7
      1  1.7  christos #	$NetBSD: Makefile,v 1.7 2005/12/11 12:17:10 christos Exp $
      2  1.1   thorpej 
      3  1.2   thorpej .if ${MACHINE_ARCH} == "arm"
      4  1.2   thorpej # Little endian platforms
      5  1.5   mycroft SUBDIR=  ADI_BRH_flash_0x00140000
      6  1.5   mycroft SUBDIR+= IQ80310_flash_0x00080000
      7  1.5   mycroft SUBDIR+= IQ80321_flash_0xf0080000
      8  1.4   mycroft SUBDIR+= SMDK2410_flash_0x00000000
      9  1.5   mycroft SUBDIR+= SMDK2800_flash_0x00000000
     10  1.5   mycroft SUBDIR+= SMDK2800_flash_0x00100000
     11  1.6      joff SUBDIR+= TS7200_flash_0x60660000
     12  1.2   thorpej .else
     13  1.2   thorpej # Big endian platforms
     14  1.2   thorpej SUBDIR=  ADI_BRH_flash_0x00140000
     15  1.2   thorpej .endif
     16  1.1   thorpej 
     17  1.1   thorpej .include <bsd.subdir.mk>
     18