Cross Reference: Makefile
xref: /src/sys/arch/evbarm/stand/gzboot/Makefile
  • Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/sys/arch/evbarm/stand/gzboot/
Makefile revision 1.10
1#	$NetBSD: Makefile,v 1.10 2012/06/02 20:50:41 skrll Exp $
2
3.if ${MACHINE_ARCH} == "arm"
4# Little endian platforms
5SUBDIR=  ADI_BRH_flash_0x00140000
6SUBDIR+= GEMINI_dram_0x01600000
7SUBDIR+= IQ80310_flash_0x00080000
8SUBDIR+= IQ80321_flash_0xf0080000
9SUBDIR+= SMDK2410_flash_0x00000000
10SUBDIR+= SMDK2800_flash_0x00000000
11SUBDIR+= SMDK2800_flash_0x00100000
12SUBDIR+= TS7200_flash_0x60660000
13.else
14# Big endian platforms
15SUBDIR=  ADI_BRH_flash_0x00140000
16.endif
17
18.include <bsd.subdir.mk>
19

Indexes created Mon Dec 29 14:09:30 GMT 2025