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