f579559b3a14c1f1ef96c372e7626c4733e6ef7dTom Gundersen# CDDL HEADER START
f579559b3a14c1f1ef96c372e7626c4733e6ef7dTom Gundersen# The contents of this file are subject to the terms of the
f579559b3a14c1f1ef96c372e7626c4733e6ef7dTom Gundersen# Common Development and Distribution License (the "License").
f579559b3a14c1f1ef96c372e7626c4733e6ef7dTom Gundersen# You may not use this file except in compliance with the License.
f579559b3a14c1f1ef96c372e7626c4733e6ef7dTom Gundersen# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
f579559b3a14c1f1ef96c372e7626c4733e6ef7dTom Gundersen# See the License for the specific language governing permissions
f579559b3a14c1f1ef96c372e7626c4733e6ef7dTom Gundersen# and limitations under the License.
f579559b3a14c1f1ef96c372e7626c4733e6ef7dTom Gundersen# When distributing Covered Code, include this CDDL HEADER in each
f579559b3a14c1f1ef96c372e7626c4733e6ef7dTom Gundersen# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
f579559b3a14c1f1ef96c372e7626c4733e6ef7dTom Gundersen# If applicable, add the following below this CDDL HEADER, with the
f579559b3a14c1f1ef96c372e7626c4733e6ef7dTom Gundersen# fields enclosed by brackets "[]" replaced with your own identifying
f579559b3a14c1f1ef96c372e7626c4733e6ef7dTom Gundersen# information: Portions Copyright [yyyy] [name of copyright owner]
f579559b3a14c1f1ef96c372e7626c4733e6ef7dTom Gundersen# CDDL HEADER END
f579559b3a14c1f1ef96c372e7626c4733e6ef7dTom Gundersen# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
f579559b3a14c1f1ef96c372e7626c4733e6ef7dTom Gundersen# Use is subject to license terms.
f579559b3a14c1f1ef96c372e7626c4733e6ef7dTom Gundersen# This makefile drives the production of the audiop16x driver.
6ae115c1fe95611b39d2f20cfcea3d385429f59eTom Gundersen# Path to the base of the uts directory tree (usually /usr/src/uts).
6ae115c1fe95611b39d2f20cfcea3d385429f59eTom Gundersen# Define the module and object file sets.
6ae115c1fe95611b39d2f20cfcea3d385429f59eTom GundersenLINTS = $(AUDIOP16X_OBJS:%.o=$(LINTS_DIR)/%.ln)
6ae115c1fe95611b39d2f20cfcea3d385429f59eTom Gundersen# Include common rules.
f579559b3a14c1f1ef96c372e7626c4733e6ef7dTom Gundersen# Define targets
f579559b3a14c1f1ef96c372e7626c4733e6ef7dTom Gundersen# Default build targets.
f579559b3a14c1f1ef96c372e7626c4733e6ef7dTom Gundersen# Include common targets.