Makefile revision 9a9ae70f32271d74856130e37667ca926b27feb4
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan Foster# CDDL HEADER START
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan Foster# The contents of this file are subject to the terms of the
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan Foster# Common Development and Distribution License (the "License").
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan Foster# You may not use this file except in compliance with the License.
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan Foster# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan Foster# See the License for the specific language governing permissions
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan Foster# and limitations under the License.
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan Foster# When distributing Covered Code, include this CDDL HEADER in each
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan Foster# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan Foster# If applicable, add the following below this CDDL HEADER, with the
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan Foster# fields enclosed by brackets "[]" replaced with your own identifying
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan Foster# information: Portions Copyright [yyyy] [name of copyright owner]
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan Foster# CDDL HEADER END
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan Foster# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan Foster# Use is subject to license terms.
3bbd7d6d1e10c73adffd33625525aa92e291d956Mark de Reeper# This makefile drives the production of the lx_audio driver
fbdf83ed8e5fa999f84ea9aa327153bea9ff77a7Mark de Reeper# intel architecture dependent
3bbd7d6d1e10c73adffd33625525aa92e291d956Mark de Reeper# Path to the base of the uts directory tree (usually /usr/src/uts).
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan Foster# Define the module and object file sets.
3bbd7d6d1e10c73adffd33625525aa92e291d956Mark de Reeper# Include common rules.
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan Foster# Define targets
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan FosterINSTALL_TARGET = $(BINARY) $(ROOTMODULE) $(ROOT_CONFFILE)
fbdf83ed8e5fa999f84ea9aa327153bea9ff77a7Mark de Reeper# For now, disable these lint checks; maintainers should endeavor
fbdf83ed8e5fa999f84ea9aa327153bea9ff77a7Mark de Reeper# to investigate and remove these for maximum lint coverage.
fbdf83ed8e5fa999f84ea9aa327153bea9ff77a7Mark de Reeper# Please do not carry these forward to new Makefiles.
91f98d9598973b34ad547c64e2ab6ea1058936e7Mark de Reeper# Default build targets.
fbdf83ed8e5fa999f84ea9aa327153bea9ff77a7Mark de Reeper# Include common targets.
fbdf83ed8e5fa999f84ea9aa327153bea9ff77a7Mark de Reeper$(OBJS_DIR)/%.o: $(UTSBASE)/common/brand/lx/io/%.c