120N/A#
120N/A# CDDL HEADER START
120N/A#
120N/A# The contents of this file are subject to the terms of the
120N/A# Common Development and Distribution License (the "License").
120N/A# You may not use this file except in compliance with the License.
120N/A#
120N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
120N/A# or http://www.opensolaris.org/os/licensing.
120N/A# See the License for the specific language governing permissions
120N/A# and limitations under the License.
120N/A#
120N/A# When distributing Covered Code, include this CDDL HEADER in each
120N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
120N/A# If applicable, add the following below this CDDL HEADER, with the
120N/A# fields enclosed by brackets "[]" replaced with your own identifying
120N/A# information: Portions Copyright [yyyy] [name of copyright owner]
120N/A#
120N/A# CDDL HEADER END
120N/A#
120N/A#
120N/A# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
120N/A# Use is subject to license terms.
120N/A#
120N/A
120N/AMODULE = fctl.so
120N/AMDBTGT = kvm
120N/A
120N/AMODSRCS = fctl.c
618N/A
120N/Ainclude ../../../../Makefile.cmd
120N/Ainclude ../../../../Makefile.cmd.64
120N/Ainclude ../../Makefile.sparcv9
120N/Ainclude ../../../Makefile.module
120N/A
120N/ACPPFLAGS += -I$(SRC)/uts/common
120N/A
120N/ALINTFLAGS64 += -erroff=E_STATIC_UNUSED -erroff=E_FUNC_VAR_UNUSED
120N/ALINTFLAGS64 += -erroff=E_PRECEDENCE_CONFUSION
486N/ALINTFLAGS64 += -erroff=E_SEC_FORBIDDEN_WARN_CFTIME
486N/ALINTFLAGS64 += -erroff=E_FUNC_SET_NOT_USED
120N/ALINTFLAGS64 += -erroff=E_FUNC_ARG_UNUSED
120N/ALINTFLAGS64 += -erroff=E_SEC_SPRINTF_UNBOUNDED_COPY
120N/A
120N/ACERRWARN += -_gcc=-Wno-unused-function
181N/ACERRWARN += -_gcc=-Wno-unused-variable
120N/ACERRWARN += -_gcc=-Wno-parentheses
120N/A