xref: /titanic_41/usr/src/lib/fm/topo/maps/SUNW,Sun-Fire-X4540/Makefile (revision 0b42f15ac52b077791d4ba079e8c163c592c3fda)
1133e64dcSmyers#
2133e64dcSmyers# CDDL HEADER START
3133e64dcSmyers#
4133e64dcSmyers# The contents of this file are subject to the terms of the
5133e64dcSmyers# Common Development and Distribution License (the "License").
6133e64dcSmyers# You may not use this file except in compliance with the License.
7133e64dcSmyers#
8133e64dcSmyers# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9133e64dcSmyers# or http://www.opensolaris.org/os/licensing.
10133e64dcSmyers# See the License for the specific language governing permissions
11133e64dcSmyers# and limitations under the License.
12133e64dcSmyers#
13133e64dcSmyers# When distributing Covered Code, include this CDDL HEADER in each
14133e64dcSmyers# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15133e64dcSmyers# If applicable, add the following below this CDDL HEADER, with the
16133e64dcSmyers# fields enclosed by brackets "[]" replaced with your own identifying
17133e64dcSmyers# information: Portions Copyright [yyyy] [name of copyright owner]
18133e64dcSmyers#
19133e64dcSmyers# CDDL HEADER END
20133e64dcSmyers#
21133e64dcSmyers
22133e64dcSmyers#
23940d71d2Seschrock# Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
24133e64dcSmyers# Use is subject to license terms.
25133e64dcSmyers#
26133e64dcSmyers
27133e64dcSmyers# NOTE: The name of the xml file we are building is 'platform'
28133e64dcSmyers# specific, but its build is structured as 'arch' specific since
29133e64dcSmyers# 'uname -i' on all x86 platforms returns i86pc.
30133e64dcSmyers
31133e64dcSmyersARCH = i86pc
32133e64dcSmyersCLASS = arch
33940d71d2SeschrockDTDFILE = topology.dtd.1
34d91236feSeschrockTOPOFILE = Sun-Fire-X4540-disk-hc-topology.xml
35133e64dcSmyersSRCDIR = ../SUNW,Sun-Fire-X4540
36133e64dcSmyers
37133e64dcSmyersPLATFORM = Sun-Fire-X4540
38133e64dcSmyersTOPOBASE = ../i86pc/i86pc-hc-topology.xml
39133e64dcSmyers
40*b6805bf7SGordon RossCLOBBERFILES = $(TOPOFILE)
41*b6805bf7SGordon Ross
42133e64dcSmyersinclude ../Makefile.map
43