Makefile revision 7014882c6a3672fd0e5d60200af8643ae53c5928
d29b2c4438482eb00488be49a1f5d6835f455546ab# CDDL HEADER START
d29b2c4438482eb00488be49a1f5d6835f455546ab# The contents of this file are subject to the terms of the
d29b2c4438482eb00488be49a1f5d6835f455546ab# Common Development and Distribution License (the "License").
d29b2c4438482eb00488be49a1f5d6835f455546ab# You may not use this file except in compliance with the License.
d29b2c4438482eb00488be49a1f5d6835f455546ab# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
d29b2c4438482eb00488be49a1f5d6835f455546ab# See the License for the specific language governing permissions
d29b2c4438482eb00488be49a1f5d6835f455546ab# and limitations under the License.
d29b2c4438482eb00488be49a1f5d6835f455546ab# When distributing Covered Code, include this CDDL HEADER in each
d29b2c4438482eb00488be49a1f5d6835f455546ab# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
d29b2c4438482eb00488be49a1f5d6835f455546ab# If applicable, add the following below this CDDL HEADER, with the
d29b2c4438482eb00488be49a1f5d6835f455546ab# fields enclosed by brackets "[]" replaced with your own identifying
d29b2c4438482eb00488be49a1f5d6835f455546ab# information: Portions Copyright [yyyy] [name of copyright owner]
d29b2c4438482eb00488be49a1f5d6835f455546ab# CDDL HEADER END
69112edd987c28fa551d4f8d9362a84a45365f17Ali Bahrami# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
d29b2c4438482eb00488be49a1f5d6835f455546ab# Use is subject to license terms.
d29b2c4438482eb00488be49a1f5d6835f455546ab# This makefile drives the production of the tl driver
d29b2c4438482eb00488be49a1f5d6835f455546ab# sparc architecture dependent
d29b2c4438482eb00488be49a1f5d6835f455546ab# Path to the base of the uts directory tree (usually /usr/src/uts).
d29b2c4438482eb00488be49a1f5d6835f455546ab# Define the module and object file sets.
d29b2c4438482eb00488be49a1f5d6835f455546ab# Include common rules.
d29b2c4438482eb00488be49a1f5d6835f455546ab# Define targets
7014882c6a3672fd0e5d60200af8643ae53c5928Richard LoweINSTALL_TARGET = $(BINARY) $(ROOTMODULE) $(ROOT_CONFFILE)
d29b2c4438482eb00488be49a1f5d6835f455546ab# lint pass one enforcement
d29b2c4438482eb00488be49a1f5d6835f455546ab# Depends on ip; this is for sharing common option management code
d29b2c4438482eb00488be49a1f5d6835f455546ab# which happens to live in "ip" kernel module only. Needed to do
d29b2c4438482eb00488be49a1f5d6835f455546ab# AF_UNIX socket options.
4f680cc668fa6cf678c531083400ade9a9c7934cAli Bahrami# For now, disable these lint checks; maintainers should endeavor
d29b2c4438482eb00488be49a1f5d6835f455546ab# to investigate and remove these for maximum lint coverage.
d29b2c4438482eb00488be49a1f5d6835f455546ab# Please do not carry these forward to new Makefiles.