Makefile revision 7c478bd95313f5f23a4c958a745db2134aa03244
bb5e3b2f129cc39517b925419c22f69a378ec023eh# CDDL HEADER START
bb5e3b2f129cc39517b925419c22f69a378ec023eh# The contents of this file are subject to the terms of the
bb5e3b2f129cc39517b925419c22f69a378ec023eh# Common Development and Distribution License, Version 1.0 only
bb5e3b2f129cc39517b925419c22f69a378ec023eh# (the "License"). You may not use this file except in compliance
bb5e3b2f129cc39517b925419c22f69a378ec023eh# with the License.
bb5e3b2f129cc39517b925419c22f69a378ec023eh# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
bb5e3b2f129cc39517b925419c22f69a378ec023eh# See the License for the specific language governing permissions
bb5e3b2f129cc39517b925419c22f69a378ec023eh# and limitations under the License.
bb5e3b2f129cc39517b925419c22f69a378ec023eh# When distributing Covered Code, include this CDDL HEADER in each
bb5e3b2f129cc39517b925419c22f69a378ec023eh# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
bb5e3b2f129cc39517b925419c22f69a378ec023eh# If applicable, add the following below this CDDL HEADER, with the
bb5e3b2f129cc39517b925419c22f69a378ec023eh# fields enclosed by brackets "[]" replaced with your own identifying
bb5e3b2f129cc39517b925419c22f69a378ec023eh# information: Portions Copyright [yyyy] [name of copyright owner]
bb5e3b2f129cc39517b925419c22f69a378ec023eh# CDDL HEADER END
bb5e3b2f129cc39517b925419c22f69a378ec023eh# Copyright 2005 Sun Microsystems, Inc. All rights reserved.
bb5e3b2f129cc39517b925419c22f69a378ec023eh# Use is subject to license terms.
bb5e3b2f129cc39517b925419c22f69a378ec023eh#ident "%Z%%M% %I% %E% SMI"
bb5e3b2f129cc39517b925419c22f69a378ec023eh# This makefile drives the production of the cpc kernel module.
bb5e3b2f129cc39517b925419c22f69a378ec023eh# sun4v implementation architecture dependent
bb5e3b2f129cc39517b925419c22f69a378ec023eh# Path to the base of the uts directory tree (usually /usr/src/uts).
bb5e3b2f129cc39517b925419c22f69a378ec023eh# Define the module and object file sets.
bb5e3b2f129cc39517b925419c22f69a378ec023eh# Include common rules.
bb5e3b2f129cc39517b925419c22f69a378ec023eh# Define targets
bb5e3b2f129cc39517b925419c22f69a378ec023ehINSTALL_TARGET = $(BINARY) $(ROOTMODULE) $(ROOTLINK) $(ROOT_CONFFILE)
bb5e3b2f129cc39517b925419c22f69a378ec023eh# lint pass one enforcement
bb5e3b2f129cc39517b925419c22f69a378ec023eh# Default build targets.
bb5e3b2f129cc39517b925419c22f69a378ec023eh# Include common targets.