19ef7884dSanovick# 29ef7884dSanovick# CDDL HEADER START 39ef7884dSanovick# 49ef7884dSanovick# The contents of this file are subject to the terms of the 59ef7884dSanovick# Common Development and Distribution License (the "License"). 69ef7884dSanovick# You may not use this file except in compliance with the License. 79ef7884dSanovick# 89ef7884dSanovick# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 99ef7884dSanovick# or http://www.opensolaris.org/os/licensing. 109ef7884dSanovick# See the License for the specific language governing permissions 119ef7884dSanovick# and limitations under the License. 129ef7884dSanovick# 139ef7884dSanovick# When distributing Covered Code, include this CDDL HEADER in each 149ef7884dSanovick# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 159ef7884dSanovick# If applicable, add the following below this CDDL HEADER, with the 169ef7884dSanovick# fields enclosed by brackets "[]" replaced with your own identifying 179ef7884dSanovick# information: Portions Copyright [yyyy] [name of copyright owner] 189ef7884dSanovick# 199ef7884dSanovick# CDDL HEADER END 209ef7884dSanovick# 219ef7884dSanovick# 22*5b20c9b9Sanovick# 239ef7884dSanovick# Copyright 2006 Sun Microsystems, Inc. All rights reserved. 249ef7884dSanovick# Use is subject to license terms. 259ef7884dSanovick# 269ef7884dSanovick# ident "%Z%%M% %I% %E% SMI" 279ef7884dSanovick# 289ef7884dSanovick# Global definitions for sun4v stpaul implementation specific modules. 299ef7884dSanovick# 309ef7884dSanovick 319ef7884dSanovick# 329ef7884dSanovick# Define directories. 339ef7884dSanovick# 349ef7884dSanovick 359ef7884dSanovickUSR_SUN4V_PLAT_DIR = $(USR_PLAT_DIR)/$(PLATFORM) 369ef7884dSanovickUSR_STPAUL_DIR = $(USR_PLAT_DIR)/SUNW,Sun-Blade-T6300 379ef7884dSanovickUSR_STPAUL_SBIN_DIR = $(USR_STPAUL_DIR)/sbin 389ef7884dSanovickUSR_STPAUL_LIB_DIR = $(USR_STPAUL_DIR)/lib 399ef7884dSanovick 40