Makefile revision fcf3ce441efd61da9bb2884968af01cb7c1452cc
61cb83a8ccd1dd7f671f31fa93c9d8b7be09b4ccvboxsync# CDDL HEADER START
61cb83a8ccd1dd7f671f31fa93c9d8b7be09b4ccvboxsync# The contents of this file are subject to the terms of the
61cb83a8ccd1dd7f671f31fa93c9d8b7be09b4ccvboxsync# Common Development and Distribution License (the "License").
61cb83a8ccd1dd7f671f31fa93c9d8b7be09b4ccvboxsync# You may not use this file except in compliance with the License.
61cb83a8ccd1dd7f671f31fa93c9d8b7be09b4ccvboxsync# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
61cb83a8ccd1dd7f671f31fa93c9d8b7be09b4ccvboxsync# See the License for the specific language governing permissions
61cb83a8ccd1dd7f671f31fa93c9d8b7be09b4ccvboxsync# and limitations under the License.
61cb83a8ccd1dd7f671f31fa93c9d8b7be09b4ccvboxsync# When distributing Covered Code, include this CDDL HEADER in each
61cb83a8ccd1dd7f671f31fa93c9d8b7be09b4ccvboxsync# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
61cb83a8ccd1dd7f671f31fa93c9d8b7be09b4ccvboxsync# If applicable, add the following below this CDDL HEADER, with the
61cb83a8ccd1dd7f671f31fa93c9d8b7be09b4ccvboxsync# fields enclosed by brackets "[]" replaced with your own identifying
61cb83a8ccd1dd7f671f31fa93c9d8b7be09b4ccvboxsync# information: Portions Copyright [yyyy] [name of copyright owner]
61cb83a8ccd1dd7f671f31fa93c9d8b7be09b4ccvboxsync# CDDL HEADER END
61cb83a8ccd1dd7f671f31fa93c9d8b7be09b4ccvboxsync# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
61cb83a8ccd1dd7f671f31fa93c9d8b7be09b4ccvboxsync# Use is subject to license terms.
61cb83a8ccd1dd7f671f31fa93c9d8b7be09b4ccvboxsync# This makefile drives the production of the stmf driver for
61cb83a8ccd1dd7f671f31fa93c9d8b7be09b4ccvboxsync# Path to the base of the uts directory tree (usually /usr/src/uts).
61cb83a8ccd1dd7f671f31fa93c9d8b7be09b4ccvboxsync# Define the module and object file sets.
61cb83a8ccd1dd7f671f31fa93c9d8b7be09b4ccvboxsync# Include common rules.
61cb83a8ccd1dd7f671f31fa93c9d8b7be09b4ccvboxsync# Define targets
61cb83a8ccd1dd7f671f31fa93c9d8b7be09b4ccvboxsyncINSTALL_TARGET = $(BINARY) $(ROOTMODULE) $(ROOT_CONFFILE)
61cb83a8ccd1dd7f671f31fa93c9d8b7be09b4ccvboxsync# Overrides and depends_on
61cb83a8ccd1dd7f671f31fa93c9d8b7be09b4ccvboxsync# For now, disable these lint checks; maintainers should endeavor
61cb83a8ccd1dd7f671f31fa93c9d8b7be09b4ccvboxsync# to investigate and remove these for maximum lint coverage.
61cb83a8ccd1dd7f671f31fa93c9d8b7be09b4ccvboxsync# Default build targets.
61cb83a8ccd1dd7f671f31fa93c9d8b7be09b4ccvboxsync# Include common targets.