Makefile revision 7014882c6a3672fd0e5d60200af8643ae53c5928
893328ef6ff86d0ca27774778d84410353789fb0fielding# CDDL HEADER START
893328ef6ff86d0ca27774778d84410353789fb0fielding# The contents of this file are subject to the terms of the
0202d2114cc6d7042995100519cce45c808c153bnd# Common Development and Distribution License (the "License").
0202d2114cc6d7042995100519cce45c808c153bnd# You may not use this file except in compliance with the License.
893328ef6ff86d0ca27774778d84410353789fb0fielding# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
893328ef6ff86d0ca27774778d84410353789fb0fielding# See the License for the specific language governing permissions
0202d2114cc6d7042995100519cce45c808c153bnd# and limitations under the License.
0202d2114cc6d7042995100519cce45c808c153bnd# When distributing Covered Code, include this CDDL HEADER in each
0202d2114cc6d7042995100519cce45c808c153bnd# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
0202d2114cc6d7042995100519cce45c808c153bnd# If applicable, add the following below this CDDL HEADER, with the
893328ef6ff86d0ca27774778d84410353789fb0fielding# fields enclosed by brackets "[]" replaced with your own identifying
893328ef6ff86d0ca27774778d84410353789fb0fielding# information: Portions Copyright [yyyy] [name of copyright owner]
893328ef6ff86d0ca27774778d84410353789fb0fielding# CDDL HEADER END
99d360dcbb5ac2be27694be74cc6124dbadf3315jerenkrantz# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
99d360dcbb5ac2be27694be74cc6124dbadf3315jerenkrantz# Use is subject to license terms.
99d360dcbb5ac2be27694be74cc6124dbadf3315jerenkrantz# This makefile drives the production of the vnet driver module.
99d360dcbb5ac2be27694be74cc6124dbadf3315jerenkrantz# sun4v implementation architecture dependent
99d360dcbb5ac2be27694be74cc6124dbadf3315jerenkrantz# Path to the base of the uts directory tree (usually /usr/src/uts).
99d360dcbb5ac2be27694be74cc6124dbadf3315jerenkrantz# Define the module and object file sets.
99d360dcbb5ac2be27694be74cc6124dbadf3315jerenkrantz# Include common rules.
0b7037d0efc1cd510ee12e8a35c982c3f2da0353pquerna# Override defaults to build a unique, local modstubs.o.
99d360dcbb5ac2be27694be74cc6124dbadf3315jerenkrantz# Define targets
893328ef6ff86d0ca27774778d84410353789fb0fielding# lint pass one enforcement
f14fe1f44cb7018927ee0e31eb959cba8dc3700bjorton# Driver depends on MAC & IP
0b7037d0efc1cd510ee12e8a35c982c3f2da0353pquernaLDFLAGS += -dy -N misc/mac -N drv/ip -N misc/ldc -N misc/platsvc
0b7037d0efc1cd510ee12e8a35c982c3f2da0353pquerna# For now, disable these lint checks; maintainers should endeavor
893328ef6ff86d0ca27774778d84410353789fb0fielding# to investigate and remove these for maximum lint coverage.
893328ef6ff86d0ca27774778d84410353789fb0fielding# Please do not carry these forward to new Makefiles.
893328ef6ff86d0ca27774778d84410353789fb0fielding# Default build targets.
99d360dcbb5ac2be27694be74cc6124dbadf3315jerenkrantz# Include common targets.