Makefile revision 7014882c6a3672fd0e5d60200af8643ae53c5928
bf52162f2d05c1fb1a107c7ef108de73f739b3edpquerna# CDDL HEADER START
bf52162f2d05c1fb1a107c7ef108de73f739b3edpquerna# The contents of this file are subject to the terms of the
1018201f5223624476334c6e23aead02db7c4040minfrin# Common Development and Distribution License (the "License").
1018201f5223624476334c6e23aead02db7c4040minfrin# You may not use this file except in compliance with the License.
e5db2522dbe503cbf5399094b6239c88c246a8c5poirier# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
e5db2522dbe503cbf5399094b6239c88c246a8c5poirier# See the License for the specific language governing permissions
ad7e5e9fb8f63a5155bb392114162997505ff772minfrin# and limitations under the License.
ad7e5e9fb8f63a5155bb392114162997505ff772minfrin# When distributing Covered Code, include this CDDL HEADER in each
ad7e5e9fb8f63a5155bb392114162997505ff772minfrin# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
ad7e5e9fb8f63a5155bb392114162997505ff772minfrin# If applicable, add the following below this CDDL HEADER, with the
ad7e5e9fb8f63a5155bb392114162997505ff772minfrin# fields enclosed by brackets "[]" replaced with your own identifying
59cb8d601b8c44476e59310f68b9c373d8fc62a6minfrin# information: Portions Copyright [yyyy] [name of copyright owner]
59cb8d601b8c44476e59310f68b9c373d8fc62a6minfrin# CDDL HEADER END
10abdcbd7b30d957d15c61ea8100ba97a627ac95minfrin# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
10abdcbd7b30d957d15c61ea8100ba97a627ac95minfrin# Use is subject to license terms.
3c67b7956d44501360506a9f13a5011be73b30ecminfrin# This makefile drives the production of the rmclomv driver kernel
3c67b7956d44501360506a9f13a5011be73b30ecminfrin# module in the sun4u systems
97d20d37d21b8d427a920e211858172f0a82427epoirier# Path to the base of the uts directory tree (usually /usr/src/uts).
53c999a82fcca729dabc8a512b3fb996d61fd814niq# Define the module and object file sets.
dd9ae259e1578c4388739c880ede97c55cec543frpluem# Include common rules.
8bed7ee6d97933b958e97e222f37154d83e384e5jorton# Define targets
8bed7ee6d97933b958e97e222f37154d83e384e5jortonINSTALL_TARGET = $(BINARY) $(ROOTMODULE) $(ROOT_CONFFILE)
4e08c8c1a91e2887b41d8cacd3aa532355d0237drpluem# lint pass one enforcement
2f34374f6e04b9094a1d13a5ed823f331ba841a3rpluem# Turn on doubleword alignment for 64 bit registers
2f34374f6e04b9094a1d13a5ed823f331ba841a3rpluem# For now, disable these lint checks; maintainers should endeavor
3e6a46d2fecf446daf0e280a49fa5565f5f635eajorton# to investigate and remove these for maximum lint coverage.
3e6a46d2fecf446daf0e280a49fa5565f5f635eajorton# Please do not carry these forward to new Makefiles.
30e3e760b737f13ce800fa02c5930ade7659ba66niq# Default build targets.
6861702c2d883e5c0744d5f7528d2060671ad24dtakashi# Include common targets.