1#
2# CDDL HEADER START
3#
4# The contents of this file are subject to the terms of the
5# Common Development and Distribution License, Version 1.0 only
6# (the "License").  You may not use this file except in compliance
7# with the License.
8#
9# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
10# or http://www.opensolaris.org/os/licensing.
11# See the License for the specific language governing permissions
12# and limitations under the License.
13#
14# When distributing Covered Code, include this CDDL HEADER in each
15# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
16# If applicable, add the following below this CDDL HEADER, with the
17# fields enclosed by brackets "[]" replaced with your own identifying
18# information: Portions Copyright [yyyy] [name of copyright owner]
19#
20# CDDL HEADER END
21#
22#
23# uts/sparc/v9/Makefile.files
24# Copyright 1991,1998-1999,2003 Sun Microsystems, Inc.  All rights reserved.
25# Use is subject to license terms.
26#
27#ident	"%Z%%M%	%I%	%E% SMI"
28#
29#	This Makefile defines all file modules and build rules for the
30# directory uts/sparc/v9 and it's children. These are the source files which
31# are specific to the sparcv9 processor.
32#
33
34#
35#	object lists
36#
37
38CORE_OBJS +=	crt.o		\
39		ddi_v9_asm.o	\
40		float.o		\
41		lock_prim.o	\
42		sparcv9_subr.o	\
43		syscall_trap.o	\
44		v9dep.o		\
45		xregs.o
46
47
48#
49#	generic-unix module
50#
51GENUNIX_OBJS +=	fpu.o		\
52		install_utrap.o	\
53		seg_nf.o	\
54		simulator.o	\
55		uword.o		\
56		v9instr.o
57
58#
59#	Build up paths and defines.
60#
61INC_PATH	+= -I$(UTSBASE)/sparc/v9
62
63#
64# Since assym.h is a derived file, the dependency must be explicit for
65# all files including this file. (This is only actually required in the
66# instance when the .nse_depinfo file does not exist.) It may seem that
67# the lint targets should also have a similar dependency, but they don't
68# since only C headers are included when #defined(lint) is true.
69#
70ASSYM_DEPS +=	crt.o		\
71		float.o		\
72		lock_prim.o	\
73		sparcv9_subr.o	\
74		syscall_trap.o	\
75		ddi_v9_asm.o
76