xref: /illumos-gate/usr/src/lib/fm/topo/maps/Joyent,Joyent-Storage-Platform-7001/Makefile (revision 8e458de0baeb1fee50643403223bc7e909a48464)
1#
2# This file and its contents are supplied under the terms of the
3# Common Development and Distribution License ("CDDL"), version 1.0.
4# You may only use this file in accordance with the terms of version
5# 1.0 of the CDDL.
6#
7# A full copy of the text of the CDDL should have accompanied this
8# source.  A copy of the CDDL is also available via the Internet at
9# http://www.illumos.org/license/CDDL.
10#
11
12#
13# Copyright (c) 2018, Joyent, Inc.
14#
15
16# NOTE: The name of the xml file we are building is 'platform'
17# specific, but its build is structured as 'arch' specific since
18# 'uname -i' on all x86 platforms returns i86pc.
19
20ARCH = i86pc
21CLASS = arch
22DTDFILE = topology.dtd.1
23
24TOPOFILE = \
25	Joyent-Storage-Platform-7001-hc-topology.xml \
26	Joyent-Storage-Platform-7001-chassis-hc-topology.xml \
27	Joyent-Storage-Platform-7001-slot-hc-topology.xml
28
29SRCDIR = ../Joyent,Joyent-Storage-Platform-7001
30
31PLATFORM = Joyent-Storage-Platform-7001
32
33include ../Makefile.map
34