1724365f7Ssethg#
2724365f7Ssethg# CDDL HEADER START
3724365f7Ssethg#
4724365f7Ssethg# The contents of this file are subject to the terms of the
5724365f7Ssethg# Common Development and Distribution License (the "License").
6724365f7Ssethg# You may not use this file except in compliance with the License.
7724365f7Ssethg#
8724365f7Ssethg# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9724365f7Ssethg# or http://www.opensolaris.org/os/licensing.
10724365f7Ssethg# See the License for the specific language governing permissions
11724365f7Ssethg# and limitations under the License.
12724365f7Ssethg#
13724365f7Ssethg# When distributing Covered Code, include this CDDL HEADER in each
14724365f7Ssethg# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15724365f7Ssethg# If applicable, add the following below this CDDL HEADER, with the
16724365f7Ssethg# fields enclosed by brackets "[]" replaced with your own identifying
17724365f7Ssethg# information: Portions Copyright [yyyy] [name of copyright owner]
18724365f7Ssethg#
19724365f7Ssethg# CDDL HEADER END
20724365f7Ssethg#
21724365f7Ssethg#
22602ca9eaScth# Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
23724365f7Ssethg# Use is subject to license terms.
24724365f7Ssethg#
253c6ffbabSRob Johnston# Copyright 2020 Joyent, Inc.
2600d7a6fbSRob Johnston#
27724365f7Ssethg
28184cd04cScthMODULE = disk
29184cd04cScthCLASS = common
30184cd04cScth
313c6ffbabSRob JohnstonMODULESRCS = disk.c disk_common.c disk_mptsas.c disk_nvme.c
32724365f7Ssethg
33724365f7Ssethginclude ../../Makefile.plugin
34724365f7Ssethg
35744642a2SRobert MustacchiCPPFLAGS += -I$(SRC)/uts/common -I../../common/ufm
36aed5247fSJoshua M. Clulow
37*533affcbSRobert MustacchiLDLIBS += -ldevinfo -ldevid -lcfgadm -ldiskstatus -ldiskmgt -lnvme
38