Makefile revision 7014882c6a3672fd0e5d60200af8643ae53c5928
bf52162f2d05c1fb1a107c7ef108de73f739b3edpquerna# CDDL HEADER START
9c67ffea79ab184351b5d554b57814e13285e758jim# The contents of this file are subject to the terms of the
e9bf808f770605c1f54a9d0fb1c560115c91fd71sf# Common Development and Distribution License (the "License").
e9bf808f770605c1f54a9d0fb1c560115c91fd71sf# You may not use this file except in compliance with the License.
575cc52562c51c0c8bb8de0c6eaa55a60f7f895bsf# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
575cc52562c51c0c8bb8de0c6eaa55a60f7f895bsf# See the License for the specific language governing permissions
490993ea2eda52d4fdacff247eb2657296c86f71trawick# and limitations under the License.
03502de2853fcebaf853ed3bcfd5033894c238bbjim# When distributing Covered Code, include this CDDL HEADER in each
03502de2853fcebaf853ed3bcfd5033894c238bbjim# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
03502de2853fcebaf853ed3bcfd5033894c238bbjim# If applicable, add the following below this CDDL HEADER, with the
03502de2853fcebaf853ed3bcfd5033894c238bbjim# fields enclosed by brackets "[]" replaced with your own identifying
afee7998d5045107a7673f09bc3448a5dc1b6612jim# information: Portions Copyright [yyyy] [name of copyright owner]
6ec154950417d0b32082f6590ffa3acc3e0c3d49sf# CDDL HEADER END
b38e1e2f118f67818f88faee827f4b3a2881e908sf# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
3d636d91428f2c0a74012c89a94ec7d5b40aa52esf# Use is subject to license terms.
33e53d7c6aa5d004d96ea11d7f3ca35b30e82544trawick# This makefile drives the production of the mr_sas driver kernel module.
20e0c71be778348516719e1e58a9f55c8e78c570trawick# Sparc implementation architecture dependent
977c4527be5a21182f24fc22a40a79d576a52f86trawick# Path to the base of the uts directory tree (usually /usr/src/uts).
3770ed746d69c7a4111cba9966169bd5d7a509a6poirier# Define the module and object file sets.
a81c0c1ae464b2063a21b45f80c9da8d89bb840ecovener# Include common rules.
ffae06377667a5d8f9699ac7512134de7000a83dminfrin# Define targets
efc81fe729a2b7401028387da184b4a98f0b854atrawickINSTALL_TARGET = $(BINARY) $(ROOTMODULE) $(ROOT_CONFFILE)
8f066564bfc0fd6ddc6ca4b2f2410615554597d1jim# lint pass one enforcement
da40dfabefd6f8eb8450e9a097c594ee2ab13e3eminfrin# Turn on doubleword alignment for 64 bit registers
59d316b83d42d2a07e25c20d8c35a07b369618bdsf# Kernel Module Dependencies
8602c898d4e06a7e7b9d6b7cf4b172a8e7310987sf# Overrides
4acc1efe19ac2e6f2df0abb4d5bf99bd8ae3c5c6jim# Default build targets.
6f9bf764bc79571d1da19dfbbd78527fca278a8eminfrin# Include common targets.