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

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