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