136fe4a92Segillett# 236fe4a92Segillett# CDDL HEADER START 336fe4a92Segillett# 436fe4a92Segillett# The contents of this file are subject to the terms of the 5d7b41ca4Sanish# Common Development and Distribution License (the "License"). 6d7b41ca4Sanish# You may not use this file except in compliance with the License. 736fe4a92Segillett# 836fe4a92Segillett# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 936fe4a92Segillett# or http://www.opensolaris.org/os/licensing. 1036fe4a92Segillett# See the License for the specific language governing permissions 1136fe4a92Segillett# and limitations under the License. 1236fe4a92Segillett# 1336fe4a92Segillett# When distributing Covered Code, include this CDDL HEADER in each 1436fe4a92Segillett# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 1536fe4a92Segillett# If applicable, add the following below this CDDL HEADER, with the 1636fe4a92Segillett# fields enclosed by brackets "[]" replaced with your own identifying 1736fe4a92Segillett# information: Portions Copyright [yyyy] [name of copyright owner] 1836fe4a92Segillett# 1936fe4a92Segillett# CDDL HEADER END 2036fe4a92Segillett# 2136fe4a92Segillett# 225cd376e8SJimmy Vetayases# Copyright (c) 2005, 2010, Oracle and/or its affiliates. All rights reserved. 23*7b1019a6SJerry Jelinek# Copyright 2016, Joyent, Inc. 2436fe4a92Segillett# 2536fe4a92Segillett 2636fe4a92SegillettMODULE = pcplusmp.so 2736fe4a92SegillettMDBTGT = kvm 2836fe4a92Segillett 297ff178cdSJimmy VetayasesMODSRCS = pcplusmp.c apic_common.c intr_common.c 3036fe4a92Segillett 3136fe4a92Segillettinclude ../../../../../Makefile.cmd 3236fe4a92Segillettinclude ../../../../../Makefile.cmd.64 3336fe4a92Segillettinclude ../../../../intel/Makefile.amd64 3436fe4a92Segillettinclude ../../../Makefile.i86pc 3536fe4a92Segillettinclude ../../../../Makefile.module 3636fe4a92Segillett 37ae115bc7SmrjMODSRCS_DIR = ../../common 38d7b41ca4Sanish 3936fe4a92SegillettCPPFLAGS += -DMP -D_MACHDEP 4036fe4a92SegillettCPPFLAGS += -I../../../../common 41ae115bc7SmrjCPPFLAGS += -I../../common 4236fe4a92SegillettCPPFLAGS += -I$(SRC)/uts/intel 4336fe4a92SegillettCPPFLAGS += -I$(SRC)/uts/i86pc 44*7b1019a6SJerry Jelinek 45*7b1019a6SJerry JelinekCERRWARN += -_gcc=-Wno-unused-function 46