36fe4a92b52649b0979d6a13212f4cea730d19c7egillett#
36fe4a92b52649b0979d6a13212f4cea730d19c7egillett# CDDL HEADER START
36fe4a92b52649b0979d6a13212f4cea730d19c7egillett#
36fe4a92b52649b0979d6a13212f4cea730d19c7egillett# The contents of this file are subject to the terms of the
d7b41ca400354f0823f3c776bf7b2b43d2182821anish# Common Development and Distribution License (the "License").
d7b41ca400354f0823f3c776bf7b2b43d2182821anish# You may not use this file except in compliance with the License.
36fe4a92b52649b0979d6a13212f4cea730d19c7egillett#
36fe4a92b52649b0979d6a13212f4cea730d19c7egillett# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
36fe4a92b52649b0979d6a13212f4cea730d19c7egillett# or http://www.opensolaris.org/os/licensing.
36fe4a92b52649b0979d6a13212f4cea730d19c7egillett# See the License for the specific language governing permissions
36fe4a92b52649b0979d6a13212f4cea730d19c7egillett# and limitations under the License.
36fe4a92b52649b0979d6a13212f4cea730d19c7egillett#
36fe4a92b52649b0979d6a13212f4cea730d19c7egillett# When distributing Covered Code, include this CDDL HEADER in each
36fe4a92b52649b0979d6a13212f4cea730d19c7egillett# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
36fe4a92b52649b0979d6a13212f4cea730d19c7egillett# If applicable, add the following below this CDDL HEADER, with the
36fe4a92b52649b0979d6a13212f4cea730d19c7egillett# fields enclosed by brackets "[]" replaced with your own identifying
36fe4a92b52649b0979d6a13212f4cea730d19c7egillett# information: Portions Copyright [yyyy] [name of copyright owner]
36fe4a92b52649b0979d6a13212f4cea730d19c7egillett#
36fe4a92b52649b0979d6a13212f4cea730d19c7egillett# CDDL HEADER END
36fe4a92b52649b0979d6a13212f4cea730d19c7egillett#
36fe4a92b52649b0979d6a13212f4cea730d19c7egillett#
5cd376e8b7030707d78315f63adb4bb2b4d9963eJimmy Vetayases# Copyright (c) 2005, 2010, Oracle and/or its affiliates. All rights reserved.
7b1019a6d29ccb7999dc76cba3dde1c627e8e609Jerry Jelinek# Copyright 2016, Joyent, Inc.
36fe4a92b52649b0979d6a13212f4cea730d19c7egillett#
36fe4a92b52649b0979d6a13212f4cea730d19c7egillett
36fe4a92b52649b0979d6a13212f4cea730d19c7egillettMODULE = pcplusmp.so
36fe4a92b52649b0979d6a13212f4cea730d19c7egillettMDBTGT = kvm
36fe4a92b52649b0979d6a13212f4cea730d19c7egillett
7ff178cd8db129d385d3177eb20744d3b6efc59bJimmy VetayasesMODSRCS = pcplusmp.c apic_common.c intr_common.c
36fe4a92b52649b0979d6a13212f4cea730d19c7egillett
36fe4a92b52649b0979d6a13212f4cea730d19c7egillettinclude ../../../../../Makefile.cmd
36fe4a92b52649b0979d6a13212f4cea730d19c7egillettinclude ../../../../intel/Makefile.ia32
36fe4a92b52649b0979d6a13212f4cea730d19c7egillettinclude ../../../Makefile.i86pc
36fe4a92b52649b0979d6a13212f4cea730d19c7egillettinclude ../../../../Makefile.module
36fe4a92b52649b0979d6a13212f4cea730d19c7egillett
ae115bc77f6fcde83175c75b4206dc2e50747966mrjMODSRCS_DIR = ../../common
d7b41ca400354f0823f3c776bf7b2b43d2182821anish
36fe4a92b52649b0979d6a13212f4cea730d19c7egillettCPPFLAGS += -DMP -D_MACHDEP
36fe4a92b52649b0979d6a13212f4cea730d19c7egillettCPPFLAGS += -I../../../../common
ae115bc77f6fcde83175c75b4206dc2e50747966mrjCPPFLAGS += -I../../common
36fe4a92b52649b0979d6a13212f4cea730d19c7egillettCPPFLAGS += -I$(SRC)/uts/intel
36fe4a92b52649b0979d6a13212f4cea730d19c7egillettCPPFLAGS += -I$(SRC)/uts/i86pc
7b1019a6d29ccb7999dc76cba3dde1c627e8e609Jerry Jelinek
7b1019a6d29ccb7999dc76cba3dde1c627e8e609Jerry JelinekCERRWARN += -_gcc=-Wno-unused-function