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