17ff178cdSJimmy Vetayases#
27ff178cdSJimmy Vetayases# CDDL HEADER START
37ff178cdSJimmy Vetayases#
47ff178cdSJimmy Vetayases# The contents of this file are subject to the terms of the
57ff178cdSJimmy Vetayases# Common Development and Distribution License (the "License").
67ff178cdSJimmy Vetayases# You may not use this file except in compliance with the License.
77ff178cdSJimmy Vetayases#
87ff178cdSJimmy Vetayases# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
97ff178cdSJimmy Vetayases# or http://www.opensolaris.org/os/licensing.
107ff178cdSJimmy Vetayases# See the License for the specific language governing permissions
117ff178cdSJimmy Vetayases# and limitations under the License.
127ff178cdSJimmy Vetayases#
137ff178cdSJimmy Vetayases# When distributing Covered Code, include this CDDL HEADER in each
147ff178cdSJimmy Vetayases# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
157ff178cdSJimmy Vetayases# If applicable, add the following below this CDDL HEADER, with the
167ff178cdSJimmy Vetayases# fields enclosed by brackets "[]" replaced with your own identifying
177ff178cdSJimmy Vetayases# information: Portions Copyright [yyyy] [name of copyright owner]
187ff178cdSJimmy Vetayases#
197ff178cdSJimmy Vetayases# CDDL HEADER END
207ff178cdSJimmy Vetayases#
217ff178cdSJimmy Vetayases#
227ff178cdSJimmy Vetayases# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
23*7b1019a6SJerry Jelinek# Copyright 2016, Joyent, Inc.
247ff178cdSJimmy Vetayases#
257ff178cdSJimmy Vetayases
267ff178cdSJimmy VetayasesMODULE = apix.so
277ff178cdSJimmy VetayasesMDBTGT = kvm
287ff178cdSJimmy Vetayases
297ff178cdSJimmy VetayasesMODSRCS = apix.c apic_common.c intr_common.c
307ff178cdSJimmy Vetayases
317ff178cdSJimmy Vetayasesinclude ../../../../../Makefile.cmd
327ff178cdSJimmy Vetayasesinclude ../../../../../Makefile.cmd.64
337ff178cdSJimmy Vetayasesinclude ../../../../intel/Makefile.amd64
347ff178cdSJimmy Vetayasesinclude ../../../Makefile.i86pc
357ff178cdSJimmy Vetayasesinclude ../../../../Makefile.module
367ff178cdSJimmy Vetayases
377ff178cdSJimmy VetayasesMODSRCS_DIR = ../../common
387ff178cdSJimmy Vetayases
397ff178cdSJimmy VetayasesCPPFLAGS += -DMP -D_MACHDEP
407ff178cdSJimmy VetayasesCPPFLAGS += -I../../../../common
417ff178cdSJimmy VetayasesCPPFLAGS += -I../../common
427ff178cdSJimmy VetayasesCPPFLAGS += -I$(SRC)/uts/intel
437ff178cdSJimmy VetayasesCPPFLAGS += -I$(SRC)/uts/i86pc
44*7b1019a6SJerry Jelinek
45*7b1019a6SJerry JelinekCERRWARN += -_gcc=-Wno-unused-function
46