Makefile revision bb25c06cca41ca78e5fb87fbb8e81d55beb18c95
c7fd2ed091e4e4beb47e1da3a6197a2c38f29c02gs# CDDL HEADER START
c7fd2ed091e4e4beb47e1da3a6197a2c38f29c02gs# The contents of this file are subject to the terms of the
bb25c06cca41ca78e5fb87fbb8e81d55beb18c95jg# Common Development and Distribution License (the "License").
bb25c06cca41ca78e5fb87fbb8e81d55beb18c95jg# You may not use this file except in compliance with the License.
c7fd2ed091e4e4beb47e1da3a6197a2c38f29c02gs# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
c7fd2ed091e4e4beb47e1da3a6197a2c38f29c02gs# See the License for the specific language governing permissions
c7fd2ed091e4e4beb47e1da3a6197a2c38f29c02gs# and limitations under the License.
c7fd2ed091e4e4beb47e1da3a6197a2c38f29c02gs# When distributing Covered Code, include this CDDL HEADER in each
c7fd2ed091e4e4beb47e1da3a6197a2c38f29c02gs# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
c7fd2ed091e4e4beb47e1da3a6197a2c38f29c02gs# If applicable, add the following below this CDDL HEADER, with the
c7fd2ed091e4e4beb47e1da3a6197a2c38f29c02gs# fields enclosed by brackets "[]" replaced with your own identifying
c7fd2ed091e4e4beb47e1da3a6197a2c38f29c02gs# information: Portions Copyright [yyyy] [name of copyright owner]
c7fd2ed091e4e4beb47e1da3a6197a2c38f29c02gs# CDDL HEADER END
bb25c06cca41ca78e5fb87fbb8e81d55beb18c95jg# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
c7fd2ed091e4e4beb47e1da3a6197a2c38f29c02gs# Use is subject to license terms.
c7fd2ed091e4e4beb47e1da3a6197a2c38f29c02gs#ident "%Z%%M% %I% %E% SMI"
c7fd2ed091e4e4beb47e1da3a6197a2c38f29c02gs# This makefile drives the production of the Realtek
c7fd2ed091e4e4beb47e1da3a6197a2c38f29c02gs# Gigabit Ethernet (BGE) driver module in intel systems
c7fd2ed091e4e4beb47e1da3a6197a2c38f29c02gs# Path to the base of the uts directory tree (usually /usr/src/uts).
c7fd2ed091e4e4beb47e1da3a6197a2c38f29c02gs# Define the module and object file sets.
c7fd2ed091e4e4beb47e1da3a6197a2c38f29c02gs# Include common rules.
c7fd2ed091e4e4beb47e1da3a6197a2c38f29c02gs# Define targets
c7fd2ed091e4e4beb47e1da3a6197a2c38f29c02gs# Overrides
c7fd2ed091e4e4beb47e1da3a6197a2c38f29c02gs# Driver depends on GLD & IP
bb25c06cca41ca78e5fb87fbb8e81d55beb18c95jg# For now, disable these lint checks; maintainers should endeavor
bb25c06cca41ca78e5fb87fbb8e81d55beb18c95jg# to investigate and remove these for maximum lint coverage.
bb25c06cca41ca78e5fb87fbb8e81d55beb18c95jg# Please do not carry these forward to new Makefiles.
c7fd2ed091e4e4beb47e1da3a6197a2c38f29c02gs# Default build targets.
c7fd2ed091e4e4beb47e1da3a6197a2c38f29c02gs# Include common targets.