1 # $NetBSD: Makefile,v 1.10.2.1 2013/02/25 00:28:38 tls Exp $ 2 3 .include <bsd.endian.mk> 4 5 .if ${MACHINE_CPU} == "arm" && ${TARGET_ENDIANNESS} == "1234" 6 # Little endian platforms 7 SUBDIR= ADI_BRH_flash_0x00140000 8 SUBDIR+= GEMINI_dram_0x01600000 9 SUBDIR+= IQ80310_flash_0x00080000 10 SUBDIR+= IQ80321_flash_0xf0080000 11 SUBDIR+= SMDK2410_flash_0x00000000 12 SUBDIR+= SMDK2800_flash_0x00000000 13 SUBDIR+= SMDK2800_flash_0x00100000 14 SUBDIR+= TS7200_flash_0x60660000 15 .else 16 # Big endian platforms 17 SUBDIR= ADI_BRH_flash_0x00140000 18 .endif 19 20 .include <bsd.subdir.mk> 21