xref: /illumos-gate/usr/src/lib/fm/topo/modules/common/ses/Makefile (revision 00d7a6fb939233ed021b823016c33fcae1dac964)
1940d71d2Seschrock#
2940d71d2Seschrock# CDDL HEADER START
3940d71d2Seschrock#
4940d71d2Seschrock# The contents of this file are subject to the terms of the
5940d71d2Seschrock# Common Development and Distribution License (the "License").
6940d71d2Seschrock# You may not use this file except in compliance with the License.
7940d71d2Seschrock#
8940d71d2Seschrock# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9940d71d2Seschrock# or http://www.opensolaris.org/os/licensing.
10940d71d2Seschrock# See the License for the specific language governing permissions
11940d71d2Seschrock# and limitations under the License.
12940d71d2Seschrock#
13940d71d2Seschrock# When distributing Covered Code, include this CDDL HEADER in each
14940d71d2Seschrock# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15940d71d2Seschrock# If applicable, add the following below this CDDL HEADER, with the
16940d71d2Seschrock# fields enclosed by brackets "[]" replaced with your own identifying
17940d71d2Seschrock# information: Portions Copyright [yyyy] [name of copyright owner]
18940d71d2Seschrock#
19940d71d2Seschrock# CDDL HEADER END
20940d71d2Seschrock#
21940d71d2Seschrock#
22f76de749SStephen Hanson# Copyright (c) 2008, 2010, Oracle and/or its affiliates. All rights reserved.
23*00d7a6fbSRob Johnston# Copyright (c) 2018, Joyent, Inc.
24940d71d2Seschrock#
25940d71d2Seschrock
26940d71d2SeschrockMODULE = ses
27940d71d2SeschrockCLASS = common
28940d71d2SeschrockSHAREDMODULE = disk
29940d71d2Seschrock
30d91236feSeschrockMODULESRCS = ses.c ses_facility.c
31940d71d2SeschrockSHAREDSRCS = disk_common.c
32940d71d2Seschrock
33940d71d2Seschrockinclude ../../Makefile.plugin
34940d71d2Seschrock
35940d71d2SeschrockCPPFLAGS += -I../disk
36940d71d2Seschrock
37940d71d2SeschrockLDLIBS += -L$(ROOTLIBDIR)/scsi -R/usr/lib/scsi -lses
38*00d7a6fbSRob JohnstonLDLIBS += -ldevinfo -ldevid -ldiskstatus -lcontract -lsysevent -ldiskmgt
39b6805bf7SGordon Ross
40b6805bf7SGordon RossCLOBBERFILES += disk_common.ln
41