Makefile revision b6805bf78d2bbbeeaea8909a05623587b42d58b3
c2352a73f52f600d95966ebe0b0819649ba923faStephen Gallagher# CDDL HEADER START
c2352a73f52f600d95966ebe0b0819649ba923faStephen Gallagher# The contents of this file are subject to the terms of the
c2352a73f52f600d95966ebe0b0819649ba923faStephen Gallagher# Common Development and Distribution License (the "License").
c2352a73f52f600d95966ebe0b0819649ba923faStephen Gallagher# You may not use this file except in compliance with the License.
c2352a73f52f600d95966ebe0b0819649ba923faStephen Gallagher# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
c2352a73f52f600d95966ebe0b0819649ba923faStephen Gallagher# or http://www.opensolaris.org/os/licensing.
c2352a73f52f600d95966ebe0b0819649ba923faStephen Gallagher# See the License for the specific language governing permissions
c2352a73f52f600d95966ebe0b0819649ba923faStephen Gallagher# and limitations under the License.
c2352a73f52f600d95966ebe0b0819649ba923faStephen Gallagher# When distributing Covered Code, include this CDDL HEADER in each
c2352a73f52f600d95966ebe0b0819649ba923faStephen Gallagher# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
c2352a73f52f600d95966ebe0b0819649ba923faStephen Gallagher# If applicable, add the following below this CDDL HEADER, with the
c2352a73f52f600d95966ebe0b0819649ba923faStephen Gallagher# fields enclosed by brackets "[]" replaced with your own identifying
c2352a73f52f600d95966ebe0b0819649ba923faStephen Gallagher# information: Portions Copyright [yyyy] [name of copyright owner]
c2352a73f52f600d95966ebe0b0819649ba923faStephen Gallagher# CDDL HEADER END
c2352a73f52f600d95966ebe0b0819649ba923faStephen Gallagher# Copyright 2010 Sun Microsystems, Inc. All rights reserved.
c2352a73f52f600d95966ebe0b0819649ba923faStephen Gallagher# Use is subject to license terms.
77f445dbaecc8e792e1ad42e3742800ad141bee0Jakub Hrozek# This makefile drives the production of the xnb
c2352a73f52f600d95966ebe0b0819649ba923faStephen Gallagher# network driver support module.
c2352a73f52f600d95966ebe0b0819649ba923faStephen Gallagher# i86xpv architecture dependent
c2352a73f52f600d95966ebe0b0819649ba923faStephen Gallagher# Path to the base of the uts directory tree (usually /usr/src/uts).
c2352a73f52f600d95966ebe0b0819649ba923faStephen Gallagher# Define the module and object file sets.
cff916f5352fe7c3a679571130090efdb935618aStephen GallagherROOTMODULE = $(ROOT_PSM_MISC_DIR)/$(MODULE)
cff916f5352fe7c3a679571130090efdb935618aStephen Gallagher# Include common rules.
cff916f5352fe7c3a679571130090efdb935618aStephen Gallagher# Define targets
c2352a73f52f600d95966ebe0b0819649ba923faStephen Gallagher# Module depends on mac.
c2352a73f52f600d95966ebe0b0819649ba923faStephen Gallagher# use Solaris specific code in xen public header files
c2352a73f52f600d95966ebe0b0819649ba923faStephen Gallagher# Default build targets.
c2352a73f52f600d95966ebe0b0819649ba923faStephen Gallagher# This build only 64-bit, but the lint32 below
c2352a73f52f600d95966ebe0b0819649ba923faStephen Gallagher# needs corresponding clean/clobber deps.
c2352a73f52f600d95966ebe0b0819649ba923faStephen Gallagher# Include common targets.