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").
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews# You may not use this file except in compliance with the License.
55e5c51e661e23e24573db84114a3837817745c9Evan Hunt# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
55e5c51e661e23e24573db84114a3837817745c9Evan Hunt# See the License for the specific language governing permissions
55e5c51e661e23e24573db84114a3837817745c9Evan Hunt# and limitations under the License.
55e5c51e661e23e24573db84114a3837817745c9Evan Hunt# When distributing Covered Code, include this CDDL HEADER in each
55e5c51e661e23e24573db84114a3837817745c9Evan Hunt# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
55e5c51e661e23e24573db84114a3837817745c9Evan Hunt# If applicable, add the following below this CDDL HEADER, with the
55e5c51e661e23e24573db84114a3837817745c9Evan Hunt# fields enclosed by brackets "[]" replaced with your own identifying
55e5c51e661e23e24573db84114a3837817745c9Evan Hunt# information: Portions Copyright [yyyy] [name of copyright owner]
55e5c51e661e23e24573db84114a3837817745c9Evan Hunt# CDDL HEADER END
55e5c51e661e23e24573db84114a3837817745c9Evan Hunt# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
55e5c51e661e23e24573db84114a3837817745c9Evan Hunt# Use is subject to license terms.
55e5c51e661e23e24573db84114a3837817745c9Evan Hunt# ident "%Z%%M% %I% %E% SMI"
55e5c51e661e23e24573db84114a3837817745c9Evan Hunt# This makefile drives the production of the xve
55e5c51e661e23e24573db84114a3837817745c9Evan Hunt# network driver kernel module.
55e5c51e661e23e24573db84114a3837817745c9Evan Hunt# i86pc architecture dependent
55e5c51e661e23e24573db84114a3837817745c9Evan Hunt# Path to the base of the uts directory tree (usually /usr/src/uts).
55e5c51e661e23e24573db84114a3837817745c9Evan Hunt# Define the module and object file sets.
55e5c51e661e23e24573db84114a3837817745c9Evan Hunt# Include common rules.
55e5c51e661e23e24573db84114a3837817745c9Evan Hunt# Define targets
55e5c51e661e23e24573db84114a3837817745c9Evan Hunt# Driver depends on MAC & IP
55e5c51e661e23e24573db84114a3837817745c9Evan HuntLDFLAGS += -dy -Nmisc/mac -Ndrv/ip -Ndrv/xpvd -Ndrv/xpv
55e5c51e661e23e24573db84114a3837817745c9Evan Hunt# Default build targets.
55e5c51e661e23e24573db84114a3837817745c9Evan Hunt# Include common targets.