1*602ca9eaScth#
2*602ca9eaScth# CDDL HEADER START
3*602ca9eaScth#
4*602ca9eaScth# The contents of this file are subject to the terms of the
5*602ca9eaScth# Common Development and Distribution License (the "License").
6*602ca9eaScth# You may not use this file except in compliance with the License.
7*602ca9eaScth#
8*602ca9eaScth# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9*602ca9eaScth# or http://www.opensolaris.org/os/licensing.
10*602ca9eaScth# See the License for the specific language governing permissions
11*602ca9eaScth# and limitations under the License.
12*602ca9eaScth#
13*602ca9eaScth# When distributing Covered Code, include this CDDL HEADER in each
14*602ca9eaScth# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15*602ca9eaScth# If applicable, add the following below this CDDL HEADER, with the
16*602ca9eaScth# fields enclosed by brackets "[]" replaced with your own identifying
17*602ca9eaScth# information: Portions Copyright [yyyy] [name of copyright owner]
18*602ca9eaScth#
19*602ca9eaScth# CDDL HEADER END
20*602ca9eaScth#
21*602ca9eaScth
22*602ca9eaScth#
23*602ca9eaScth# Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
24*602ca9eaScth# Use is subject to license terms.
25*602ca9eaScth#
26*602ca9eaScth#pragma ident	"%Z%%M%	%I%	%E% SMI"
27*602ca9eaScth
28*602ca9eaScth# NOTE: The name of the xml file we are building is 'platform'
29*602ca9eaScth# specific, but its build is structured as 'arch' specific since
30*602ca9eaScth# 'uname -i' on all x86 platforms returns i86pc.
31*602ca9eaScth
32*602ca9eaScthARCH = i86pc
33*602ca9eaScthCLASS = arch
34*602ca9eaScthDTDFILE =
35*602ca9eaScthTOPOFILE = Sun-Fire-X4200-M2-hc-topology.xml
36*602ca9eaScthSRCDIR = ../SUNW,Sun-Fire-X4200-M2
37*602ca9eaScth
38*602ca9eaScthPLATFORM = Sun-Fire-X4200-M2
39*602ca9eaScthTOPOBASE = ../i86pc/i86pc-hc-topology.xml
40*602ca9eaScth
41*602ca9eaScthinclude ../Makefile.map
42