Makefile revision 93c20f2609342fd05f6625f16dfcb9348e7977f2
1832N/A#
1832N/A# CDDL HEADER START
1832N/A#
1832N/A# The contents of this file are subject to the terms of the
1832N/A# Common Development and Distribution License (the "License").
1832N/A# You may not use this file except in compliance with the License.
1832N/A#
1832N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
1832N/A# or http://www.opensolaris.org/os/licensing.
1832N/A# See the License for the specific language governing permissions
1832N/A# and limitations under the License.
1832N/A#
1832N/A# When distributing Covered Code, include this CDDL HEADER in each
1832N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
1832N/A# If applicable, add the following below this CDDL HEADER, with the
1832N/A# fields enclosed by brackets "[]" replaced with your own identifying
1832N/A# information: Portions Copyright [yyyy] [name of copyright owner]
1832N/A#
1832N/A# CDDL HEADER END
1832N/A#
1832N/A#
1832N/A# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
1832N/A# Use is subject to license terms.
1832N/A#
3215N/A
1832N/AMODULE = emlxs.so
1832N/AMDBTGT = kvm
1832N/A
1832N/AMODSRCS = emlxs.c
1832N/A
1832N/AEMLXSBASE = ../../../../../uts/common/sys/fibre-channel/fca/emlxs
1832N/A
1832N/Ainclude ../../../../Makefile.cmd
1832N/Ainclude ../../Makefile.ia32
1832N/Ainclude ../../../Makefile.module
1832N/A
1832N/ACPPFLAGS += -I$(EMLXSBASE)
1832N/ALINTFLAGS += -erroff=E_SEC_SPRINTF_UNBOUNDED_COPY
1832N/A