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