Makefile revision 7ff178cd8db129d385d3177eb20744d3b6efc59b
371584c2eae4cf827fd406ba26c14f021adaaa70Yuri Pankov#
95c635efb7c3b86efc493e0447eaec7aecca3f0fGarrett D'Amore# CDDL HEADER START
260e9a87725c090ba5835b1f9f0b62fa2f96036fYuri Pankov#
371584c2eae4cf827fd406ba26c14f021adaaa70Yuri Pankov# The contents of this file are subject to the terms of the
95c635efb7c3b86efc493e0447eaec7aecca3f0fGarrett D'Amore# Common Development and Distribution License (the "License").
95c635efb7c3b86efc493e0447eaec7aecca3f0fGarrett D'Amore# You may not use this file except in compliance with the License.
95c635efb7c3b86efc493e0447eaec7aecca3f0fGarrett D'Amore#
95c635efb7c3b86efc493e0447eaec7aecca3f0fGarrett D'Amore# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
95c635efb7c3b86efc493e0447eaec7aecca3f0fGarrett D'Amore# or http://www.opensolaris.org/os/licensing.
371584c2eae4cf827fd406ba26c14f021adaaa70Yuri Pankov# See the License for the specific language governing permissions
95c635efb7c3b86efc493e0447eaec7aecca3f0fGarrett D'Amore# and limitations under the License.
371584c2eae4cf827fd406ba26c14f021adaaa70Yuri Pankov#
95c635efb7c3b86efc493e0447eaec7aecca3f0fGarrett D'Amore# When distributing Covered Code, include this CDDL HEADER in each
95c635efb7c3b86efc493e0447eaec7aecca3f0fGarrett D'Amore# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
95c635efb7c3b86efc493e0447eaec7aecca3f0fGarrett D'Amore# If applicable, add the following below this CDDL HEADER, with the
95c635efb7c3b86efc493e0447eaec7aecca3f0fGarrett D'Amore# fields enclosed by brackets "[]" replaced with your own identifying
95c635efb7c3b86efc493e0447eaec7aecca3f0fGarrett D'Amore# information: Portions Copyright [yyyy] [name of copyright owner]
95c635efb7c3b86efc493e0447eaec7aecca3f0fGarrett D'Amore#
95c635efb7c3b86efc493e0447eaec7aecca3f0fGarrett D'Amore# CDDL HEADER END
95c635efb7c3b86efc493e0447eaec7aecca3f0fGarrett D'Amore#
95c635efb7c3b86efc493e0447eaec7aecca3f0fGarrett D'Amore#
95c635efb7c3b86efc493e0447eaec7aecca3f0fGarrett D'Amore# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
95c635efb7c3b86efc493e0447eaec7aecca3f0fGarrett D'Amore#
95c635efb7c3b86efc493e0447eaec7aecca3f0fGarrett D'Amore
95c635efb7c3b86efc493e0447eaec7aecca3f0fGarrett D'AmoreMODULE = pcplusmp.so
95c635efb7c3b86efc493e0447eaec7aecca3f0fGarrett D'AmoreMDBTGT = kvm
95c635efb7c3b86efc493e0447eaec7aecca3f0fGarrett D'Amore
95c635efb7c3b86efc493e0447eaec7aecca3f0fGarrett D'AmoreMODSRCS = pcplusmp.c apic_common.c intr_common.c
260e9a87725c090ba5835b1f9f0b62fa2f96036fYuri Pankov
371584c2eae4cf827fd406ba26c14f021adaaa70Yuri Pankovinclude ../../../../../Makefile.cmd
260e9a87725c090ba5835b1f9f0b62fa2f96036fYuri Pankovinclude ../../../../intel/Makefile.ia32
95c635efb7c3b86efc493e0447eaec7aecca3f0fGarrett D'Amoreinclude ../../../Makefile.i86pc
95c635efb7c3b86efc493e0447eaec7aecca3f0fGarrett D'Amoreinclude ../../../../Makefile.module
95c635efb7c3b86efc493e0447eaec7aecca3f0fGarrett D'Amore
95c635efb7c3b86efc493e0447eaec7aecca3f0fGarrett D'AmoreMODSRCS_DIR = ../../common
95c635efb7c3b86efc493e0447eaec7aecca3f0fGarrett D'Amore
95c635efb7c3b86efc493e0447eaec7aecca3f0fGarrett D'AmoreCPPFLAGS += -DMP -D_MACHDEP
371584c2eae4cf827fd406ba26c14f021adaaa70Yuri PankovCPPFLAGS += -I../../../../common
371584c2eae4cf827fd406ba26c14f021adaaa70Yuri PankovCPPFLAGS += -I../../common
95c635efb7c3b86efc493e0447eaec7aecca3f0fGarrett D'AmoreCPPFLAGS += -I$(SRC)/uts/intel
95c635efb7c3b86efc493e0447eaec7aecca3f0fGarrett D'AmoreCPPFLAGS += -I$(SRC)/uts/i86pc
95c635efb7c3b86efc493e0447eaec7aecca3f0fGarrett D'Amore