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