xref: /titanic_51/usr/src/uts/sun4v/montoya/Makefile.files (revision fd845fc0cb4fbc8e85f974e2e4eaacca1cc26e81)
1*fd845fc0Sks34972#
2*fd845fc0Sks34972# CDDL HEADER START
3*fd845fc0Sks34972#
4*fd845fc0Sks34972# The contents of this file are subject to the terms of the
5*fd845fc0Sks34972# Common Development and Distribution License (the "License").
6*fd845fc0Sks34972# You may not use this file except in compliance with the License.
7*fd845fc0Sks34972#
8*fd845fc0Sks34972# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9*fd845fc0Sks34972# or http://www.opensolaris.org/os/licensing.
10*fd845fc0Sks34972# See the License for the specific language governing permissions
11*fd845fc0Sks34972# and limitations under the License.
12*fd845fc0Sks34972#
13*fd845fc0Sks34972# When distributing Covered Code, include this CDDL HEADER in each
14*fd845fc0Sks34972# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15*fd845fc0Sks34972# If applicable, add the following below this CDDL HEADER, with the
16*fd845fc0Sks34972# fields enclosed by brackets "[]" replaced with your own identifying
17*fd845fc0Sks34972# information: Portions Copyright [yyyy] [name of copyright owner]
18*fd845fc0Sks34972#
19*fd845fc0Sks34972# CDDL HEADER END
20*fd845fc0Sks34972#
21*fd845fc0Sks34972# uts/sun4v/montoya/Makefile.files
22*fd845fc0Sks34972# Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
23*fd845fc0Sks34972# Use is subject to license terms.
24*fd845fc0Sks34972#
25*fd845fc0Sks34972#ident	"%Z%%M%	%I%	%E% SMI"
26*fd845fc0Sks34972#
27*fd845fc0Sks34972
28*fd845fc0Sks34972#
29*fd845fc0Sks34972#	Global definitions for sun4v implementation specific modules.
30*fd845fc0Sks34972#
31*fd845fc0Sks34972
32*fd845fc0Sks34972#
33*fd845fc0Sks34972# Define objects.
34*fd845fc0Sks34972#
35*fd845fc0Sks34972MONTOYA_PLATMOD_OBJS	= montoya.o
36*fd845fc0Sks34972
37*fd845fc0Sks34972#
38*fd845fc0Sks34972#	include montoya header files
39*fd845fc0Sks34972#
40*fd845fc0Sks34972INC_PATH	+= -I$(UTSBASE)/sun4v
41