xref: /illumos-gate/usr/src/cmd/mdb/intel/amd64/scsi_vhci/Makefile (revision 2a8bcb4efb45d99ac41c94a75c396b362c414f7f)
1*70ab954aSramat#
2*70ab954aSramat# CDDL HEADER START
3*70ab954aSramat#
4*70ab954aSramat# The contents of this file are subject to the terms of the
5*70ab954aSramat# Common Development and Distribution License (the "License").
6*70ab954aSramat# You may not use this file except in compliance with the License.
7*70ab954aSramat#
8*70ab954aSramat# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9*70ab954aSramat# or http://www.opensolaris.org/os/licensing.
10*70ab954aSramat# See the License for the specific language governing permissions
11*70ab954aSramat# and limitations under the License.
12*70ab954aSramat#
13*70ab954aSramat# When distributing Covered Code, include this CDDL HEADER in each
14*70ab954aSramat# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15*70ab954aSramat# If applicable, add the following below this CDDL HEADER, with the
16*70ab954aSramat# fields enclosed by brackets "[]" replaced with your own identifying
17*70ab954aSramat# information: Portions Copyright [yyyy] [name of copyright owner]
18*70ab954aSramat#
19*70ab954aSramat# CDDL HEADER END
20*70ab954aSramat#
21*70ab954aSramat#
22*70ab954aSramat# Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
23*70ab954aSramat# Use is subject to license terms.
24*70ab954aSramat#
25*70ab954aSramat
26*70ab954aSramatMODULE = scsi_vhci.so
27*70ab954aSramatMDBTGT = kvm
28*70ab954aSramat
29*70ab954aSramatMODSRCS = scsi_vhci.c
30*70ab954aSramat
31*70ab954aSramatinclude ../../../../Makefile.cmd
32*70ab954aSramatinclude ../../../../Makefile.cmd.64
33*70ab954aSramatinclude ../../Makefile.amd64
34*70ab954aSramatinclude ../../../Makefile.module
35