Makefile revision 7014882c6a3672fd0e5d60200af8643ae53c5928
e334405421979688f2d838805ac67ee47bd62976Mark Andrews# CDDL HEADER START
8aee18709f238406719768b8a6b843a15c5075f8Mark Andrews# The contents of this file are subject to the terms of the
8aee18709f238406719768b8a6b843a15c5075f8Mark Andrews# Common Development and Distribution License (the "License").
e78c2b856b9bfbf713fe805224f345f8e8f84e4aEvan Hunt# You may not use this file except in compliance with the License.
e78c2b856b9bfbf713fe805224f345f8e8f84e4aEvan Hunt# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
c0a76b3c0b42a110e14eb56103973944900400c4Mark Andrews# See the License for the specific language governing permissions
c0a76b3c0b42a110e14eb56103973944900400c4Mark Andrews# and limitations under the License.
82f0630bae09598209cc37c1db00ff4356efee27Mark Andrews# When distributing Covered Code, include this CDDL HEADER in each
82f0630bae09598209cc37c1db00ff4356efee27Mark Andrews# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
36fc19f9397ac2469d5432e5eb6ff8774cf60676Mark Andrews# If applicable, add the following below this CDDL HEADER, with the
b44b120c66d9c36f1648f18d169bb4daf4b921afMark Andrews# fields enclosed by brackets "[]" replaced with your own identifying
c87f15dac8bb22ffb3ebf044ee48ce570c87948bMark Andrews# information: Portions Copyright [yyyy] [name of copyright owner]
97664670d0e45ec865da407112fceb892133eaf3Mark Andrews# CDDL HEADER END
b5b934a0bb46aded1552a17473652b5a7f4a3274Evan Hunt# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
b5b934a0bb46aded1552a17473652b5a7f4a3274Evan Hunt# Use is subject to license terms.
5af195d1dbe4c266a47264111a9293069041209dMark Andrews# This makefile drives the production of us (UltraSPARC) driver
5af195d1dbe4c266a47264111a9293069041209dMark Andrews# kernel module.
5a636f9951e0a6968498d588a57cb01161d2a109Mark Andrews# sun4u implementation architecture dependent
8eb30f8dd3c1170406f4f2307964e4c0994494beEvan Hunt# Path to the base of the uts directory tree (usually /usr/src/uts).
d48730a446ffffa8d75462a4abefce030425fa64Mark Andrews# Define the module and object file sets.
7ffe86618c91097b73cde82fb535180dbd5f8e91Mark Andrews# Include common rules.
a27b3757fdd8976ce05e37f391ad9e7ac4638e5dMark Andrews# Define targets
c9c2ffe729bf24a7fd0f0a234a4a84e67621d414Mark Andrews# lint pass one enforcement
7bce3361868c7c00929e0c1b64a45f24a714972fMark Andrews# Turn on doubleword alignment for 64 bit registers
b2c8cc4f2d61f0593300a5851e26e7ddb30b7e10Mark Andrews# For now, disable these lint checks; maintainers should endeavor
ed83fa75f5657ab2394a701f7ccc169dd9ef48fcMark Andrews# to investigate and remove these for maximum lint coverage.
ed83fa75f5657ab2394a701f7ccc169dd9ef48fcMark Andrews# Please do not carry these forward to new Makefiles.
082f42dcf2f38509a8c842013548f680a6ad06f3Mark Andrews# Default build targets.
8fb412590e03dcf9de775dad1eb7acf320b575edMark Andrews# Include common targets.