15dc9a986SDavid Zhang#
25dc9a986SDavid Zhang# CDDL HEADER START
35dc9a986SDavid Zhang#
45dc9a986SDavid Zhang# The contents of this file are subject to the terms of the
55dc9a986SDavid Zhang# Common Development and Distribution License (the "License").
65dc9a986SDavid Zhang# You may not use this file except in compliance with the License.
75dc9a986SDavid Zhang#
85dc9a986SDavid Zhang# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
95dc9a986SDavid Zhang# or http://www.opensolaris.org/os/licensing.
105dc9a986SDavid Zhang# See the License for the specific language governing permissions
115dc9a986SDavid Zhang# and limitations under the License.
125dc9a986SDavid Zhang#
135dc9a986SDavid Zhang# When distributing Covered Code, include this CDDL HEADER in each
145dc9a986SDavid Zhang# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
155dc9a986SDavid Zhang# If applicable, add the following below this CDDL HEADER, with the
165dc9a986SDavid Zhang# fields enclosed by brackets "[]" replaced with your own identifying
175dc9a986SDavid Zhang# information: Portions Copyright [yyyy] [name of copyright owner]
185dc9a986SDavid Zhang#
195dc9a986SDavid Zhang# CDDL HEADER END
205dc9a986SDavid Zhang#
215dc9a986SDavid Zhang
225dc9a986SDavid Zhang#
235dc9a986SDavid Zhang# Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
245dc9a986SDavid Zhang# Use is subject to license terms.
255dc9a986SDavid Zhang#
265dc9a986SDavid Zhang
275dc9a986SDavid Zhang# NOTE: The name of the xml file we are building is 'platform'
285dc9a986SDavid Zhang# specific, but its build is structured as 'arch' specific since
295dc9a986SDavid Zhang# 'uname -i' on all x86 platforms returns i86pc.
305dc9a986SDavid Zhang
315dc9a986SDavid ZhangARCH = i86pc
325dc9a986SDavid ZhangCLASS = arch
335dc9a986SDavid ZhangDTDFILE = topology.dtd.1
345dc9a986SDavid ZhangTOPOFILE = Netra-X4200-M2-disk-hc-topology.xml
355dc9a986SDavid ZhangSRCDIR = ../SUNW,Netra-X4200-M2
365dc9a986SDavid Zhang
375dc9a986SDavid ZhangPLATFORM = Netra-X4200-M2
385dc9a986SDavid ZhangTOPOBASE = ../i86pc/i86pc-hc-topology.xml
395dc9a986SDavid Zhang
40*b6805bf7SGordon RossCLOBBERFILES = $(TOPOFILE)
41*b6805bf7SGordon Ross
425dc9a986SDavid Zhanginclude ../Makefile.map
43