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