head	1.3;
access;
symbols
	perseant-exfatfs-base-20250801:1.3
	perseant-exfatfs-base-20240630:1.3
	perseant-exfatfs:1.3.0.6
	perseant-exfatfs-base:1.3
	netbsd-8-3-RELEASE:1.2
	cjep_sun2x:1.3.0.4
	cjep_sun2x-base:1.3
	cjep_staticlib_x-base1:1.3
	cjep_staticlib_x:1.3.0.2
	cjep_staticlib_x-base:1.3
	phil-wifi-20200421:1.3
	phil-wifi-20200411:1.3
	phil-wifi-20200406:1.3
	netbsd-8-2-RELEASE:1.2
	netbsd-8-1-RELEASE:1.2
	netbsd-8-1-RC1:1.2
	pgoyette-compat-merge-20190127:1.2.14.1
	pgoyette-compat-20190127:1.3
	pgoyette-compat-20190118:1.3
	pgoyette-compat-1226:1.3
	pgoyette-compat-1126:1.3
	pgoyette-compat-1020:1.3
	pgoyette-compat-0930:1.3
	pgoyette-compat-0906:1.3
	netbsd-7-2-RELEASE:1.1.2.2
	pgoyette-compat-0728:1.3
	netbsd-8-0-RELEASE:1.2
	pgoyette-compat-0625:1.3
	netbsd-8-0-RC2:1.2
	pgoyette-compat-0521:1.3
	pgoyette-compat-0502:1.3
	pgoyette-compat-0422:1.3
	netbsd-8-0-RC1:1.2
	pgoyette-compat-0415:1.3
	pgoyette-compat-0407:1.3
	pgoyette-compat-0330:1.2
	pgoyette-compat-0322:1.2
	pgoyette-compat-0315:1.2
	netbsd-7-1-2-RELEASE:1.1.2.2
	pgoyette-compat:1.2.0.14
	pgoyette-compat-base:1.2
	netbsd-7-1-1-RELEASE:1.1.2.2
	matt-nb8-mediatek:1.2.0.12
	matt-nb8-mediatek-base:1.2
	perseant-stdc-iso10646:1.2.0.10
	perseant-stdc-iso10646-base:1.2
	netbsd-8:1.2.0.8
	netbsd-8-base:1.2
	prg-localcount2-base3:1.2
	prg-localcount2-base2:1.2
	prg-localcount2-base1:1.2
	prg-localcount2:1.2.0.6
	prg-localcount2-base:1.2
	pgoyette-localcount-20170426:1.2
	bouyer-socketcan-base1:1.2
	pgoyette-localcount-20170320:1.2
	netbsd-7-1:1.1.2.2.0.6
	netbsd-7-1-RELEASE:1.1.2.2
	netbsd-7-1-RC2:1.1.2.2
	netbsd-7-nhusb-base-20170116:1.1.2.2
	bouyer-socketcan:1.2.0.4
	bouyer-socketcan-base:1.2
	pgoyette-localcount-20170107:1.2
	netbsd-7-1-RC1:1.1.2.2
	pgoyette-localcount-20161104:1.2
	netbsd-7-0-2-RELEASE:1.1.2.2
	localcount-20160914:1.2
	netbsd-7-nhusb:1.1.2.2.0.4
	netbsd-7-nhusb-base:1.1.2.2
	pgoyette-localcount-20160806:1.2
	pgoyette-localcount-20160726:1.2
	pgoyette-localcount:1.2.0.2
	pgoyette-localcount-base:1.2
	netbsd-7-0-1-RELEASE:1.1.2.2
	netbsd-7-0:1.1.2.2.0.2
	netbsd-7-0-RELEASE:1.1.2.2
	netbsd-7-0-RC3:1.1.2.2
	netbsd-7-0-RC2:1.1.2.2
	netbsd-7-0-RC1:1.1.2.2
	netbsd-7:1.1.0.2;
locks; strict;
comment	@# @;


1.3
date	2018.04.01.04.35.06;	author ryo;	state dead;
branches;
next	1.2;
commitid	Rbo0y8tEIcKr5HwA;

1.2
date	2015.07.08.01.12.48;	author matt;	state Exp;
branches
	1.2.14.1;
next	1.1;
commitid	IaJQMZKTsrhV2qsy;

1.1
date	2014.12.28.11.51.11;	author martin;	state Exp;
branches
	1.1.2.1;
next	;
commitid	4qO5AvDf7hlwKN3y;

1.2.14.1
date	2018.04.07.04.12.21;	author pgoyette;	state dead;
branches;
next	;
commitid	ZMkKSYuBapz7LsxA;

1.1.2.1
date	2014.12.28.11.51.11;	author snj;	state dead;
branches;
next	1.1.2.2;
commitid	hEinyNNL2OxYN94y;

1.1.2.2
date	2014.12.31.06.17.24;	author snj;	state Exp;
branches;
next	;
commitid	hEinyNNL2OxYN94y;


desc
@@


1.3
log
@Add initial support for ARMv8 (AARCH64) (by nisimura@@ and ryo@@)

- sys/arch/evbarm64 is gone and integrated into sys/arch/evbarm. (by skrll@@)
- add support fdt. evbarm/conf/GENERIC64 fdt (bcm2837,sunxi,tegra) based generic 64bit kernel config. (by skrll@@, jmcneill@@)
@
text
@#	$NetBSD: Makefile,v 1.2 2015/07/08 01:12:48 matt Exp $
#
# Makefile for evbarm64
#

MENUS_MD=
MENUS_MD+= menus.mbr
MSG_MD= msg.md.${SYSINSTLANG} msg.mbr.${SYSINSTLANG}
LANGUAGES=en

.include "../../Makefile.inc"
@


1.2
log
@Stub out enough so this builds for evbarm64
@
text
@d1 1
a1 1
#	$NetBSD: Makefile,v 1.1 2014/12/28 11:51:11 martin Exp $
@


1.2.14.1
log
@Sync with HEAD.  77 conflicts resolved - all of them $NetBSD$
@
text
@d1 1
a1 1
#	$NetBSD: Makefile,v 1.2 2015/07/08 01:12:48 matt Exp $
@


1.1
log
@Move bogusly merged files over to new location.
@
text
@d1 1
a1 1
#	$NetBSD: Makefile,v 1.1 2014/08/10 05:47:35 matt Exp $
d6 4
a9 3
#MENUS_MD= menus.md.${SYSINSTLANG} menus.mbr
#MSG_MD= msg.md.${SYSINSTLANG} msg.mbr.${SYSINSTLANG}
#MD_OPTIONS=	AOUT2ELF
@


1.1.2.1
log
@file Makefile was added on branch netbsd-7 on 2014-12-31 06:17:24 +0000
@
text
@d1 10
@


1.1.2.2
log
@Pull up following revision(s) (requested by martin in ticket #356):
	usr.sbin/sysinst/arch/evbarm64/Makefile: revision 1.1
	usr.sbin/sysinst/arch/evbarm64/md.c: revision 1.1
	usr.sbin/sysinst/arch/evbarm64/md.h: revision 1.1
	distrib/utils/sysinst/arch/evbarm64/Makefile: file removal
	distrib/utils/sysinst/arch/evbarm64/md.c: file removal
	distrib/utils/sysinst/arch/evbarm64/md.h: file removal
Move bogusly merged files over to new location.
@
text
@a0 10
#	$NetBSD$
#
# Makefile for evbarm64
#

#MENUS_MD= menus.md.${SYSINSTLANG} menus.mbr
#MSG_MD= msg.md.${SYSINSTLANG} msg.mbr.${SYSINSTLANG}
#MD_OPTIONS=	AOUT2ELF

.include "../../Makefile.inc"
@


