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