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