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