1724365f7Ssethg#
2724365f7Ssethg# CDDL HEADER START
3724365f7Ssethg#
4724365f7Ssethg# The contents of this file are subject to the terms of the
5724365f7Ssethg# Common Development and Distribution License (the "License").
6724365f7Ssethg# You may not use this file except in compliance with the License.
7724365f7Ssethg#
8724365f7Ssethg# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9724365f7Ssethg# or http://www.opensolaris.org/os/licensing.
10724365f7Ssethg# See the License for the specific language governing permissions
11724365f7Ssethg# and limitations under the License.
12724365f7Ssethg#
13724365f7Ssethg# When distributing Covered Code, include this CDDL HEADER in each
14724365f7Ssethg# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15724365f7Ssethg# If applicable, add the following below this CDDL HEADER, with the
16724365f7Ssethg# fields enclosed by brackets "[]" replaced with your own identifying
17724365f7Ssethg# information: Portions Copyright [yyyy] [name of copyright owner]
18724365f7Ssethg#
19724365f7Ssethg# CDDL HEADER END
20724365f7Ssethg#
21184cd04cScth
22724365f7Ssethg#
23940d71d2Seschrock# Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
24724365f7Ssethg# Use is subject to license terms.
25724365f7Ssethg#
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.
30724365f7Ssethg
31724365f7SsethgARCH = i86pc
32724365f7SsethgCLASS = arch
33940d71d2SeschrockDTDFILE = topology.dtd.1
34d91236feSeschrockTOPOFILE = Sun-Fire-X4500-disk-hc-topology.xml
35184cd04cScthSRCDIR = ../SUNW,Sun-Fire-X4500
36724365f7Ssethg
37184cd04cScthPLATFORM = Sun-Fire-X4500
38184cd04cScthTOPOBASE = ../i86pc/i86pc-hc-topology.xml
39724365f7Ssethg
40*b6805bf7SGordon RossCLOBBERFILES = $(TOPOFILE)
41*b6805bf7SGordon Ross
42184cd04cScthinclude ../Makefile.map
43