1 # $NetBSD: Makefile,v 1.8 2008/10/30 06:23:12 cliff Exp $
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
14 # Big endian platforms
15 SUBDIR
= ADI_BRH_flash_0x00140000
18 .
include <bsd.subdir.mk
>