Makefile revision bb25c06cca41ca78e5fb87fbb8e81d55beb18c95
d73ae94e59c019f5cc3221ee0a0012d02091b40egc# CDDL HEADER START
d73ae94e59c019f5cc3221ee0a0012d02091b40egc# The contents of this file are subject to the terms of the
d73ae94e59c019f5cc3221ee0a0012d02091b40egc# Common Development and Distribution License (the "License").
d73ae94e59c019f5cc3221ee0a0012d02091b40egc# You may not use this file except in compliance with the License.
d73ae94e59c019f5cc3221ee0a0012d02091b40egc# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
d73ae94e59c019f5cc3221ee0a0012d02091b40egc# See the License for the specific language governing permissions
d73ae94e59c019f5cc3221ee0a0012d02091b40egc# and limitations under the License.
d73ae94e59c019f5cc3221ee0a0012d02091b40egc# When distributing Covered Code, include this CDDL HEADER in each
d73ae94e59c019f5cc3221ee0a0012d02091b40egc# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
d73ae94e59c019f5cc3221ee0a0012d02091b40egc# If applicable, add the following below this CDDL HEADER, with the
d73ae94e59c019f5cc3221ee0a0012d02091b40egc# fields enclosed by brackets "[]" replaced with your own identifying
d73ae94e59c019f5cc3221ee0a0012d02091b40egc# information: Portions Copyright [yyyy] [name of copyright owner]
d73ae94e59c019f5cc3221ee0a0012d02091b40egc# CDDL HEADER END
489b7c4ab76ae8df137fbfcc2214f7baa52883a0Raymond Chen# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
d73ae94e59c019f5cc3221ee0a0012d02091b40egc# Use is subject to license terms.
e2c88f0c2610f16de7b639746b40dea5f3e2256eGarrett D'Amore#ident "%Z%%M% %I% %E% SMI"
d73ae94e59c019f5cc3221ee0a0012d02091b40egc# This makefile drives the production of the ptsl driver
d73ae94e59c019f5cc3221ee0a0012d02091b40egc# intel architecture dependent
d73ae94e59c019f5cc3221ee0a0012d02091b40egc# Path to the base of the uts directory tree (usually /usr/src/uts).
d73ae94e59c019f5cc3221ee0a0012d02091b40egc# Define the module and object file sets.
d73ae94e59c019f5cc3221ee0a0012d02091b40egc# Include common rules.
d73ae94e59c019f5cc3221ee0a0012d02091b40egc# Define targets
d73ae94e59c019f5cc3221ee0a0012d02091b40egc# For now, disable these lint checks; maintainers should endeavor
d73ae94e59c019f5cc3221ee0a0012d02091b40egc# to investigate and remove these for maximum lint coverage.
d73ae94e59c019f5cc3221ee0a0012d02091b40egc# Please do not carry these forward to new Makefiles.
d73ae94e59c019f5cc3221ee0a0012d02091b40egc# Default build targets.
d73ae94e59c019f5cc3221ee0a0012d02091b40egc# Include common targets.