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