Makefile revision 11003:65c1d51a12b9
178344Sobrien#
298184Sgordon# CDDL HEADER START
378344Sobrien#
4118224Smtm# The contents of this file are subject to the terms of the
5118224Smtm# Common Development and Distribution License (the "License").
6123533Sseanc# You may not use this file except in compliance with the License.
7145184Sglebius#
8118224Smtm# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9127345Sbrooks# or http://www.opensolaris.org/os/licensing.
10118224Smtm# See the License for the specific language governing permissions
11118224Smtm# and limitations under the License.
12118224Smtm#
13125388Sdes# When distributing Covered Code, include this CDDL HEADER in each
14118224Smtm# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15126618Sbms# If applicable, add the following below this CDDL HEADER, with the
16118224Smtm# fields enclosed by brackets "[]" replaced with your own identifying
17121749Sume# information: Portions Copyright [yyyy] [name of copyright owner]
18118224Smtm#
19118224Smtm# CDDL HEADER END
20116223Sbde#
21143489Sdougb#
22127043Sjhb# Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
23116223Sbde# Use is subject to license terms.
24127897Sfjoe#
25142962Sbrooks
26135252SseancMODULE = emlxs.so 
27118224SmtmMDBTGT = kvm
28137126Spjd
29142580SnjlMODSRCS = emlxs.c
30118224Smtm
31137762SwesEMLXSBASE = ../../../../../uts/common/sys/fibre-channel/fca/emlxs
32118224Smtm
33118224Smtminclude ../../../../Makefile.cmd
34118224Smtminclude ../../../../Makefile.cmd.64
35118224Smtminclude ../../Makefile.amd64
36127345Sbrooksinclude ../../../Makefile.module
37135912Strhodes
38137203SphkCPPFLAGS += -I$(EMLXSBASE)
39118224Smtm