1602ca9eaScth# 2602ca9eaScth# CDDL HEADER START 3602ca9eaScth# 4602ca9eaScth# The contents of this file are subject to the terms of the 5602ca9eaScth# Common Development and Distribution License (the "License"). 6602ca9eaScth# You may not use this file except in compliance with the License. 7602ca9eaScth# 8602ca9eaScth# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 9602ca9eaScth# or http://www.opensolaris.org/os/licensing. 10602ca9eaScth# See the License for the specific language governing permissions 11602ca9eaScth# and limitations under the License. 12602ca9eaScth# 13602ca9eaScth# When distributing Covered Code, include this CDDL HEADER in each 14602ca9eaScth# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 15602ca9eaScth# If applicable, add the following below this CDDL HEADER, with the 16602ca9eaScth# fields enclosed by brackets "[]" replaced with your own identifying 17602ca9eaScth# information: Portions Copyright [yyyy] [name of copyright owner] 18602ca9eaScth# 19602ca9eaScth# CDDL HEADER END 20602ca9eaScth# 21602ca9eaScth 22602ca9eaScth# 23602ca9eaScth# Copyright 2008 Sun Microsystems, Inc. All rights reserved. 24602ca9eaScth# Use is subject to license terms. 25602ca9eaScth# 26602ca9eaScth 27602ca9eaScth# NOTE: The name of the xml file we are building is 'platform' 28602ca9eaScth# specific, but its build is structured as 'arch' specific since 29602ca9eaScth# 'uname -i' on all x86 platforms returns i86pc. 30602ca9eaScth 31602ca9eaScthARCH = i86pc 32602ca9eaScthCLASS = arch 33940d71d2SeschrockDTDFILE = topology.dtd.1 34d91236feSeschrockTOPOFILE = Sun-Fire-X4200-M2-disk-hc-topology.xml 35602ca9eaScthSRCDIR = ../SUNW,Sun-Fire-X4200-M2 36602ca9eaScth 37602ca9eaScthPLATFORM = Sun-Fire-X4200-M2 38602ca9eaScthTOPOBASE = ../i86pc/i86pc-hc-topology.xml 39602ca9eaScth 40*b6805bf7SGordon RossCLOBBERFILES = $(TOPOFILE) 41*b6805bf7SGordon Ross 42602ca9eaScthinclude ../Makefile.map 43