Makefile revision 7014882c6a3672fd0e5d60200af8643ae53c5928
c30ef289fe64ac7fedc44cfcc6b439f0f8458b4cgregames# CDDL HEADER START
14763a0db22322626dd8cd59dfbc3a4fcc655d99trawick# The contents of this file are subject to the terms of the
4ac7a7c09ac5732b09f8bf28873f7e9efcab34d5bnicholes# Common Development and Distribution License (the "License").
4ac7a7c09ac5732b09f8bf28873f7e9efcab34d5bnicholes# You may not use this file except in compliance with the License.
4ac7a7c09ac5732b09f8bf28873f7e9efcab34d5bnicholes# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
4ac7a7c09ac5732b09f8bf28873f7e9efcab34d5bnicholes# See the License for the specific language governing permissions
4ac7a7c09ac5732b09f8bf28873f7e9efcab34d5bnicholes# and limitations under the License.
4ac7a7c09ac5732b09f8bf28873f7e9efcab34d5bnicholes# When distributing Covered Code, include this CDDL HEADER in each
ce8490f3812311582d1deee96b012c377311b317minfrin# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
ce8490f3812311582d1deee96b012c377311b317minfrin# If applicable, add the following below this CDDL HEADER, with the
ce8490f3812311582d1deee96b012c377311b317minfrin# fields enclosed by brackets "[]" replaced with your own identifying
9d52ebe6234fff3bee221e13f94e547f5b8d02a4trawick# information: Portions Copyright [yyyy] [name of copyright owner]
9d52ebe6234fff3bee221e13f94e547f5b8d02a4trawick# CDDL HEADER END
38f6ebaca968b7b23c25c0b30d0be1c7aad7412bjorton# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
38f6ebaca968b7b23c25c0b30d0be1c7aad7412bjorton# Use is subject to license terms.
80ce75fd8bfc1066f75082336dfe8537c07f8ec1jorton# This makefile drives the production of todds1287 kernel module.
916a784737a5d797a722aaa5727c0f5eeb51a85bjorton# sun4u implementation architecture dependent
916a784737a5d797a722aaa5727c0f5eeb51a85bjorton# Path to the base of the uts directory tree (usually /usr/src/uts).
f82a01b2f6687b358b750c3dbe91f4ca7f8f42dctrawick# Define the module and object file sets.
2555a6b5da21d61804f47084d8fcc98eb4acbc42wrowe# Include common rules.
1e9cd35f0e3e8029c8b8f70ef57413d6e7730480jorton# Define targets
eb6e3a3e784021abc1e28247158db3a8b07186b9minfrin# lint pass one enforcement
f5098e2eb6ed9dfd7052f25761bb5e97779b8460minfrin# For now, disable these lint checks; maintainers should endeavor
d86551ca954d666d5b15ad38e9daf45680516c25jerenkrantz# to investigate and remove these for maximum lint coverage.
d86551ca954d666d5b15ad38e9daf45680516c25jerenkrantz# Please do not carry these forward to new Makefiles.
1e9cd35f0e3e8029c8b8f70ef57413d6e7730480jorton# Default build targets.
752ec04fdfa6e936047811b9e506cf829d7a69f7pquerna# Include common targets.