Makefile revision bf56214c0556fa6864189c826d39dbe156bb22a0
220ba6da875ee8824dd0b21c4446c2a369854efcTinderbox User# CDDL HEADER START
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews# The contents of this file are subject to the terms of the
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews# Common Development and Distribution License (the "License").
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews# You may not use this file except in compliance with the License.
a8783019814daa36dd57afe3f527462822834c3bEvan Hunt# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
a8783019814daa36dd57afe3f527462822834c3bEvan Hunt# See the License for the specific language governing permissions
a8783019814daa36dd57afe3f527462822834c3bEvan Hunt# and limitations under the License.
a8783019814daa36dd57afe3f527462822834c3bEvan Hunt# When distributing Covered Code, include this CDDL HEADER in each
a8783019814daa36dd57afe3f527462822834c3bEvan Hunt# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
a8783019814daa36dd57afe3f527462822834c3bEvan Hunt# If applicable, add the following below this CDDL HEADER, with the
a8783019814daa36dd57afe3f527462822834c3bEvan Hunt# fields enclosed by brackets "[]" replaced with your own identifying
a8783019814daa36dd57afe3f527462822834c3bEvan Hunt# information: Portions Copyright [yyyy] [name of copyright owner]
a8783019814daa36dd57afe3f527462822834c3bEvan Hunt# CDDL HEADER END
a8783019814daa36dd57afe3f527462822834c3bEvan Hunt# Copyright 2007 Sun Microsystems, Inc. All rights reserved.
a8783019814daa36dd57afe3f527462822834c3bEvan Hunt# Use is subject to license terms.
a8783019814daa36dd57afe3f527462822834c3bEvan Hunt#ident "%Z%%M% %I% %E% SMI"
a8783019814daa36dd57afe3f527462822834c3bEvan Hunt# This Makefile drives the production of ecpp
a8783019814daa36dd57afe3f527462822834c3bEvan Hunt# kernel module.
a8783019814daa36dd57afe3f527462822834c3bEvan Hunt# Path to the base of the uts directory tree (usually /usr/src/uts).
a8783019814daa36dd57afe3f527462822834c3bEvan Hunt# Define the module and object file sets.
a8783019814daa36dd57afe3f527462822834c3bEvan Hunt# Include common rules.
a8783019814daa36dd57afe3f527462822834c3bEvan Hunt# Define targets
a8783019814daa36dd57afe3f527462822834c3bEvan HuntINSTALL_TARGET = $(BINARY) $(ROOTMODULE) $(ROOT_CONFFILE)
a8783019814daa36dd57afe3f527462822834c3bEvan Hunt# For now, disable these lint checks; maintainers should endeavor
a8783019814daa36dd57afe3f527462822834c3bEvan Hunt# to investigate and remove these for maximum lint coverage.
a8783019814daa36dd57afe3f527462822834c3bEvan Hunt# Please do not carry these forward to new Makefiles.
a8783019814daa36dd57afe3f527462822834c3bEvan Hunt# Default build targets.
a8783019814daa36dd57afe3f527462822834c3bEvan Hunt# Include common targets.
a8783019814daa36dd57afe3f527462822834c3bEvan Hunt# Defines for local commands.
a8783019814daa36dd57afe3f527462822834c3bEvan Hunt# lock_lint rules
a8783019814daa36dd57afe3f527462822834c3bEvan Hunt$(WARLOCK_OK): $(WARLOCK_OUT) $(WLCMD_DIR)/ecpp.wlcmd warlock_ddi.files
a8783019814daa36dd57afe3f527462822834c3bEvan Hunt $(WARLOCK) -c $(WLCMD_DIR)/ecpp.wlcmd $(WARLOCK_OUT) \