Makefile revision 7014882c6a3672fd0e5d60200af8643ae53c5928
ec79b29695b183f794264bbb578c51e93d1f9b1emartin# CDDL HEADER START
ee508128c414648982d1cca7801f63b01a0a4f8aminfrin# The contents of this file are subject to the terms of the
111c8f806b790a72ad0244aae35252470662e10drpluem# Common Development and Distribution License (the "License").
111c8f806b790a72ad0244aae35252470662e10drpluem# You may not use this file except in compliance with the License.
399d43256a3339482bfa6cb76eb72ce5b363ae7arpluem# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
399d43256a3339482bfa6cb76eb72ce5b363ae7arpluem# See the License for the specific language governing permissions
399d43256a3339482bfa6cb76eb72ce5b363ae7arpluem# and limitations under the License.
37b35c7feec8216b5119c0c083990cfe4e400769rpluem# When distributing Covered Code, include this CDDL HEADER in each
37b35c7feec8216b5119c0c083990cfe4e400769rpluem# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
dd6199828976e6c7850ca6abd7a1ceba99e9ed16chrisd# If applicable, add the following below this CDDL HEADER, with the
dd6199828976e6c7850ca6abd7a1ceba99e9ed16chrisd# fields enclosed by brackets "[]" replaced with your own identifying
dd6199828976e6c7850ca6abd7a1ceba99e9ed16chrisd# information: Portions Copyright [yyyy] [name of copyright owner]
bc786d0dba3cefae135fb85ab303ddb2b229e43drpluem# CDDL HEADER END
3ff68b9ee78262779dbedf791576d35fdd229f7brpluem# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
3ff68b9ee78262779dbedf791576d35fdd229f7brpluem# Use is subject to license terms.
de0fed4fa6741aea09dbe28f03aa4c20e822ed5drpluem# This makefile drives the production of the tl driver
38c37050250a232748df499cb74e2bec82cd791aminfrin# sparc architecture dependent
38c37050250a232748df499cb74e2bec82cd791aminfrin# Path to the base of the uts directory tree (usually /usr/src/uts).
ab43b4a17b2ac31ccb1cf280be8c42a8a314cecbjorton# Define the module and object file sets.
a4ab95921be8ce5de50913cd6505d41b672eb375minfrin# Include common rules.
e605dd6afa940f799c873ffeaa5e25fa4ea9a2c8minfrin# Define targets
50c06405bc48121db2913925549407fd3e79bcedmturkINSTALL_TARGET = $(BINARY) $(ROOTMODULE) $(ROOT_CONFFILE)
1497efa2a5ac0d441f73f23947ef7611a9e44515minfrin# lint pass one enforcement
30db430cb6aaf0c9c3c1bfe1a6c7ddb7ef8a4efcjim# Depends on ip; this is for sharing common option management code
30db430cb6aaf0c9c3c1bfe1a6c7ddb7ef8a4efcjim# which happens to live in "ip" kernel module only. Needed to do
f613fc7bb7d9073d0e029aab629afd257927f3b7minfrin# AF_UNIX socket options.
973a0e8715651f0a56148d315100169453c4d89eminfrin# For now, disable these lint checks; maintainers should endeavor
973a0e8715651f0a56148d315100169453c4d89eminfrin# to investigate and remove these for maximum lint coverage.
973a0e8715651f0a56148d315100169453c4d89eminfrin# Please do not carry these forward to new Makefiles.
13c7ff50f27aefa2594d33089fcff6ceb9796fe7niq# Default build targets.
686ce4eade942e515b1725d0c9751da36b759a6ctrawick# Include common targets.