xref: /illumos-gate/usr/src/lib/fm/topo/modules/common/Makefile (revision 7c0da5226960390f873a982dff69c477790f436d)
1184cd04cScth#
2184cd04cScth# CDDL HEADER START
3184cd04cScth#
4184cd04cScth# The contents of this file are subject to the terms of the
5184cd04cScth# Common Development and Distribution License (the "License").
6184cd04cScth# You may not use this file except in compliance with the License.
7184cd04cScth#
8184cd04cScth# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9184cd04cScth# or http://www.opensolaris.org/os/licensing.
10184cd04cScth# See the License for the specific language governing permissions
11184cd04cScth# and limitations under the License.
12184cd04cScth#
13184cd04cScth# When distributing Covered Code, include this CDDL HEADER in each
14184cd04cScth# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15184cd04cScth# If applicable, add the following below this CDDL HEADER, with the
16184cd04cScth# fields enclosed by brackets "[]" replaced with your own identifying
17184cd04cScth# information: Portions Copyright [yyyy] [name of copyright owner]
18184cd04cScth#
19184cd04cScth# CDDL HEADER END
20184cd04cScth#
21184cd04cScth
22184cd04cScth#
232eeaed14Srobj# Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
24184cd04cScth# Use is subject to license terms.
256d65bee7SRob Johnston# Copyright (c) 2018, Joyent, Inc.
26184cd04cScth#
27184cd04cScth
282eeaed14SrobjSUBDIRS =		\
29*7c0da522SRobert Mustacchi	dimm		\
302eeaed14Srobj	disk		\
31e2f631f9SJordan Paige Hendricks	fac_prov_ahci	\
32825ba0f2Srobj	fac_prov_ipmi	\
33ea6920ffSRobert Mustacchi	fac_prov_libhp	\
34aed5247fSJoshua M. Clulow	fac_prov_mptsas	\
352eeaed14Srobj	ipmi		\
3645d3dd98SRobert Mustacchi	nic		\
37940d71d2Seschrock	ses		\
386d65bee7SRob Johnston	smbios		\
39672fc84aSRobert Mustacchi	usb		\
40744642a2SRobert Mustacchi	ufm		\
412eeaed14Srobj	xfp
42184cd04cScth
43940d71d2Seschrockses:	disk
44940d71d2Seschrock
45184cd04cScth.PARALLEL: $(SUBDIRS)
46184cd04cScth
47184cd04cScthinclude ../../../Makefile.subdirs
48