Home | History | Annotate | Line # | Download | only in gzboot
Makefile revision 1.10.2.1
      1  1.10.2.1      tls #	$NetBSD: Makefile,v 1.10.2.1 2013/02/25 00:28:38 tls Exp $
      2       1.1  thorpej 
      3  1.10.2.1      tls .include <bsd.endian.mk>
      4  1.10.2.1      tls 
      5  1.10.2.1      tls .if ${MACHINE_CPU} == "arm" && ${TARGET_ENDIANNESS} == "1234"
      6       1.2  thorpej # Little endian platforms
      7       1.5  mycroft SUBDIR=  ADI_BRH_flash_0x00140000
      8      1.10    skrll SUBDIR+= GEMINI_dram_0x01600000
      9       1.5  mycroft SUBDIR+= IQ80310_flash_0x00080000
     10       1.5  mycroft SUBDIR+= IQ80321_flash_0xf0080000
     11       1.4  mycroft SUBDIR+= SMDK2410_flash_0x00000000
     12       1.5  mycroft SUBDIR+= SMDK2800_flash_0x00000000
     13       1.5  mycroft SUBDIR+= SMDK2800_flash_0x00100000
     14       1.6     joff SUBDIR+= TS7200_flash_0x60660000
     15       1.2  thorpej .else
     16       1.2  thorpej # Big endian platforms
     17       1.2  thorpej SUBDIR=  ADI_BRH_flash_0x00140000
     18       1.2  thorpej .endif
     19       1.1  thorpej 
     20       1.1  thorpej .include <bsd.subdir.mk>
     21