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