Makefile revision 7014882c6a3672fd0e5d60200af8643ae53c5928
181e56d8b348d301d615ccf5465ae600fee2867berikabele# CDDL HEADER START
dd9f0e560e29dc86fba5f5d4fa5e72cda5cefb16slive# The contents of this file are subject to the terms of the
dd9f0e560e29dc86fba5f5d4fa5e72cda5cefb16slive# Common Development and Distribution License (the "License").
dd9f0e560e29dc86fba5f5d4fa5e72cda5cefb16slive# You may not use this file except in compliance with the License.
5a58787efeb02a1c3f06569d019ad81fd2efa06end# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
7add1372edb1ee95a2c4d1314df4c7567bda7c62jim# See the License for the specific language governing permissions
7add1372edb1ee95a2c4d1314df4c7567bda7c62jim# and limitations under the License.
5a58787efeb02a1c3f06569d019ad81fd2efa06end# When distributing Covered Code, include this CDDL HEADER in each
7add1372edb1ee95a2c4d1314df4c7567bda7c62jim# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
52fff662005b1866a3ff09bb6c902800c5cc6dedjerenkrantz# If applicable, add the following below this CDDL HEADER, with the
7add1372edb1ee95a2c4d1314df4c7567bda7c62jim# fields enclosed by brackets "[]" replaced with your own identifying
7add1372edb1ee95a2c4d1314df4c7567bda7c62jim# information: Portions Copyright [yyyy] [name of copyright owner]
7add1372edb1ee95a2c4d1314df4c7567bda7c62jim# CDDL HEADER END
1ac39787115a288f5e848344b1b1e8dccb1c58f1nd# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
1ac39787115a288f5e848344b1b1e8dccb1c58f1nd# Use is subject to license terms.
c68aa7f213d409d464eaa6b963afb28678548f4frbowen# tnf (kernel trace driver) Makefile
57d0156f7bbd9ea3a72342cf9912aba61d118702rbowen# intel architecture dependent
57d0156f7bbd9ea3a72342cf9912aba61d118702rbowen# Path to the base of the uts directory tree (usually /usr/src/uts).
5a58787efeb02a1c3f06569d019ad81fd2efa06end# Define the module and object file sets.
7add1372edb1ee95a2c4d1314df4c7567bda7c62jim# Include common rules.
57d0156f7bbd9ea3a72342cf9912aba61d118702rbowen# Define targets
57d0156f7bbd9ea3a72342cf9912aba61d118702rbowenINSTALL_TARGET = $(BINARY) $(ROOTMODULE) $(ROOT_CONFFILE)
2684d5de7d8996ac96df3a37e8f8a49c502f26dfjsl# For now, disable these lint checks; maintainers should endeavor
57d0156f7bbd9ea3a72342cf9912aba61d118702rbowen# to investigate and remove these for maximum lint coverage.
57d0156f7bbd9ea3a72342cf9912aba61d118702rbowen# Please do not carry these forward to new Makefiles.
57d0156f7bbd9ea3a72342cf9912aba61d118702rbowen# Default build targets.
57d0156f7bbd9ea3a72342cf9912aba61d118702rbowen# Include common targets.