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