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