Makefile revision 7014882c6a3672fd0e5d60200af8643ae53c5928
75960f20f88dad6bc67892c711c429946063d133stoddard# CDDL HEADER START
2a6c49cfaef5979a5a06098f3ce987cd76769409manoj# The contents of this file are subject to the terms of the
2a6c49cfaef5979a5a06098f3ce987cd76769409manoj# Common Development and Distribution License (the "License").
3304cbd819df02e7548e9338dc0afa8d3ba29358manoj# You may not use this file except in compliance with the License.
3304cbd819df02e7548e9338dc0afa8d3ba29358manoj# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
2a6c49cfaef5979a5a06098f3ce987cd76769409manoj# See the License for the specific language governing permissions
75960f20f88dad6bc67892c711c429946063d133stoddard# and limitations under the License.
75960f20f88dad6bc67892c711c429946063d133stoddard# When distributing Covered Code, include this CDDL HEADER in each
75960f20f88dad6bc67892c711c429946063d133stoddard# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
4065b438067f3f08d0bd98b31ac4085b581b931dstoddard# If applicable, add the following below this CDDL HEADER, with the
4065b438067f3f08d0bd98b31ac4085b581b931dstoddard# fields enclosed by brackets "[]" replaced with your own identifying
2739add8add66e21526ce27f83c2ae133d089070rbb# information: Portions Copyright [yyyy] [name of copyright owner]
4065b438067f3f08d0bd98b31ac4085b581b931dstoddard# CDDL HEADER END
7ba24263a36323ecaf0685758f44001c0800d012stoddard# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
9c09943bad734ebd5c7cc10bd6d63b75c4c6e056stoddard# Use is subject to license terms.
2a6c49cfaef5979a5a06098f3ce987cd76769409manoj# This makefile drives the production of the rmclomv driver kernel
75960f20f88dad6bc67892c711c429946063d133stoddard# module in the sun4u systems
75960f20f88dad6bc67892c711c429946063d133stoddard# Path to the base of the uts directory tree (usually /usr/src/uts).
75960f20f88dad6bc67892c711c429946063d133stoddard# Define the module and object file sets.
2a6c49cfaef5979a5a06098f3ce987cd76769409manoj# Include common rules.
a9e07e4f90adcc7bc768db3055431c3dcd560cd1manoj# Define targets
a9e07e4f90adcc7bc768db3055431c3dcd560cd1manojINSTALL_TARGET = $(BINARY) $(ROOTMODULE) $(ROOT_CONFFILE)
75960f20f88dad6bc67892c711c429946063d133stoddard# lint pass one enforcement
a5ed555df952c85bc1b179f5981e8a6c54ba16e6stoddard# Turn on doubleword alignment for 64 bit registers
a5ed555df952c85bc1b179f5981e8a6c54ba16e6stoddard# For now, disable these lint checks; maintainers should endeavor
a5ed555df952c85bc1b179f5981e8a6c54ba16e6stoddard# to investigate and remove these for maximum lint coverage.
56ca30c968906053ae61acb218420667bb58d996rbb# Please do not carry these forward to new Makefiles.
0bff2f28ef945280c17099c142126178a78e1e54manoj# Default build targets.
f03d292915be9977eaf74e9be7b0404aec226f84manoj# Include common targets.