11410cb93SJoshua M. Clulow# 21410cb93SJoshua M. Clulow# CDDL HEADER START 31410cb93SJoshua M. Clulow# 41410cb93SJoshua M. Clulow# The contents of this file are subject to the terms of the 51410cb93SJoshua M. Clulow# Common Development and Distribution License (the "License"). 61410cb93SJoshua M. Clulow# You may not use this file except in compliance with the License. 71410cb93SJoshua M. Clulow# 81410cb93SJoshua M. Clulow# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 91410cb93SJoshua M. Clulow# or http://www.opensolaris.org/os/licensing. 101410cb93SJoshua M. Clulow# See the License for the specific language governing permissions 111410cb93SJoshua M. Clulow# and limitations under the License. 121410cb93SJoshua M. Clulow# 131410cb93SJoshua M. Clulow# When distributing Covered Code, include this CDDL HEADER in each 141410cb93SJoshua M. Clulow# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 151410cb93SJoshua M. Clulow# If applicable, add the following below this CDDL HEADER, with the 161410cb93SJoshua M. Clulow# fields enclosed by brackets "[]" replaced with your own identifying 171410cb93SJoshua M. Clulow# information: Portions Copyright [yyyy] [name of copyright owner] 181410cb93SJoshua M. Clulow# 191410cb93SJoshua M. Clulow# CDDL HEADER END 201410cb93SJoshua M. Clulow# 211410cb93SJoshua M. Clulow 221410cb93SJoshua M. Clulow# 231410cb93SJoshua M. Clulow# Copyright 2009 Sun Microsystems, Inc. All rights reserved. 241410cb93SJoshua M. Clulow# Use is subject to license terms. 251410cb93SJoshua M. Clulow# Copyright (c) 2013, Joyent, Inc. All rights reserved. 261410cb93SJoshua M. Clulow# 271410cb93SJoshua M. Clulow 281410cb93SJoshua M. Clulow# NOTE: The name of the xml file we are building is 'platform' 291410cb93SJoshua M. Clulow# specific, but its build is structured as 'arch' specific since 301410cb93SJoshua M. Clulow# 'uname -i' on all x86 platforms returns i86pc. 311410cb93SJoshua M. Clulow 321410cb93SJoshua M. ClulowARCH = i86pc 331410cb93SJoshua M. ClulowCLASS = arch 341410cb93SJoshua M. ClulowDTDFILE = topology.dtd.1 351410cb93SJoshua M. ClulowTOPOFILE = Joyent-Compute-Platform-1101-disk-hc-topology.xml 361410cb93SJoshua M. ClulowSRCDIR = ../Joyent,Joyent-Compute-Platform-1101 371410cb93SJoshua M. Clulow 381410cb93SJoshua M. ClulowPLATFORM = Joyent-Compute-Platform-1101 391410cb93SJoshua M. ClulowTOPOBASE = ../i86pc/i86pc-hc-topology.xml 401410cb93SJoshua M. Clulow 41*b52c8fbeSRichard PALOCLOBBERFILES += $(TOPOFILE) 42*b52c8fbeSRichard PALO 431410cb93SJoshua M. Clulowinclude ../Makefile.map 44