Makefile revision 7014882c6a3672fd0e5d60200af8643ae53c5928
c30ef289fe64ac7fedc44cfcc6b439f0f8458b4cgregames# CDDL HEADER START
5541a81e194dc99521c0ecf904a940b0b65a93f2nd# The contents of this file are subject to the terms of the
c880637396a01f4acfcf7e35fe423ced2d86c3b4nd# Common Development and Distribution License (the "License").
c880637396a01f4acfcf7e35fe423ced2d86c3b4nd# You may not use this file except in compliance with the License.
c880637396a01f4acfcf7e35fe423ced2d86c3b4nd# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
c880637396a01f4acfcf7e35fe423ced2d86c3b4nd# See the License for the specific language governing permissions
532a5de31e1a9732da4923f88e4931d0724ebe72nd# and limitations under the License.
532a5de31e1a9732da4923f88e4931d0724ebe72nd# When distributing Covered Code, include this CDDL HEADER in each
219e31b849ef108cd8f58ba0eedae03414e5edb1thommay# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
a98959721afc481c7f3a941f85c462f0b90defdathommay# If applicable, add the following below this CDDL HEADER, with the
a98959721afc481c7f3a941f85c462f0b90defdathommay# fields enclosed by brackets "[]" replaced with your own identifying
a98959721afc481c7f3a941f85c462f0b90defdathommay# information: Portions Copyright [yyyy] [name of copyright owner]
dbb916b882c33a4e340b0dba7d75506cfdd85640trawick# CDDL HEADER END
a18a308d7a942230edcde1bf00d7ae9b4b143c90trawick# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
a18a308d7a942230edcde1bf00d7ae9b4b143c90trawick# Use is subject to license terms.
9098f795fab5db41a52b6b82fa475e8f9b3850f0trawick# This makefile drives the production of the xpv
9098f795fab5db41a52b6b82fa475e8f9b3850f0trawick# driver, which provides the necessary infrastructure for
9efe68be3c81ee85225972195fb725dbfc2e8b24trawick# paravirtualized front-end drivers in HVM systems.
3b872593fd5f61981d9dd69a4b0b5d5f5f668929trawick# i86pc implementation architecture dependent
fc25339741311efd7d460f18b6287ef38d76bbe6madhum# Path to the base of the uts directory tree (usually /usr/src/uts).
92a2439559cf1161742650ed9c50c6483bd029cemadhum# Define the module and object file sets.
764315969cef40e50cdc6a5e9638454e10c1c06end# Include common rules.
a2c036f0ca71e35c085b4cd9451a6d3718bc65daake# Define targets
4caa28863a3418d26cc20a998dc368c3de3b7e19jerenkrantz# The Xen header files do not lint cleanly. Since the troublesome
a3f2646ef3d8a3a5234a5601de0f95f10308c2a6jerenkrantz# structures form part of the externally defined interface to the
a3f2646ef3d8a3a5234a5601de0f95f10308c2a6jerenkrantz# hypervisor, we're stuck with the noise.
9e398d701dd430f073ff5418fb720642e064046ajerenkrantzLINTTAGS += -erroff=E_SUPPRESSION_DIRECTIVE_UNUSED
a7ac9b52c3d9f7ce937f078a0d585023db626c55jerenkrantz# Default build targets.
ab8c0315521735c73ce16c8072f91e17c406ca5bnd# Include common targets.