Makefile revision bb25c06cca41ca78e5fb87fbb8e81d55beb18c95
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# CDDL HEADER START
5347c0fcb04eaea19d9f39795646239f487c6207Tinderbox User# The contents of this file are subject to the terms of the
5347c0fcb04eaea19d9f39795646239f487c6207Tinderbox User# Common Development and Distribution License (the "License").
83217b5fdc70ea66fedf2ab3e9b9169c2b8a200aRob Austein# You may not use this file except in compliance with the License.
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
71c66a876ecca77923638d3f94cc0783152b2f03Mark Andrews# See the License for the specific language governing permissions
71c66a876ecca77923638d3f94cc0783152b2f03Mark Andrews# and limitations under the License.
2eeb74d1cf5355dd98f6d507a10086e16bb08c4bTinderbox User# When distributing Covered Code, include this CDDL HEADER in each
71c66a876ecca77923638d3f94cc0783152b2f03Mark Andrews# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
2eeb74d1cf5355dd98f6d507a10086e16bb08c4bTinderbox User# If applicable, add the following below this CDDL HEADER, with the
2eeb74d1cf5355dd98f6d507a10086e16bb08c4bTinderbox User# fields enclosed by brackets "[]" replaced with your own identifying
71c66a876ecca77923638d3f94cc0783152b2f03Mark Andrews# information: Portions Copyright [yyyy] [name of copyright owner]
2eeb74d1cf5355dd98f6d507a10086e16bb08c4bTinderbox User# CDDL HEADER END
2eeb74d1cf5355dd98f6d507a10086e16bb08c4bTinderbox User# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
2eeb74d1cf5355dd98f6d507a10086e16bb08c4bTinderbox User# Use is subject to license terms.
2eeb74d1cf5355dd98f6d507a10086e16bb08c4bTinderbox User#ident "%Z%%M% %I% %E% SMI"
2eeb74d1cf5355dd98f6d507a10086e16bb08c4bTinderbox User# This makefile drives the production of the zfs file system
2eeb74d1cf5355dd98f6d507a10086e16bb08c4bTinderbox User# kernel module.
cedb0bd0c1e3c461b7e479a16d3adfd5b150f1f4Mark Andrews# Path to the base of the uts directory tree (usually /usr/src/uts).
cedb0bd0c1e3c461b7e479a16d3adfd5b150f1f4Mark Andrews# Define the module and object file sets.
2eeb74d1cf5355dd98f6d507a10086e16bb08c4bTinderbox User# Include common rules.
2eeb74d1cf5355dd98f6d507a10086e16bb08c4bTinderbox User# Define targets
cedb0bd0c1e3c461b7e479a16d3adfd5b150f1f4Mark AndrewsINSTALL_TARGET = $(BINARY) $(ROOTMODULE) $(ROOTLINK) $(ROOT_CONFFILE)
cedb0bd0c1e3c461b7e479a16d3adfd5b150f1f4Mark Andrews# Overrides and depends_on
3241ddcf9354c5ab50f4df5a656e72a5c68e172bTinderbox User# For now, disable these lint checks; maintainers should endeavor
3241ddcf9354c5ab50f4df5a656e72a5c68e172bTinderbox User# to investigate and remove these for maximum lint coverage.
3241ddcf9354c5ab50f4df5a656e72a5c68e172bTinderbox User# Please do not carry these forward to new Makefiles.
3241ddcf9354c5ab50f4df5a656e72a5c68e172bTinderbox UserLINTTAGS += -erroff=E_SUPPRESSION_DIRECTIVE_UNUSED
3241ddcf9354c5ab50f4df5a656e72a5c68e172bTinderbox User# Default build targets.
3241ddcf9354c5ab50f4df5a656e72a5c68e172bTinderbox User# Include common targets.