Home | History | Annotate | Line # | Download | only in gzboot
Makefile revision 1.9.26.1
      1 #	$NetBSD: Makefile,v 1.9.26.1 2012/10/30 17:19:26 yamt Exp $
      2 
      3 .if ${MACHINE_ARCH} == "arm"
      4 # Little endian platforms
      5 SUBDIR=  ADI_BRH_flash_0x00140000
      6 SUBDIR+= GEMINI_dram_0x01600000
      7 SUBDIR+= IQ80310_flash_0x00080000
      8 SUBDIR+= IQ80321_flash_0xf0080000
      9 SUBDIR+= SMDK2410_flash_0x00000000
     10 SUBDIR+= SMDK2800_flash_0x00000000
     11 SUBDIR+= SMDK2800_flash_0x00100000
     12 SUBDIR+= TS7200_flash_0x60660000
     13 .else
     14 # Big endian platforms
     15 SUBDIR=  ADI_BRH_flash_0x00140000
     16 .endif
     17 
     18 .include <bsd.subdir.mk>
     19