Makefile revision 66f9d5cb3cc0652e2d9d1366fb950efbe4ca2f24
7d32c065c7bb56f281651ae3dd2888f32ce4f1d9Bob Halley# CDDL HEADER START
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews# The contents of this file are subject to the terms of the
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews# Common Development and Distribution License (the "License").
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews# You may not use this file except in compliance with the License.
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews# See the License for the specific language governing permissions
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews# and limitations under the License.
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews# When distributing Covered Code, include this CDDL HEADER in each
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews# If applicable, add the following below this CDDL HEADER, with the
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews# fields enclosed by brackets "[]" replaced with your own identifying
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews# information: Portions Copyright [yyyy] [name of copyright owner]
dfea6f0eaadb9287cfcdc1566ac2f997af1b075aBob Halley# CDDL HEADER END
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews# Copyright 2005 Sun Microsystems, Inc. All rights reserved.
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews# Use is subject to license terms.
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews# ident "%Z%%M% %I% %E% SMI"
53bd3f325f898b6892742ce928da3daa02ba0eddDavid Lawrence# This makefile drives the production of the sata "misc"
53bd3f325f898b6892742ce928da3daa02ba0eddDavid Lawrence# kernel module.
53bd3f325f898b6892742ce928da3daa02ba0eddDavid Lawrence# intel architecture dependent
d981ca645597116d227a48bf37cc5edc061c854dBob Halley# Path to the base of the uts directory tree (usually /usr/src/uts).
5fc7ba3e1ac5d72239e9971e0f469dd5796738f9Andreas Gustafsson# Define the module and object file sets.
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews# Include common rules.
d981ca645597116d227a48bf37cc5edc061c854dBob Halley# Define targets
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews# lint pass one enforcement
94a3bcd132e515b4baa0884ba9dd0f361d2e17bcMark Andrews# dependency on scsi module
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews# Default build targets.
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews# Include common targets.