Makefile revision 7014882c6a3672fd0e5d60200af8643ae53c5928
64154a07803c72f624008f5c77de844607fcc5a5patrikj# CDDL HEADER START
5f5d1b4cc970b7f06ff8ef6526128e9a27303d88nd# The contents of this file are subject to the terms of the
d5d794fc2f4cc9ca6d6da17cfa2cdcd8d244bacdnd# Common Development and Distribution License (the "License").
d5d794fc2f4cc9ca6d6da17cfa2cdcd8d244bacdnd# You may not use this file except in compliance with the License.
db479b48bd4d75423ed4a45e15b75089d1a8ad72fielding# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
db479b48bd4d75423ed4a45e15b75089d1a8ad72fielding# See the License for the specific language governing permissions
db479b48bd4d75423ed4a45e15b75089d1a8ad72fielding# and limitations under the License.
d5d794fc2f4cc9ca6d6da17cfa2cdcd8d244bacdnd# When distributing Covered Code, include this CDDL HEADER in each
d5d794fc2f4cc9ca6d6da17cfa2cdcd8d244bacdnd# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
d5d794fc2f4cc9ca6d6da17cfa2cdcd8d244bacdnd# If applicable, add the following below this CDDL HEADER, with the
d5d794fc2f4cc9ca6d6da17cfa2cdcd8d244bacdnd# fields enclosed by brackets "[]" replaced with your own identifying
d5d794fc2f4cc9ca6d6da17cfa2cdcd8d244bacdnd# information: Portions Copyright [yyyy] [name of copyright owner]
d5d794fc2f4cc9ca6d6da17cfa2cdcd8d244bacdnd# CDDL HEADER END
d5d794fc2f4cc9ca6d6da17cfa2cdcd8d244bacdnd# Copyright (c) 2009, 2010, Oracle and/or its affiliates. All rights reserved.
fc88db23cb4b205f1efea5f5d5ae916589db5a61slive# This makefile drives the production of high definition audio
fc88db23cb4b205f1efea5f5d5ae916589db5a61slive# driver (audiohd) kernel module.
9cd774340b4867bf4803ab6998450c8d39d0c0c3nd# Path to the base of the uts directory tree (usually /usr/src/uts).
9cd774340b4867bf4803ab6998450c8d39d0c0c3nd# Define the module and object file sets.
9cd774340b4867bf4803ab6998450c8d39d0c0c3nd# Include common rules.
9cd774340b4867bf4803ab6998450c8d39d0c0c3nd# Overrides, lint pass one enforcement
9cd774340b4867bf4803ab6998450c8d39d0c0c3nd# For now, disable these lint checks; maintainers should endeavor
da69c3c89e4a7fdeccf2d783a0f8bab528c2bac1rbowen# to investigate and remove these for maximum lint coverage.
67139e2d50d1e11558d87f7042f61cb04bb0d1d2jim# Please do not carry these forward to new Makefiles.
15fed63a9e5d0f010f6e6506aa9edf7962835f53jim# Define targets
9cd774340b4867bf4803ab6998450c8d39d0c0c3nd# Default build targets.
326a65297c83c82414fe53aa055623a93193e0d1rederpj# Include common targets.
326a65297c83c82414fe53aa055623a93193e0d1rederpj# Defines for local commands.
326a65297c83c82414fe53aa055623a93193e0d1rederpj# lock_lint rules
eb2fc080554a5d870ca8f67296256d8781ac0a75slive$(WARLOCK_OK): $(WARLOCK_OUT) $(WLCMD_DIR)/audiohd.wlcmd warlock_ddi.files
fc88db23cb4b205f1efea5f5d5ae916589db5a61slive $(WARLOCK) -c $(WLCMD_DIR)/audiohd.wlcmd $(WARLOCK_OUT) \