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

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