diff options
| author | willard <none@none> | 2007-06-26 17:27:45 -0700 |
|---|---|---|
| committer | willard <none@none> | 2007-06-26 17:27:45 -0700 |
| commit | ecb56eb0ffe7dd69b90f2aa3f3be470eca3ecc28 (patch) | |
| tree | f6385352f4941a4aeaa8b480fff1e8f2d9a7b788 /usr/src/lib/libpcp | |
| parent | 7978b887afc61cd14c12d646224b6f1cd8494ea0 (diff) | |
| download | illumos-joyent-ecb56eb0ffe7dd69b90f2aa3f3be470eca3ecc28.tar.gz | |
PSARC 2007/067 Glendale Platform Software Support
6494799 Solaris support for Sun-Blade-T6320 Platform
6521580 Topo file needed for T6320
Diffstat (limited to 'usr/src/lib/libpcp')
| -rw-r--r-- | usr/src/lib/libpcp/sparc/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr/src/lib/libpcp/sparc/Makefile b/usr/src/lib/libpcp/sparc/Makefile index 7db4d17914..648cb20ed7 100644 --- a/usr/src/lib/libpcp/sparc/Makefile +++ b/usr/src/lib/libpcp/sparc/Makefile @@ -19,7 +19,7 @@ # CDDL HEADER END # # -# Copyright 2006 Sun Microsystems, Inc. All rights reserved. +# Copyright 2007 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # #ident "%Z%%M% %I% %E% SMI" @@ -38,7 +38,8 @@ PLATFORM_OBJECTS= libpcp.o pcp_utils.o PLATFORM=sun4v LINKED_PLATFORMS = SUNW,Sun-Fire-T200 \ SUNW,Netra-CP3060 \ - SUNW,Sun-Blade-T6300 + SUNW,Sun-Blade-T6300 \ + SUNW,Sun-Blade-T6320 include ../Makefile.com |
