Makefile revision 75eba5b6d79ed4d2ce3daf7b2806306b6b69a938
c869993e79c1eafbec61a56bf6cea848fe754c71xy# CDDL HEADER START
c869993e79c1eafbec61a56bf6cea848fe754c71xy# The contents of this file are subject to the terms of the
c869993e79c1eafbec61a56bf6cea848fe754c71xy# Common Development and Distribution License (the "License").
c869993e79c1eafbec61a56bf6cea848fe754c71xy# You may not use this file except in compliance with the License.
c869993e79c1eafbec61a56bf6cea848fe754c71xy# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
c869993e79c1eafbec61a56bf6cea848fe754c71xy# See the License for the specific language governing permissions
c869993e79c1eafbec61a56bf6cea848fe754c71xy# and limitations under the License.
c869993e79c1eafbec61a56bf6cea848fe754c71xy# When distributing Covered Code, include this CDDL HEADER in each
c869993e79c1eafbec61a56bf6cea848fe754c71xy# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
c869993e79c1eafbec61a56bf6cea848fe754c71xy# If applicable, add the following below this CDDL HEADER, with the
c869993e79c1eafbec61a56bf6cea848fe754c71xy# fields enclosed by brackets "[]" replaced with your own identifying
c869993e79c1eafbec61a56bf6cea848fe754c71xy# information: Portions Copyright [yyyy] [name of copyright owner]
c869993e79c1eafbec61a56bf6cea848fe754c71xy# CDDL HEADER END
ac7f5757903d7806e03e59f71c10eec36e0deadechenlu chen - Sun Microsystems - Beijing China# Copyright 2010 Sun Microsystems, Inc. All rights reserved.
c869993e79c1eafbec61a56bf6cea848fe754c71xy# Use is subject to license terms.
c869993e79c1eafbec61a56bf6cea848fe754c71xy# This makefile drives the production of the igb
c869993e79c1eafbec61a56bf6cea848fe754c71xy# network driver kernel module.
fa25784ca4b51c206177d891a654f1d36a25d41fxy# SPARC architecture dependent
c869993e79c1eafbec61a56bf6cea848fe754c71xy# Path to the base of the uts directory tree (usually /usr/src/uts).
c869993e79c1eafbec61a56bf6cea848fe754c71xy# Define the module and object file sets.
c869993e79c1eafbec61a56bf6cea848fe754c71xy# Include common rules.
75eba5b6d79ed4d2ce3daf7b2806306b6b69a938Robert MustacchiCERRWARN += -_cc=-erroff=E_STATEMENT_NOT_REACHED
c869993e79c1eafbec61a56bf6cea848fe754c71xy# Define targets
c869993e79c1eafbec61a56bf6cea848fe754c71xy# Override defaults
75eba5b6d79ed4d2ce3daf7b2806306b6b69a938Robert MustacchiINC_PATH += -I$(CONF_SRCDIR) -I$(UTSBASE)/common/io/e1000api
c869993e79c1eafbec61a56bf6cea848fe754c71xy# lint pass one enforcement
c869993e79c1eafbec61a56bf6cea848fe754c71xy# Turn on doubleword alignment for 64 bit registers
ac7f5757903d7806e03e59f71c10eec36e0deadechenlu chen - Sun Microsystems - Beijing China# Driver depends on MAC
ac7f5757903d7806e03e59f71c10eec36e0deadechenlu chen - Sun Microsystems - Beijing ChinaLDFLAGS += -dy -N misc/mac
c869993e79c1eafbec61a56bf6cea848fe754c71xy# Default build targets.
c869993e79c1eafbec61a56bf6cea848fe754c71xy# Include common targets.