diff options
author | jl139090 <none@none> | 2007-09-27 18:15:28 -0700 |
---|---|---|
committer | jl139090 <none@none> | 2007-09-27 18:15:28 -0700 |
commit | ca6d7ba96138ee0d42364692a5e413bb220c4675 (patch) | |
tree | b08f52b1b88e641aafc75a718b084f5e39caebb6 /usr/src/uts/sun4v/Makefile.thunder | |
parent | 55654e3d039de1637b0061035d5fb67f3d8d5086 (diff) | |
download | illumos-gate-ca6d7ba96138ee0d42364692a5e413bb220c4675.tar.gz |
PSARC/2007/490 Thunder software support
6549776 Solaris support needed for Thunder blades.
Diffstat (limited to 'usr/src/uts/sun4v/Makefile.thunder')
-rw-r--r-- | usr/src/uts/sun4v/Makefile.thunder | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/usr/src/uts/sun4v/Makefile.thunder b/usr/src/uts/sun4v/Makefile.thunder new file mode 100644 index 0000000000..4d10d20c92 --- /dev/null +++ b/usr/src/uts/sun4v/Makefile.thunder @@ -0,0 +1,38 @@ +# +# CDDL HEADER START +# +# The contents of this file are subject to the terms of the +# Common Development and Distribution License (the "License"). +# You may not use this file except in compliance with the License. +# +# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE +# or http://www.opensolaris.org/os/licensing. +# See the License for the specific language governing permissions +# and limitations under the License. +# +# When distributing Covered Code, include this CDDL HEADER in each +# file and include the License file at usr/src/OPENSOLARIS.LICENSE. +# If applicable, add the following below this CDDL HEADER, with the +# fields enclosed by brackets "[]" replaced with your own identifying +# information: Portions Copyright [yyyy] [name of copyright owner] +# +# CDDL HEADER END +# +# +# +# Copyright 2007 Sun Microsystems, Inc. All rights reserved. +# Use is subject to license terms. +# +#ident "%Z%%M% %I% %E% SMI" +# +# Global definitions for sun4v thunder implementation specific modules. +# + +# +# Define directories. +# + +USR_SUN4V_PLAT_DIR = $(USR_PLAT_DIR)/$(PLATFORM) +USR_THUNDER_DIR = $(USR_PLAT_DIR)/SUNW,USBRDT-5240 +USR_THUNDER_SBIN_DIR = $(USR_THUNDER_DIR)/sbin +USR_THUNDER_LIB_DIR = $(USR_THUNDER_DIR)/lib |