Makefile revision 68c47f65208790c466e5e484f2293d3baed71c6a
5cd4555ad444fd391002ae32450572054369fd42Rob Austein# CDDL HEADER START
9c49c394b4218cc9c743a372a8fcfb787f5ea8caAndreas Gustafsson# The contents of this file are subject to the terms of the
938440694b33cd752e9e4b71a526368b4811c177Tinderbox User# Common Development and Distribution License (the "License").
c651f15b30f1dae5cc2f00878fb5da5b3a35a468Mark Andrews# You may not use this file except in compliance with the License.
ec5347e2c775f027573ce5648b910361aa926c01Automatic Updater# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9c49c394b4218cc9c743a372a8fcfb787f5ea8caAndreas Gustafsson# or http://www.opensolaris.org/os/licensing.
9c49c394b4218cc9c743a372a8fcfb787f5ea8caAndreas Gustafsson# See the License for the specific language governing permissions
9c49c394b4218cc9c743a372a8fcfb787f5ea8caAndreas Gustafsson# and limitations under the License.
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# When distributing Covered Code, include this CDDL HEADER in each
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# If applicable, add the following below this CDDL HEADER, with the
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# fields enclosed by brackets "[]" replaced with your own identifying
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# information: Portions Copyright [yyyy] [name of copyright owner]
9c49c394b4218cc9c743a372a8fcfb787f5ea8caAndreas Gustafsson# CDDL HEADER END
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein# Copyright 2010 Sun Microsystems, Inc. All rights reserved.
1f73b46904d266abe57814ea512dc7069e7a1e73Evan Hunt# Use is subject to license terms.
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein# This makefile drives the production of the audio1575 audio driver
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein# kernel module.
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein# Path to the base of the uts directory tree (usually /usr/src/uts).
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein# Define the module and object file sets.
030aac3dbc57f99bad1d251b0783890ff0369952Automatic UpdaterLINTS = $(AUDIO1575_OBJS:%.o=$(LINTS_DIR)/%.ln)
5fa46bc91672ef5737aee6f99763161511566c24Tinderbox User# Include common rules.
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein# Depends on drv/audio and misc/ac97
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein# Define targets
6098d364b690cb9dabf96e9664c4689c8559bd2eMark Andrews# Default build targets.
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein# Include common targets.