Makefile revision 22eb7cb54d8a6bcf6fe2674cb4b1f0cf2d85cfb6
499b34cea04a46823d003d4c0520c8b03e8513cbBrian Wellington# CDDL HEADER START
d0aee194aad64f4c4c54933c0250ee58d47212f4Mark Andrews# The contents of this file are subject to the terms of the
d0aee194aad64f4c4c54933c0250ee58d47212f4Mark Andrews# Common Development and Distribution License (the "License").
d0aee194aad64f4c4c54933c0250ee58d47212f4Mark Andrews# You may not use this file except in compliance with the License.
15a44745412679c30a6d022733925af70a38b715David Lawrence# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
15a44745412679c30a6d022733925af70a38b715David Lawrence# See the License for the specific language governing permissions
15a44745412679c30a6d022733925af70a38b715David Lawrence# and limitations under the License.
15a44745412679c30a6d022733925af70a38b715David Lawrence# When distributing Covered Code, include this CDDL HEADER in each
15a44745412679c30a6d022733925af70a38b715David Lawrence# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15a44745412679c30a6d022733925af70a38b715David Lawrence# If applicable, add the following below this CDDL HEADER, with the
d0aee194aad64f4c4c54933c0250ee58d47212f4Mark Andrews# fields enclosed by brackets "[]" replaced with your own identifying
d0aee194aad64f4c4c54933c0250ee58d47212f4Mark Andrews# information: Portions Copyright [yyyy] [name of copyright owner]
9c3531d72aeaad6c5f01efe6a1c82023e1379e4dDavid Lawrence# CDDL HEADER END
eeb77542a8b85f04665b2cfe34496cdab844a1b1Brian Wellington# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
eeb77542a8b85f04665b2cfe34496cdab844a1b1Brian Wellington# Use is subject to license terms.
d0aee194aad64f4c4c54933c0250ee58d47212f4Mark Andrews#ident "%Z%%M% %I% %E% SMI"
d0aee194aad64f4c4c54933c0250ee58d47212f4Mark Andrews# This makefile drives the production of the Realtek
d0aee194aad64f4c4c54933c0250ee58d47212f4Mark Andrews# Gigabit Ethernet (RGE) driver module in sparc systems
d0aee194aad64f4c4c54933c0250ee58d47212f4Mark Andrews# Path to the base of the uts directory tree (usually /usr/src/uts).
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence# Define the module and object file sets.
eeb77542a8b85f04665b2cfe34496cdab844a1b1Brian Wellington# Include common rules.
f6a9dd2c61911bf4902d6de02a18a31c9d5497f7Mark Andrews# Define targets
f6a9dd2c61911bf4902d6de02a18a31c9d5497f7Mark Andrews# lint pass one enforcement
f6a9dd2c61911bf4902d6de02a18a31c9d5497f7Mark Andrews# Turn on doubleword alignment for 64 bit registers
b03a619e1d426c52c5cf7a5778982074ac6515c8Mark Andrews# Driver depends on MAC & IP
d0aee194aad64f4c4c54933c0250ee58d47212f4Mark Andrews# For now, disable these lint checks; maintainers should endeavor
f9aa0a668c059e0fda1b06882c68aaeb4e840e1bDavid Lawrence# to investigate and remove these for maximum lint coverage.
d0aee194aad64f4c4c54933c0250ee58d47212f4Mark Andrews# Please do not carry these forward to new Makefiles.
ee84964a7d29ae88769f67326a65256731769ea7Mark Andrews# Default build targets.
ee84964a7d29ae88769f67326a65256731769ea7Mark Andrews# Include common targets.