Makefile revision bb25c06cca41ca78e5fb87fbb8e81d55beb18c95
a8f3e7d86a5088f48b23249a932a1d0259ed3cd1Felix Gabriel Mance# CDDL HEADER START
a8f3e7d86a5088f48b23249a932a1d0259ed3cd1Felix Gabriel Mance# The contents of this file are subject to the terms of the
a8f3e7d86a5088f48b23249a932a1d0259ed3cd1Felix Gabriel Mance# Common Development and Distribution License (the "License").
a8f3e7d86a5088f48b23249a932a1d0259ed3cd1Felix Gabriel Mance# You may not use this file except in compliance with the License.
a8f3e7d86a5088f48b23249a932a1d0259ed3cd1Felix Gabriel Mance# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
a8f3e7d86a5088f48b23249a932a1d0259ed3cd1Felix Gabriel Mance# or http://www.opensolaris.org/os/licensing.
a8f3e7d86a5088f48b23249a932a1d0259ed3cd1Felix Gabriel Mance# See the License for the specific language governing permissions
a8f3e7d86a5088f48b23249a932a1d0259ed3cd1Felix Gabriel Mance# and limitations under the License.
03364e8da97b2ed726f6b452c79d03000037d807Felix Gabriel Mance# When distributing Covered Code, include this CDDL HEADER in each
03364e8da97b2ed726f6b452c79d03000037d807Felix Gabriel Mance# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
03364e8da97b2ed726f6b452c79d03000037d807Felix Gabriel Mance# If applicable, add the following below this CDDL HEADER, with the
03364e8da97b2ed726f6b452c79d03000037d807Felix Gabriel Mance# fields enclosed by brackets "[]" replaced with your own identifying
03364e8da97b2ed726f6b452c79d03000037d807Felix Gabriel Mance# information: Portions Copyright [yyyy] [name of copyright owner]
365022b0933f402818ed3ec8544568ad9f41e9b6Felix Gabriel Mance# CDDL HEADER END
a0f0d960eb205b61206643ff75ec170802e3fa00Felix Gabriel Mance# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
25ad27f18cf93dc1980b27fe6e9285c5f221f750Felix Gabriel Mance# Use is subject to license terms.
76db6b749bcfc39d72fbc6fb4d2f9e41e7fe15c4Felix Gabriel Mance#ident "%Z%%M% %I% %E% SMI"
d4ec1718f8dafa9743d3e60c0715644c15bcd834Felix Gabriel Mance# This makefile drives the production of the object file system
d4ec1718f8dafa9743d3e60c0715644c15bcd834Felix Gabriel Mance# kernel module.
d4ec1718f8dafa9743d3e60c0715644c15bcd834Felix Gabriel Mance# sparc architecture dependent
d4ec1718f8dafa9743d3e60c0715644c15bcd834Felix Gabriel Mance# Path to the base of the uts directory tree (usually /usr/src/uts).
5307dae1918064dd6f30f0bbe273a351c083901bFelix Gabriel Mance# Define the module and object file sets.
5307dae1918064dd6f30f0bbe273a351c083901bFelix Gabriel ManceLINTS = $(OBJFS_OBJS:%.o=$(LINTS_DIR)/%.ln)
76db6b749bcfc39d72fbc6fb4d2f9e41e7fe15c4Felix Gabriel Mance# Include common rules.
a0f0d960eb205b61206643ff75ec170802e3fa00Felix Gabriel Mance# Define targets
d59b31ed18a30b273bd42bca11058fb2946f0fe7Felix Gabriel Mance# For now, disable these lint checks; maintainers should endeavor
d59b31ed18a30b273bd42bca11058fb2946f0fe7Felix Gabriel Mance# to investigate and remove these for maximum lint coverage.
d59b31ed18a30b273bd42bca11058fb2946f0fe7Felix Gabriel Mance# Please do not carry these forward to new Makefiles.
df6f69334cdc35c6d5a4de3901c69d838246d695Felix Gabriel Mance# Default build targets.
962477e877e546f2073cc6fbd1bc18a12eb0589bFelix Gabriel Mance# Include common targets.