Makefile revision 7014882c6a3672fd0e5d60200af8643ae53c5928
d3fc1a9aec53a772142e2909441b213f3ae8102abnicholes# CDDL HEADER START
d3fc1a9aec53a772142e2909441b213f3ae8102abnicholes# The contents of this file are subject to the terms of the
d3fc1a9aec53a772142e2909441b213f3ae8102abnicholes# Common Development and Distribution License (the "License").
ac7985784d08a3655291f24f711812b4d8b1cbcffuankg# You may not use this file except in compliance with the License.
d3fc1a9aec53a772142e2909441b213f3ae8102abnicholes# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
d3fc1a9aec53a772142e2909441b213f3ae8102abnicholes# See the License for the specific language governing permissions
d3fc1a9aec53a772142e2909441b213f3ae8102abnicholes# and limitations under the License.
0662ed52e814f8f08ef0e09956413a792584eddffuankg# When distributing Covered Code, include this CDDL HEADER in each
d3fc1a9aec53a772142e2909441b213f3ae8102abnicholes# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
d3fc1a9aec53a772142e2909441b213f3ae8102abnicholes# If applicable, add the following below this CDDL HEADER, with the
d3fc1a9aec53a772142e2909441b213f3ae8102abnicholes# fields enclosed by brackets "[]" replaced with your own identifying
d3fc1a9aec53a772142e2909441b213f3ae8102abnicholes# information: Portions Copyright [yyyy] [name of copyright owner]
d3fc1a9aec53a772142e2909441b213f3ae8102abnicholes# CDDL HEADER END
d3fc1a9aec53a772142e2909441b213f3ae8102abnicholes# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
d3fc1a9aec53a772142e2909441b213f3ae8102abnicholes# Use is subject to license terms.
70953fb44a7140fe206c3a5f011e24209c8c5c6abnicholes# This makefile drives the production of the
16b55a35cff91315d261d1baa776138af465c4e4fuankg# "/kernel/drv/ahci" kernel module.
16b55a35cff91315d261d1baa776138af465c4e4fuankg# intel architecture dependent
d3fc1a9aec53a772142e2909441b213f3ae8102abnicholes# Path to the base of the uts directory tree (usually /usr/src/uts).
d3fc1a9aec53a772142e2909441b213f3ae8102abnicholes# Define the module and object file sets.
d3fc1a9aec53a772142e2909441b213f3ae8102abnicholesCONF_SRCDIR = $(UTSBASE)/common/io/sata/adapters/ahci
d3fc1a9aec53a772142e2909441b213f3ae8102abnicholes# Include common rules.
d3fc1a9aec53a772142e2909441b213f3ae8102abnicholes# Define targets
d3fc1a9aec53a772142e2909441b213f3ae8102abnicholes# lint pass one enforcement
d3fc1a9aec53a772142e2909441b213f3ae8102abnicholes# we depend on the sata module
d3fc1a9aec53a772142e2909441b213f3ae8102abnicholes# For now, disable these lint checks; maintainers should endeavor
d3fc1a9aec53a772142e2909441b213f3ae8102abnicholes# to investigate and remove these for maximum lint coverage.
d3fc1a9aec53a772142e2909441b213f3ae8102abnicholes# Please do not carry these forward to new Makefiles.
d3fc1a9aec53a772142e2909441b213f3ae8102abnicholes# Default build targets.
d3fc1a9aec53a772142e2909441b213f3ae8102abnicholes# Include common targets.
0662ed52e814f8f08ef0e09956413a792584eddffuankg# Defines for local commands.
d3fc1a9aec53a772142e2909441b213f3ae8102abnicholes$(WARLOCK_OK): $(WLCMD_DIR)/ahci.wlcmd $(WARLOCK_OUT) warlock_ddi.files \