Makefile revision 7014882c6a3672fd0e5d60200af8643ae53c5928
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi# CDDL HEADER START
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi# The contents of this file are subject to the terms of the
a307a2550e1618a7971751ee83c22441ced27bbegavinm# Common Development and Distribution License (the "License").
a307a2550e1618a7971751ee83c22441ced27bbegavinm# You may not use this file except in compliance with the License.
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi# See the License for the specific language governing permissions
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi# and limitations under the License.
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi# When distributing Covered Code, include this CDDL HEADER in each
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi# If applicable, add the following below this CDDL HEADER, with the
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi# fields enclosed by brackets "[]" replaced with your own identifying
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi# information: Portions Copyright [yyyy] [name of copyright owner]
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi# CDDL HEADER END
c84b7bbef5ecc2a27799422588073deefd9db715Adrian Frost# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi# Use is subject to license terms.
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi# This makefile drives the production of winlock kernel module.
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi# architecture independent
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi# Path to the base of the uts directory tree (usually /usr/src/uts).
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi# Define the module and object file sets.
20c794b39650d115e17a15983b6b82e46238cf45gavinm# Include common rules.
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi# Define targets
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindiINSTALL_TARGET = $(BINARY) $(ROOTMODULE) $(ROOT_CONFFILE)
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi# lint pass one enforcement
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi# For now, disable these lint checks; maintainers should endeavor
a307a2550e1618a7971751ee83c22441ced27bbegavinm# to investigate and remove these for maximum lint coverage.
a307a2550e1618a7971751ee83c22441ced27bbegavinm# Please do not carry these forward to new Makefiles.
20c794b39650d115e17a15983b6b82e46238cf45gavinm# Default build targets.
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi# Include common targets.