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