Makefile revision bb25c06cca41ca78e5fb87fbb8e81d55beb18c95
ec79b29695b183f794264bbb578c51e93d1f9b1emartin# CDDL HEADER START
ed0d39878e79220baaa50c15b79b1fdf877cb919niq# The contents of this file are subject to the terms of the
39c7699ec0799d394d3f67145d4a12ed82f587b8jorton# Common Development and Distribution License (the "License").
39c7699ec0799d394d3f67145d4a12ed82f587b8jorton# You may not use this file except in compliance with the License.
0abda771544fc85894befadc7800b726164c58afniq# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
0abda771544fc85894befadc7800b726164c58afniq# See the License for the specific language governing permissions
3511969853863eeb6e80018afe63831e5bf81447rpluem# and limitations under the License.
3511969853863eeb6e80018afe63831e5bf81447rpluem# When distributing Covered Code, include this CDDL HEADER in each
ab39e6d69a08324dbdea68e38de843a4a9ce7247niq# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
ab39e6d69a08324dbdea68e38de843a4a9ce7247niq# If applicable, add the following below this CDDL HEADER, with the
ab39e6d69a08324dbdea68e38de843a4a9ce7247niq# fields enclosed by brackets "[]" replaced with your own identifying
c6d33447e28403a90ad817dba4df75fae785be28pquerna# information: Portions Copyright [yyyy] [name of copyright owner]
439ccf2a084e1da566548931c585cbcc3a9e7f4cminfrin# CDDL HEADER END
439ccf2a084e1da566548931c585cbcc3a9e7f4cminfrin# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
439ccf2a084e1da566548931c585cbcc3a9e7f4cminfrin# Use is subject to license terms.
4ede070ca63bd4c48045e35a7192582769770290jorton#ident "%Z%%M% %I% %E% SMI"
795c9499a77c25695bcb9710ed67bbe51492e181rpluem# This makefile drives the production of the ttymux driver
795c9499a77c25695bcb9710ed67bbe51492e181rpluem# kernel module.
936a4025e45887d9f366bf54360c51937b6bcacejim# sparc implementation architecture dependent
936a4025e45887d9f366bf54360c51937b6bcacejim# Path to the base of the uts directory tree (usually /usr/src/uts).
a72ba68ecbbc61e4b513e50d6000245c33f753dcwrowe# Define the module and object file sets.
c6f2d0c33368d0ff719e176c3bef9c2ea5177d43niq# Include common rules.
b65a184929c97d0b0e4d3bad42648e0e9ce1b8ferpluem# Define targets
9c97e6302f7624855e1909b35d448a5a2d5a4378minfrin# Override defaults to build a unique, local modstubs.o.
3f5585f7f4a7d74f2f94ec729ea8c1879d419e35rederpj# lint pass one enforcement
49f39a4568dab427b2c4ae070d0f831d1ac9ebf8jim# For now, disable these lint checks; maintainers should endeavor
49f39a4568dab427b2c4ae070d0f831d1ac9ebf8jim# to investigate and remove these for maximum lint coverage.
49f39a4568dab427b2c4ae070d0f831d1ac9ebf8jim# Please do not carry these forward to new Makefiles.
cd3bbd6d2df78d6c75e5d159a81ef8bdd5f70df9trawick# Default build targets.
10d486b9267800c5e376c22f6c0d45dc2ae86f67chrisd# Include common targets.