Home | History | Annotate | Line # | Download | only in gzboot
      1 #	$NetBSD: Makefile,v 1.12 2013/05/02 03:56:41 matt Exp $
      2 
      3 .include <bsd.endian.mk>
      4 
      5 SUBDIR=  ADI_BRH_flash_0x00140000
      6 
      7 .if ${MACHINE_CPU} == "arm" && ${TARGET_ENDIANNESS} == "1234"
      8 # Little endian platforms
      9 SUBDIR+= GEMINI_dram_0x01600000
     10 SUBDIR+= IQ80310_flash_0x00080000
     11 SUBDIR+= IQ80321_flash_0xf0080000
     12 SUBDIR+= SMDK2410_flash_0x00000000
     13 SUBDIR+= SMDK2800_flash_0x00000000
     14 SUBDIR+= SMDK2800_flash_0x00100000
     15 SUBDIR+= TS7200_flash_0x60660000
     16 .endif
     17 
     18 .include <bsd.subdir.mk>
     19