1bbdcea1aSmcwalter# 2bbdcea1aSmcwalter# CDDL HEADER START 3bbdcea1aSmcwalter# 4bbdcea1aSmcwalter# The contents of this file are subject to the terms of the 5bbdcea1aSmcwalter# Common Development and Distribution License (the "License"). 6bbdcea1aSmcwalter# You may not use this file except in compliance with the License. 7bbdcea1aSmcwalter# 8bbdcea1aSmcwalter# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 9bbdcea1aSmcwalter# or http://www.opensolaris.org/os/licensing. 10bbdcea1aSmcwalter# See the License for the specific language governing permissions 11bbdcea1aSmcwalter# and limitations under the License. 12bbdcea1aSmcwalter# 13bbdcea1aSmcwalter# When distributing Covered Code, include this CDDL HEADER in each 14bbdcea1aSmcwalter# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 15bbdcea1aSmcwalter# If applicable, add the following below this CDDL HEADER, with the 16bbdcea1aSmcwalter# fields enclosed by brackets "[]" replaced with your own identifying 17bbdcea1aSmcwalter# information: Portions Copyright [yyyy] [name of copyright owner] 18bbdcea1aSmcwalter# 19bbdcea1aSmcwalter# CDDL HEADER END 20bbdcea1aSmcwalter# 21bbdcea1aSmcwalter# 22bbdcea1aSmcwalter# 23*1e49577aSRod Evans# Copyright (c) 2007, 2010, Oracle and/or its affiliates. All rights reserved. 24bbdcea1aSmcwalter# 25bbdcea1aSmcwalter# Global definitions for sun4v Monza implementation specific modules. 26bbdcea1aSmcwalter# 27bbdcea1aSmcwalter 28bbdcea1aSmcwalter# 29bbdcea1aSmcwalter# Define directories. 30bbdcea1aSmcwalter# 31bbdcea1aSmcwalter 32bbdcea1aSmcwalterUSR_SUN4V_PLAT_DIR = $(USR_PLAT_DIR)/$(PLATFORM) 33bbdcea1aSmcwalterUSR_MONZA_DIR = $(USR_PLAT_DIR)/SUNW,Netra-CP3260 34bbdcea1aSmcwalterUSR_MONZA_SBIN_DIR = $(USR_MONZA_DIR)/sbin 35bbdcea1aSmcwalterUSR_MONZA_SBIN_LINKS = $(USR_MONZA_SBIN_DIR)/prtdiag 36