Makefile revision fcf3ce441efd61da9bb2884968af01cb7c1452cc
842ae4bd224140319ae7feec1872b93dfd491143fielding# CDDL HEADER START
842ae4bd224140319ae7feec1872b93dfd491143fielding# The contents of this file are subject to the terms of the
842ae4bd224140319ae7feec1872b93dfd491143fielding# Common Development and Distribution License (the "License").
842ae4bd224140319ae7feec1872b93dfd491143fielding# You may not use this file except in compliance with the License.
0f081398cf0eef8cc7c66a535d450110a92dc8aefielding# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
0f081398cf0eef8cc7c66a535d450110a92dc8aefielding# See the License for the specific language governing permissions
04891cf70e0bfc38bfb027541dc821f04c754ff7nd# and limitations under the License.
04891cf70e0bfc38bfb027541dc821f04c754ff7nd# When distributing Covered Code, include this CDDL HEADER in each
04891cf70e0bfc38bfb027541dc821f04c754ff7nd# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
04891cf70e0bfc38bfb027541dc821f04c754ff7nd# If applicable, add the following below this CDDL HEADER, with the
0f081398cf0eef8cc7c66a535d450110a92dc8aefielding# fields enclosed by brackets "[]" replaced with your own identifying
0f081398cf0eef8cc7c66a535d450110a92dc8aefielding# information: Portions Copyright [yyyy] [name of copyright owner]
0f081398cf0eef8cc7c66a535d450110a92dc8aefielding# CDDL HEADER END
fc9b2e8809c305f340d86a789566f8abb1ca8a19martin# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
fc9b2e8809c305f340d86a789566f8abb1ca8a19martin# Use is subject to license terms.
fc9b2e8809c305f340d86a789566f8abb1ca8a19martin# This makefile drives the production of the ncall kernel module
fc9b2e8809c305f340d86a789566f8abb1ca8a19martin# sparc implementation architecture dependent
e8f95a682820a599fe41b22977010636be5c2717jim# Path to the base of the uts directory tree (usually /usr/src/uts).
e8f95a682820a599fe41b22977010636be5c2717jim# Define the module and object file sets.
75c6595339aacfce489ec67b79e610f921c67751wrowe# Include common rules.
0f081398cf0eef8cc7c66a535d450110a92dc8aefielding# Define targets
0f081398cf0eef8cc7c66a535d450110a92dc8aefieldingINSTALL_TARGET = $(BINARY) $(ROOTMODULE) $(ROOT_CONFFILE)
63a2b23aa46d7c800061bcb79b7406fd6545679apquerna# lint pass one enforcement
63a2b23aa46d7c800061bcb79b7406fd6545679apquerna# Include common targets.