xref: /illumos-gate/usr/src/lib/fm/topo/maps/SUNW,Sun-Fire-X4500/Makefile (revision b6805bf78d2bbbeeaea8909a05623587b42d58b3)
1184cd04cScth#
2184cd04cScth# CDDL HEADER START
3184cd04cScth#
4184cd04cScth# The contents of this file are subject to the terms of the
5184cd04cScth# Common Development and Distribution License (the "License").
6184cd04cScth# You may not use this file except in compliance with the License.
7184cd04cScth#
8184cd04cScth# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9184cd04cScth# or http://www.opensolaris.org/os/licensing.
10184cd04cScth# See the License for the specific language governing permissions
11184cd04cScth# and limitations under the License.
12184cd04cScth#
13184cd04cScth# When distributing Covered Code, include this CDDL HEADER in each
14184cd04cScth# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15184cd04cScth# If applicable, add the following below this CDDL HEADER, with the
16184cd04cScth# fields enclosed by brackets "[]" replaced with your own identifying
17184cd04cScth# information: Portions Copyright [yyyy] [name of copyright owner]
18184cd04cScth#
19184cd04cScth# CDDL HEADER END
20184cd04cScth#
21184cd04cScth
22184cd04cScth#
23940d71d2Seschrock# Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
24184cd04cScth# Use is subject to license terms.
25184cd04cScth#
26184cd04cScth
27184cd04cScth# NOTE: The name of the xml file we are building is 'platform'
28184cd04cScth# specific, but its build is structured as 'arch' specific since
29184cd04cScth# 'uname -i' on all x86 platforms returns i86pc.
30184cd04cScth
31184cd04cScthARCH = i86pc
32184cd04cScthCLASS = arch
33940d71d2SeschrockDTDFILE = topology.dtd.1
34d91236feSeschrockTOPOFILE = Sun-Fire-X4500-disk-hc-topology.xml
35184cd04cScthSRCDIR = ../SUNW,Sun-Fire-X4500
36184cd04cScth
37184cd04cScthPLATFORM = Sun-Fire-X4500
38184cd04cScthTOPOBASE = ../i86pc/i86pc-hc-topology.xml
39184cd04cScth
40*b6805bf7SGordon RossCLOBBERFILES = $(TOPOFILE)
41*b6805bf7SGordon Ross
42184cd04cScthinclude ../Makefile.map
43