summaryrefslogtreecommitdiff
path: root/sys/arch/evbppc/conf/Makefile.virtex.inc
blob: 1fd084b6954aa4e75638bdd2d089b7e3b497d16e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#	$NetBSD: Makefile.virtex.inc,v 1.2 2021/03/29 13:12:38 rin Exp $

CFLAGS+=-mcpu=405
AFLAGS+=-mcpu=405

.ifndef TEXTADDR
BEGIN:
	echo "TEXTADDR not defined in kernel config!"
	exit 1
.endif

SYSTEM_FIRST_OBJ=	virtex_start.o
SYSTEM_FIRST_SFILE=	${THISPPC}/virtex/virtex_start.S