Makefile revision 843e19887f64dde75055cf8842fc4db2171eff45
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews# CDDL HEADER START
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews# The contents of this file are subject to the terms of the
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews# Common Development and Distribution License (the "License").
9bff67898d55cddfcec9ce30cc2b1bb6211ec691David Lawrence# You may not use this file except in compliance with the License.
cf608835a3b057be837bf68bda8abf9550f92294Michael Graff# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
cf608835a3b057be837bf68bda8abf9550f92294Michael Graff# See the License for the specific language governing permissions
cf608835a3b057be837bf68bda8abf9550f92294Michael Graff# and limitations under the License.
cf608835a3b057be837bf68bda8abf9550f92294Michael Graff# When distributing Covered Code, include this CDDL HEADER in each
cf608835a3b057be837bf68bda8abf9550f92294Michael Graff# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
cf608835a3b057be837bf68bda8abf9550f92294Michael Graff# If applicable, add the following below this CDDL HEADER, with the
cf608835a3b057be837bf68bda8abf9550f92294Michael Graff# fields enclosed by brackets "[]" replaced with your own identifying
cf608835a3b057be837bf68bda8abf9550f92294Michael Graff# information: Portions Copyright [yyyy] [name of copyright owner]
cf608835a3b057be837bf68bda8abf9550f92294Michael Graff# CDDL HEADER END
cf608835a3b057be837bf68bda8abf9550f92294Michael Graff# Copyright 2007 Sun Microsystems, Inc. All rights reserved.
cf608835a3b057be837bf68bda8abf9550f92294Michael Graff# Use is subject to license terms.
cf608835a3b057be837bf68bda8abf9550f92294Michael Graff# ident "%Z%%M% %I% %E% SMI"
cf608835a3b057be837bf68bda8abf9550f92294Michael Graff# This makefile drives the production of the xnbe
cf608835a3b057be837bf68bda8abf9550f92294Michael Graff# network driver kernel module.
cf608835a3b057be837bf68bda8abf9550f92294Michael Graff# i86xpv architecture dependent
cf608835a3b057be837bf68bda8abf9550f92294Michael Graff# Path to the base of the uts directory tree (usually /usr/src/uts).
cf608835a3b057be837bf68bda8abf9550f92294Michael Graff# Define the module and object file sets.
cf608835a3b057be837bf68bda8abf9550f92294Michael Graff# Include common rules.
cf608835a3b057be837bf68bda8abf9550f92294Michael Graff# Define targets
cf608835a3b057be837bf68bda8abf9550f92294Michael Graff# Driver depends on MAC and IP.
cf608835a3b057be837bf68bda8abf9550f92294Michael Graff#LDFLAGS += -dy -N misc/mac -N drv/ip
cf608835a3b057be837bf68bda8abf9550f92294Michael Graff# use Solaris specific code in xen public header files
cf608835a3b057be837bf68bda8abf9550f92294Michael Graff# Default build targets.
cf608835a3b057be837bf68bda8abf9550f92294Michael Graff# Include common targets.