Makefile revision 799823bbed51a695d01e13511bbb1369980bb714
394N/A#
394N/A# CDDL HEADER START
394N/A#
394N/A# The contents of this file are subject to the terms of the
394N/A# Common Development and Distribution License (the "License").
394N/A# You may not use this file except in compliance with the License.
394N/A#
394N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
394N/A# or http://www.opensolaris.org/os/licensing.
394N/A# See the License for the specific language governing permissions
394N/A# and limitations under the License.
394N/A#
394N/A# When distributing Covered Code, include this CDDL HEADER in each
394N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
394N/A# If applicable, add the following below this CDDL HEADER, with the
394N/A# fields enclosed by brackets "[]" replaced with your own identifying
394N/A# information: Portions Copyright [yyyy] [name of copyright owner]
394N/A#
394N/A# CDDL HEADER END
394N/A#
7154N/A#
394N/A# Copyright 2007 Sun Microsystems, Inc. All rights reserved.
394N/A# Use is subject to license terms.
394N/A#
394N/A
394N/AMODULE = unix.so
394N/AMDBTGT = kvm
7154N/A
618N/AMODSRCS = unix.c i86mmu.c
394N/AMODASMSRCS = unix_sup.s
394N/A
844N/Ainclude ../../../../../Makefile.cmd
7154N/Ainclude ../../../../intel/Makefile.ia32
394N/Ainclude ../../../Makefile.i86pc
1273N/Ainclude ../../../../Makefile.module
394N/A
7154N/ACPPFLAGS += -DMP -D_MACHDEP
3661N/ACPPFLAGS += -I../../../../common
394N/ACPPFLAGS += -I$(SRC)/uts/i86pc
394N/ACPPFLAGS += -I$(SRC)/uts/intel
3996N/A
3996N/ACERRWARN += -_gcc=-Wno-char-subscripts
3996N/ACERRWARN += -_gcc=-Wno-parentheses
394N/ACERRWARN += -_gcc=-Wno-unused-label
783N/ACERRWARN += -_gcc=-Wno-uninitialized
1922N/A