NetBSD/sys/arch/evbarm/stand/gzboot/Makefile

17 lines
419 B
Makefile
Raw Normal View History

2003-09-03 07:19:04 +04:00
# $NetBSD: Makefile,v 1.5 2003/09/03 03:19:04 mycroft Exp $
2003-04-29 09:35:08 +04:00
.if ${MACHINE_ARCH} == "arm"
# Little endian platforms
2003-09-03 07:19:04 +04:00
SUBDIR= ADI_BRH_flash_0x00140000
SUBDIR+= IQ80310_flash_0x00080000
SUBDIR+= IQ80321_flash_0xf0080000
2003-09-03 07:18:30 +04:00
SUBDIR+= SMDK2410_flash_0x00000000
2003-09-03 07:19:04 +04:00
SUBDIR+= SMDK2800_flash_0x00000000
SUBDIR+= SMDK2800_flash_0x00100000
.else
# Big endian platforms
SUBDIR= ADI_BRH_flash_0x00140000
.endif
2003-04-29 09:35:08 +04:00
.include <bsd.subdir.mk>