Makefile revision 080575042aba2197b425ebfd52061dea061a9aa1
ff7e89a077d93c243bd8261cf3c72b13732ab5b4fuankg# CDDL HEADER START
ff7e89a077d93c243bd8261cf3c72b13732ab5b4fuankg# The contents of this file are subject to the terms of the
ff7e89a077d93c243bd8261cf3c72b13732ab5b4fuankg# Common Development and Distribution License (the "License").
ff7e89a077d93c243bd8261cf3c72b13732ab5b4fuankg# You may not use this file except in compliance with the License.
ff7e89a077d93c243bd8261cf3c72b13732ab5b4fuankg# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
ff7e89a077d93c243bd8261cf3c72b13732ab5b4fuankg# See the License for the specific language governing permissions
ff7e89a077d93c243bd8261cf3c72b13732ab5b4fuankg# and limitations under the License.
ff7e89a077d93c243bd8261cf3c72b13732ab5b4fuankg# When distributing Covered Code, include this CDDL HEADER in each
ff7e89a077d93c243bd8261cf3c72b13732ab5b4fuankg# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
ff7e89a077d93c243bd8261cf3c72b13732ab5b4fuankg# If applicable, add the following below this CDDL HEADER, with the
ff7e89a077d93c243bd8261cf3c72b13732ab5b4fuankg# fields enclosed by brackets "[]" replaced with your own identifying
ff7e89a077d93c243bd8261cf3c72b13732ab5b4fuankg# information: Portions Copyright [yyyy] [name of copyright owner]
ff7e89a077d93c243bd8261cf3c72b13732ab5b4fuankg# CDDL HEADER END
ff7e89a077d93c243bd8261cf3c72b13732ab5b4fuankg# Copyright 2007 Sun Microsystems, Inc. All rights reserved.
ff7e89a077d93c243bd8261cf3c72b13732ab5b4fuankg# Use is subject to license terms.
ff7e89a077d93c243bd8261cf3c72b13732ab5b4fuankg#pragma ident "%Z%%M% %I% %E% SMI"
ff7e89a077d93c243bd8261cf3c72b13732ab5b4fuankg# This makefile drives the production of the iprb
ff7e89a077d93c243bd8261cf3c72b13732ab5b4fuankg# network driver kernel module.
ff7e89a077d93c243bd8261cf3c72b13732ab5b4fuankg# intel architecture dependent
ff7e89a077d93c243bd8261cf3c72b13732ab5b4fuankg# Path to the base of the uts directory tree (usually /usr/src/uts).
ff7e89a077d93c243bd8261cf3c72b13732ab5b4fuankg# Define the module and object file sets.
ff7e89a077d93c243bd8261cf3c72b13732ab5b4fuankg# Include common rules.
ff7e89a077d93c243bd8261cf3c72b13732ab5b4fuankg# Define targets
ff7e89a077d93c243bd8261cf3c72b13732ab5b4fuankgINSTALL_TARGET = $(BINARY) $(ROOTMODULE) $(ROOT_CONFFILE)
ff7e89a077d93c243bd8261cf3c72b13732ab5b4fuankg# Override defaults
ff7e89a077d93c243bd8261cf3c72b13732ab5b4fuankg# lint pass one enforcement
ff7e89a077d93c243bd8261cf3c72b13732ab5b4fuankg# Turn on doubleword alignment for 64 bit registers
ff7e89a077d93c243bd8261cf3c72b13732ab5b4fuankg# Driver depends on MAC & IP
ff7e89a077d93c243bd8261cf3c72b13732ab5b4fuankg# Default build targets.
ff7e89a077d93c243bd8261cf3c72b13732ab5b4fuankg# we're not linting e1000g. Will revisit
ff7e89a077d93c243bd8261cf3c72b13732ab5b4fuankg# Include common targets.