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