Makefile revision 7014882c6a3672fd0e5d60200af8643ae53c5928
bca5b27d271b6e1690134a83963424b9825d93bdstriker# CDDL HEADER START
2a6c49cfaef5979a5a06098f3ce987cd76769409manoj# The contents of this file are subject to the terms of the
2a6c49cfaef5979a5a06098f3ce987cd76769409manoj# Common Development and Distribution License (the "License").
9a93784d34c322d1996e8a7b794a75230eac81a4wrowe# You may not use this file except in compliance with the License.
4bc630d510cef730e37b9207e145267f473b4471striker# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
dba571e5c5a2586c7e2b382789f3250136ff7577jwoolley# See the License for the specific language governing permissions
dba571e5c5a2586c7e2b382789f3250136ff7577jwoolley# and limitations under the License.
07847078a10fe4e9229cc08adda5f421cafc0665jwoolley# When distributing Covered Code, include this CDDL HEADER in each
0bd0176ce9f4321eeb506aa372d0bcc84befbf4cstriker# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
d8028365066fca602bf35d014530a1802114378crbb# If applicable, add the following below this CDDL HEADER, with the
c25203fdca093d4504c51b4cd974ff60d5aa4fb1wrowe# fields enclosed by brackets "[]" replaced with your own identifying
c25203fdca093d4504c51b4cd974ff60d5aa4fb1wrowe# information: Portions Copyright [yyyy] [name of copyright owner]
d89c116f82699294ca744125723651c554bc5925wrowe# CDDL HEADER END
c25203fdca093d4504c51b4cd974ff60d5aa4fb1wrowe# Copyright 2010 Sun Microsystems, Inc. All rights reserved.
91cacb801f6c0215b38322f6d2fc58cbfedfecfbjerenkrantz# Use is subject to license terms.
ab71b233b3a36489e44a7b061c48293be0b17788jwoolley# This makefile drives the production of the igb
571760de5e60c0b459cb11be45507b923cd023eejwoolley# network driver kernel module.
9180a5933673ffb1af633c255ceee029340f3b1erbb# intel architecture dependent
a548c09e6a8ca1b059d0e93b5256c6ccb2b3c3cdrbb# Paths to the base of the uts directory trees
35330e0d79ceb8027223bbb8330a381b1f989d6etrawick# Define the module and object file sets.
af4c982a7cf4515f124935f99a329744035fc699slive# Include common rules.
f610c7c704235bc327dbe9b62982f5b3f8e30a77wrowe# Define targets
5ca8e11fadb6f7a8d9d0367c1800205c99d4bcd6jerenkrantzINSTALL_TARGET = $(BINARY) $(ROOTMODULE) $(ROOT_CONFFILE)
dbec4658981e4f9127e8676457c28d42932be7cdtrawick# Driver depends on MAC
5c9a6bc911baa7cef34d64de59af1e8d6e09c13abrianp# Default build targets.
4520f2a938626a879b33dac9fd940072b6c2bd42wrowe# Include common targets.