Makefile revision 63e9dad6fd7aa76bcbab14646b8f095642f8a2ae
499b34cea04a46823d003d4c0520c8b03e8513cbBrian Wellington# CDDL HEADER START
26a455b8206621c3e470dbea1f172d78f5a0e56bMichael Graff# The contents of this file are subject to the terms of the
26a455b8206621c3e470dbea1f172d78f5a0e56bMichael Graff# Common Development and Distribution License (the "License").
26a455b8206621c3e470dbea1f172d78f5a0e56bMichael Graff# You may not use this file except in compliance with the License.
26a455b8206621c3e470dbea1f172d78f5a0e56bMichael Graff# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
26a455b8206621c3e470dbea1f172d78f5a0e56bMichael Graff# See the License for the specific language governing permissions
26a455b8206621c3e470dbea1f172d78f5a0e56bMichael Graff# and limitations under the License.
26a455b8206621c3e470dbea1f172d78f5a0e56bMichael Graff# When distributing Covered Code, include this CDDL HEADER in each
26a455b8206621c3e470dbea1f172d78f5a0e56bMichael Graff# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
26a455b8206621c3e470dbea1f172d78f5a0e56bMichael Graff# If applicable, add the following below this CDDL HEADER, with the
26a455b8206621c3e470dbea1f172d78f5a0e56bMichael Graff# fields enclosed by brackets "[]" replaced with your own identifying
26a455b8206621c3e470dbea1f172d78f5a0e56bMichael Graff# information: Portions Copyright [yyyy] [name of copyright owner]
26a455b8206621c3e470dbea1f172d78f5a0e56bMichael Graff# CDDL HEADER END
26a455b8206621c3e470dbea1f172d78f5a0e56bMichael Graff# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
26a455b8206621c3e470dbea1f172d78f5a0e56bMichael Graff# Use is subject to license terms.
26a455b8206621c3e470dbea1f172d78f5a0e56bMichael Graff#ident "%Z%%M% %I% %E% SMI"
26a455b8206621c3e470dbea1f172d78f5a0e56bMichael Graff# This makefile drives the production of the intel "diaudio" module.
26a455b8206621c3e470dbea1f172d78f5a0e56bMichael Graff# intel architecture dependent
26a455b8206621c3e470dbea1f172d78f5a0e56bMichael Graff# Path to the base of the uts directory tree (usually /usr/src/uts).
26a455b8206621c3e470dbea1f172d78f5a0e56bMichael Graff# Define the module and object file sets.
3da9aeb80704bdd45aaf5971d1a06cbd13580ca9Tatuya JINMEI 神明達哉LINTS = $(DIAUDIO_OBJS:%.o=$(LINTS_DIR)/%.ln)
97a19a9ad60796faaa9eb851c0b84ff2f8a4211bTatuya JINMEI 神明達哉# Include common rules.
3da9aeb80704bdd45aaf5971d1a06cbd13580ca9Tatuya JINMEI 神明達哉# Define targets
9023c42352944fd58ae14d961b60c46cd246ed25Andreas Gustafsson# For now, disable these lint checks; maintainers should endeavor
26a455b8206621c3e470dbea1f172d78f5a0e56bMichael Graff# to investigate and remove these for maximum lint coverage.
3da9aeb80704bdd45aaf5971d1a06cbd13580ca9Tatuya JINMEI 神明達哉# Please do not carry these forward to new Makefiles.
26a455b8206621c3e470dbea1f172d78f5a0e56bMichael Graff# Default build targets.
26a455b8206621c3e470dbea1f172d78f5a0e56bMichael Graff# Include common targets.