17fcedef2SRobert Johnston# 27fcedef2SRobert Johnston# CDDL HEADER START 37fcedef2SRobert Johnston# 47fcedef2SRobert Johnston# The contents of this file are subject to the terms of the 57fcedef2SRobert Johnston# Common Development and Distribution License (the "License"). 67fcedef2SRobert Johnston# You may not use this file except in compliance with the License. 77fcedef2SRobert Johnston# 87fcedef2SRobert Johnston# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 97fcedef2SRobert Johnston# or http://www.opensolaris.org/os/licensing. 107fcedef2SRobert Johnston# See the License for the specific language governing permissions 117fcedef2SRobert Johnston# and limitations under the License. 127fcedef2SRobert Johnston# 137fcedef2SRobert Johnston# When distributing Covered Code, include this CDDL HEADER in each 147fcedef2SRobert Johnston# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 157fcedef2SRobert Johnston# If applicable, add the following below this CDDL HEADER, with the 167fcedef2SRobert Johnston# fields enclosed by brackets "[]" replaced with your own identifying 177fcedef2SRobert Johnston# information: Portions Copyright [yyyy] [name of copyright owner] 187fcedef2SRobert Johnston# 197fcedef2SRobert Johnston# CDDL HEADER END 207fcedef2SRobert Johnston# 217fcedef2SRobert Johnston 227fcedef2SRobert Johnston# 237fcedef2SRobert Johnston# Copyright 2009 Sun Microsystems, Inc. All rights reserved. 247fcedef2SRobert Johnston# Use is subject to license terms. 257fcedef2SRobert Johnston# 267fcedef2SRobert Johnston 277fcedef2SRobert Johnston# NOTE: The name of the xml file we are building is 'platform' 287fcedef2SRobert Johnston# specific, but its build is structured as 'arch' specific since 297fcedef2SRobert Johnston# 'uname -i' on all x86 platforms returns i86pc. 307fcedef2SRobert Johnston 317fcedef2SRobert JohnstonARCH = i86pc 327fcedef2SRobert JohnstonCLASS = arch 337fcedef2SRobert JohnstonDTDFILE = topology.dtd.1 347fcedef2SRobert JohnstonTOPOFILE = Sun-Fire-X4600-M2-disk-hc-topology.xml 357fcedef2SRobert JohnstonSRCDIR = ../SUNW,Sun-Fire-X4600-M2 367fcedef2SRobert Johnston 377fcedef2SRobert JohnstonPLATFORM = Sun-Fire-X4600-M2 387fcedef2SRobert JohnstonTOPOBASE = ../i86pc/i86pc-hc-topology.xml 397fcedef2SRobert Johnston 40*b6805bf7SGordon RossCLOBBERFILES = $(TOPOFILE) 41*b6805bf7SGordon Ross 427fcedef2SRobert Johnstoninclude ../Makefile.map 43