Makefile revision 7014882c6a3672fd0e5d60200af8643ae53c5928
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholes#
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholes# CDDL HEADER START
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholes#
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholes# The contents of this file are subject to the terms of the
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholes# Common Development and Distribution License (the "License").
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholes# You may not use this file except in compliance with the License.
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholes#
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholes# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholes# or http://www.opensolaris.org/os/licensing.
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholes# See the License for the specific language governing permissions
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholes# and limitations under the License.
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholes#
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholes# When distributing Covered Code, include this CDDL HEADER in each
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholes# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholes# If applicable, add the following below this CDDL HEADER, with the
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholes# fields enclosed by brackets "[]" replaced with your own identifying
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholes# information: Portions Copyright [yyyy] [name of copyright owner]
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholes#
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholes# CDDL HEADER END
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholes#
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholes#
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholes# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholes# Use is subject to license terms.
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholes#
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholes
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholesMODULE = qlc.so
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholesMDBTGT = kvm
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholes
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholesMODSRCS = qlc.c
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholes
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholesinclude ../../../../Makefile.cmd
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholesinclude ../../Makefile.ia32
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholesinclude ../../../Makefile.module
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholes
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholesCPPFLAGS += -I$(SRC)/uts/common
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholesCPPFLAGS += -I$(SRC)/uts/common/sys/fibre-channel
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholesCPPFLAGS += -I$(SRC)/uts/common/sys/fibre-channel/fca/qlc
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholesCPPFLAGS += -I$(SRC)/uts/common/sys/fibre-channel/impl
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholes
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholesLINTFLAGS += -erroff=E_STATIC_UNUSED -erroff=E_FUNC_SET_NOT_USED
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholesLINTFLAGS += -erroff=E_STATIC_UNUSED -erroff=E_FUNC_ARG_UNUSED
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholes
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholesC99MODE= -xc99=%all
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholesC99LMODE= -Xc99=%all
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholes
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholesCERRWARN += -_gcc=-Wno-address
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholes