Makefile revision 7b1019a6d29ccb7999dc76cba3dde1c627e8e609
3090N/A#
3090N/A# CDDL HEADER START
3214N/A#
3090N/A# The contents of this file are subject to the terms of the
3090N/A# Common Development and Distribution License (the "License").
5423N/A# You may not use this file except in compliance with the License.
3090N/A#
3090N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
5423N/A# or http://www.opensolaris.org/os/licensing.
3214N/A# See the License for the specific language governing permissions
3214N/A# and limitations under the License.
3090N/A#
5423N/A# When distributing Covered Code, include this CDDL HEADER in each
3090N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
3214N/A# If applicable, add the following below this CDDL HEADER, with the
5423N/A# fields enclosed by brackets "[]" replaced with your own identifying
5423N/A# information: Portions Copyright [yyyy] [name of copyright owner]
3090N/A#
3090N/A# CDDL HEADER END
3090N/A#
3090N/A#
3090N/A# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
3090N/A# Copyright 2016, Joyent, Inc.
3090N/A#
3090N/A
5423N/AMODULE = apix.so
5423N/AMDBTGT = kvm
3090N/A
3090N/AMODSRCS = apix.c apic_common.c intr_common.c
3214N/A
3090N/Ainclude ../../../../../Makefile.cmd
3090N/Ainclude ../../../../intel/Makefile.ia32
3214N/Ainclude ../../../Makefile.i86pc
3090N/Ainclude ../../../../Makefile.module
3090N/A
3090N/AMODSRCS_DIR = ../../common
3090N/A
3090N/ACPPFLAGS += -DMP -D_MACHDEP
3090N/ACPPFLAGS += -I../../../../common
3090N/ACPPFLAGS += -I../../common
3090N/ACPPFLAGS += -I$(SRC)/uts/intel
3090N/ACPPFLAGS += -I$(SRC)/uts/i86pc
3090N/A
3090N/ACERRWARN += -_gcc=-Wno-unused-function
3090N/A