Makefile revision 7b1019a6d29ccb7999dc76cba3dde1c627e8e609
499b34cea04a46823d003d4c0520c8b03e8513cbBrian Wellington#
816e576f77e2c46df3e3d97d65822aa8aded7c4bDavid Lawrence# CDDL HEADER START
2d54cf04fc02db7c369592b6f91bbd1330df3387Andreas Gustafsson#
361a4334ec8ef9d678dcd6c94f96547efedb02bdAndreas Gustafsson# The contents of this file are subject to the terms of the
9c3531d72aeaad6c5f01efe6a1c82023e1379e4dDavid Lawrence# Common Development and Distribution License (the "License").
2d54cf04fc02db7c369592b6f91bbd1330df3387Andreas Gustafsson# You may not use this file except in compliance with the License.
2d54cf04fc02db7c369592b6f91bbd1330df3387Andreas Gustafsson#
2d54cf04fc02db7c369592b6f91bbd1330df3387Andreas Gustafsson# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
2d54cf04fc02db7c369592b6f91bbd1330df3387Andreas Gustafsson# or http://www.opensolaris.org/os/licensing.
2d54cf04fc02db7c369592b6f91bbd1330df3387Andreas Gustafsson# See the License for the specific language governing permissions
6f6fbed6eb4d755198a452e557eead49f215d54bAndreas Gustafsson# and limitations under the License.
6f6fbed6eb4d755198a452e557eead49f215d54bAndreas Gustafsson#
2d54cf04fc02db7c369592b6f91bbd1330df3387Andreas Gustafsson# When distributing Covered Code, include this CDDL HEADER in each
2d54cf04fc02db7c369592b6f91bbd1330df3387Andreas Gustafsson# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
36bc6a0a8312de762caf1e984efe15c8e7170d9dAndreas Gustafsson# If applicable, add the following below this CDDL HEADER, with the
36bc6a0a8312de762caf1e984efe15c8e7170d9dAndreas Gustafsson# fields enclosed by brackets "[]" replaced with your own identifying
361a4334ec8ef9d678dcd6c94f96547efedb02bdAndreas Gustafsson# information: Portions Copyright [yyyy] [name of copyright owner]
361a4334ec8ef9d678dcd6c94f96547efedb02bdAndreas Gustafsson#
361a4334ec8ef9d678dcd6c94f96547efedb02bdAndreas Gustafsson# CDDL HEADER END
76458ec215a57c6806afdd831b9c9a30b93344b0Andreas Gustafsson#
76458ec215a57c6806afdd831b9c9a30b93344b0Andreas Gustafsson#
2d54cf04fc02db7c369592b6f91bbd1330df3387Andreas Gustafsson# Copyright (c) 2005, 2010, Oracle and/or its affiliates. All rights reserved.
2d54cf04fc02db7c369592b6f91bbd1330df3387Andreas Gustafsson# Copyright 2016, Joyent, Inc.
2d54cf04fc02db7c369592b6f91bbd1330df3387Andreas Gustafsson#
77527513f94fe78413221a63fd6d383cec32bcafAndreas Gustafsson
77527513f94fe78413221a63fd6d383cec32bcafAndreas GustafssonMODULE = pcplusmp.so
76458ec215a57c6806afdd831b9c9a30b93344b0Andreas GustafssonMDBTGT = kvm
65dfcdc392b93f9d67684adce8b33a1d8168e67cAndreas Gustafsson
65dfcdc392b93f9d67684adce8b33a1d8168e67cAndreas GustafssonMODSRCS = pcplusmp.c apic_common.c intr_common.c
65dfcdc392b93f9d67684adce8b33a1d8168e67cAndreas Gustafsson
65dfcdc392b93f9d67684adce8b33a1d8168e67cAndreas Gustafssoninclude ../../../../../Makefile.cmd
65dfcdc392b93f9d67684adce8b33a1d8168e67cAndreas Gustafssoninclude ../../../../../Makefile.cmd.64
65dfcdc392b93f9d67684adce8b33a1d8168e67cAndreas Gustafssoninclude ../../../../intel/Makefile.amd64
65dfcdc392b93f9d67684adce8b33a1d8168e67cAndreas Gustafssoninclude ../../../Makefile.i86pc
65dfcdc392b93f9d67684adce8b33a1d8168e67cAndreas Gustafssoninclude ../../../../Makefile.module
65dfcdc392b93f9d67684adce8b33a1d8168e67cAndreas Gustafsson
65dfcdc392b93f9d67684adce8b33a1d8168e67cAndreas GustafssonMODSRCS_DIR = ../../common
65dfcdc392b93f9d67684adce8b33a1d8168e67cAndreas Gustafsson
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David LawrenceCPPFLAGS += -DMP -D_MACHDEP
76458ec215a57c6806afdd831b9c9a30b93344b0Andreas GustafssonCPPFLAGS += -I../../../../common
76458ec215a57c6806afdd831b9c9a30b93344b0Andreas GustafssonCPPFLAGS += -I../../common
72e278abc7c73059de68017eceae7d5138ee98c1Andreas GustafssonCPPFLAGS += -I$(SRC)/uts/intel
72e278abc7c73059de68017eceae7d5138ee98c1Andreas GustafssonCPPFLAGS += -I$(SRC)/uts/i86pc
76458ec215a57c6806afdd831b9c9a30b93344b0Andreas Gustafsson
d075bd326e34600c036c905eea6c80f565ea951fAndreas GustafssonCERRWARN += -_gcc=-Wno-unused-function
d075bd326e34600c036c905eea6c80f565ea951fAndreas Gustafsson