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