annotate usr/src/lib/fm/topo/maps/i86pc/Makefile @ 14174:f63fe73094ce

4072 make clobber leaves trash Reviewed by: Albert Lee <trisk@nexenta.com> Reviewed by: Dan McDonald <danmcd@nexenta.com> Reviewed by: Marcel Telka <marcel.telka@nexenta.com> Reviewed by: Richard Lowe <richlowe@richlowe.net> Approved by: Garrett D'Amore <garrett@damore.org>
author Gordon Ross <gwr@nexenta.com>
date Fri, 23 Aug 2013 18:31:03 -0400
parents eaa343de0d06
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1414
b4126407ac5b PSARC 2006/020 FMA for Athlon 64 and Opteron Processors
cindi
parents:
diff changeset
1 #
b4126407ac5b PSARC 2006/020 FMA for Athlon 64 and Opteron Processors
cindi
parents:
diff changeset
2 # CDDL HEADER START
b4126407ac5b PSARC 2006/020 FMA for Athlon 64 and Opteron Processors
cindi
parents:
diff changeset
3 #
b4126407ac5b PSARC 2006/020 FMA for Athlon 64 and Opteron Processors
cindi
parents:
diff changeset
4 # The contents of this file are subject to the terms of the
3062
46d280f5351d 6396916 verification of dtd file name is wrong
cindi
parents: 1414
diff changeset
5 # Common Development and Distribution License (the "License").
46d280f5351d 6396916 verification of dtd file name is wrong
cindi
parents: 1414
diff changeset
6 # You may not use this file except in compliance with the License.
1414
b4126407ac5b PSARC 2006/020 FMA for Athlon 64 and Opteron Processors
cindi
parents:
diff changeset
7 #
b4126407ac5b PSARC 2006/020 FMA for Athlon 64 and Opteron Processors
cindi
parents:
diff changeset
8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
b4126407ac5b PSARC 2006/020 FMA for Athlon 64 and Opteron Processors
cindi
parents:
diff changeset
9 # or http://www.opensolaris.org/os/licensing.
b4126407ac5b PSARC 2006/020 FMA for Athlon 64 and Opteron Processors
cindi
parents:
diff changeset
10 # See the License for the specific language governing permissions
b4126407ac5b PSARC 2006/020 FMA for Athlon 64 and Opteron Processors
cindi
parents:
diff changeset
11 # and limitations under the License.
b4126407ac5b PSARC 2006/020 FMA for Athlon 64 and Opteron Processors
cindi
parents:
diff changeset
12 #
b4126407ac5b PSARC 2006/020 FMA for Athlon 64 and Opteron Processors
cindi
parents:
diff changeset
13 # When distributing Covered Code, include this CDDL HEADER in each
b4126407ac5b PSARC 2006/020 FMA for Athlon 64 and Opteron Processors
cindi
parents:
diff changeset
14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
b4126407ac5b PSARC 2006/020 FMA for Athlon 64 and Opteron Processors
cindi
parents:
diff changeset
15 # If applicable, add the following below this CDDL HEADER, with the
b4126407ac5b PSARC 2006/020 FMA for Athlon 64 and Opteron Processors
cindi
parents:
diff changeset
16 # fields enclosed by brackets "[]" replaced with your own identifying
b4126407ac5b PSARC 2006/020 FMA for Athlon 64 and Opteron Processors
cindi
parents:
diff changeset
17 # information: Portions Copyright [yyyy] [name of copyright owner]
b4126407ac5b PSARC 2006/020 FMA for Athlon 64 and Opteron Processors
cindi
parents:
diff changeset
18 #
b4126407ac5b PSARC 2006/020 FMA for Athlon 64 and Opteron Processors
cindi
parents:
diff changeset
19 # CDDL HEADER END
b4126407ac5b PSARC 2006/020 FMA for Athlon 64 and Opteron Processors
cindi
parents:
diff changeset
20 #
b4126407ac5b PSARC 2006/020 FMA for Athlon 64 and Opteron Processors
cindi
parents:
diff changeset
21 #
10234
c4cea2ed5803 6839705 libtopo needs updates in order to cope with ILOM 3
Robert Johnston <Robert.Johnston@Sun.COM>
parents: 6070
diff changeset
22 # Copyright 2009 Sun Microsystems, Inc. All rights reserved.
1414
b4126407ac5b PSARC 2006/020 FMA for Athlon 64 and Opteron Processors
cindi
parents:
diff changeset
23 # Use is subject to license terms.
b4126407ac5b PSARC 2006/020 FMA for Athlon 64 and Opteron Processors
cindi
parents:
diff changeset
24 #
b4126407ac5b PSARC 2006/020 FMA for Athlon 64 and Opteron Processors
cindi
parents:
diff changeset
25
b4126407ac5b PSARC 2006/020 FMA for Athlon 64 and Opteron Processors
cindi
parents:
diff changeset
26 ARCH = i86pc
b4126407ac5b PSARC 2006/020 FMA for Athlon 64 and Opteron Processors
cindi
parents:
diff changeset
27 CLASS = arch
b4126407ac5b PSARC 2006/020 FMA for Athlon 64 and Opteron Processors
cindi
parents:
diff changeset
28 DTDFILE = topology.dtd.1
6070
1e70ddca5488 PSARC 2008/091 Libtopo enumeration of fans and power supplies via IPMI
robj
parents: 5068
diff changeset
29 TOPOFILE = i86pc-hc-topology.xml chip-hc-topology.xml psu-hc-topology.xml \
10942
eaa343de0d06 PSARC/2009/490 x86 Generic FMA Topology Enumerator
Tom Pothier <Tom.Pothier@Sun.COM>
parents: 10234
diff changeset
30 fan-hc-topology.xml i86pc-legacy-hc-topology.xml chassis-hc-topology.xml
6070
1e70ddca5488 PSARC 2008/091 Libtopo enumeration of fans and power supplies via IPMI
robj
parents: 5068
diff changeset
31
1414
b4126407ac5b PSARC 2006/020 FMA for Athlon 64 and Opteron Processors
cindi
parents:
diff changeset
32 SRCDIR = ../i86pc
b4126407ac5b PSARC 2006/020 FMA for Athlon 64 and Opteron Processors
cindi
parents:
diff changeset
33
6070
1e70ddca5488 PSARC 2008/091 Libtopo enumeration of fans and power supplies via IPMI
robj
parents: 5068
diff changeset
34 PLATFORM = unused
1e70ddca5488 PSARC 2008/091 Libtopo enumeration of fans and power supplies via IPMI
robj
parents: 5068
diff changeset
35 TOPOBASE = i86pc-hc-topology.xml
1e70ddca5488 PSARC 2008/091 Libtopo enumeration of fans and power supplies via IPMI
robj
parents: 5068
diff changeset
36
14174
f63fe73094ce 4072 make clobber leaves trash
Gordon Ross <gwr@nexenta.com>
parents: 10942
diff changeset
37 CLOBBERFILES = fan-hc-topology.xml
f63fe73094ce 4072 make clobber leaves trash
Gordon Ross <gwr@nexenta.com>
parents: 10942
diff changeset
38
3062
46d280f5351d 6396916 verification of dtd file name is wrong
cindi
parents: 1414
diff changeset
39 include ../Makefile.map