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.6
1#	$NetBSD: Makefile,v 1.6 2004/12/28 16:19:41 joff Exp $
2
3.if ${MACHINE_ARCH} == "arm"
4# Little endian platforms
5SUBDIR=  ADI_BRH_flash_0x00140000
6SUBDIR+= IQ80310_flash_0x00080000
7SUBDIR+= IQ80321_flash_0xf0080000
8SUBDIR+= SMDK2410_flash_0x00000000
9SUBDIR+= SMDK2800_flash_0x00000000
10SUBDIR+= SMDK2800_flash_0x00100000
11SUBDIR+= TS7200_flash_0x60660000
12.else
13# Big endian platforms
14SUBDIR=  ADI_BRH_flash_0x00140000
15.endif
16
17.include <bsd.subdir.mk>
18

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