Makefile revision d29f5a711240f866521445b1656d114da090335e
cc003103e52ff9d5fe9bed567ef9438613ab4fbfrse# CDDL HEADER START
cc003103e52ff9d5fe9bed567ef9438613ab4fbfrse# The contents of this file are subject to the terms of the
cc003103e52ff9d5fe9bed567ef9438613ab4fbfrse# Common Development and Distribution License (the "License").
cc003103e52ff9d5fe9bed567ef9438613ab4fbfrse# You may not use this file except in compliance with the License.
cc003103e52ff9d5fe9bed567ef9438613ab4fbfrse# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
cc003103e52ff9d5fe9bed567ef9438613ab4fbfrse# See the License for the specific language governing permissions
cc003103e52ff9d5fe9bed567ef9438613ab4fbfrse# and limitations under the License.
d86ef5503dcbc38e87c0e03cd3e1f16458cb6323rse# When distributing Covered Code, include this CDDL HEADER in each
bc8fd1b0b1afdf89b8d28eefa8cd74e26ba97986fielding# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
d86ef5503dcbc38e87c0e03cd3e1f16458cb6323rse# If applicable, add the following below this CDDL HEADER, with the
cc003103e52ff9d5fe9bed567ef9438613ab4fbfrse# fields enclosed by brackets "[]" replaced with your own identifying
cc003103e52ff9d5fe9bed567ef9438613ab4fbfrse# information: Portions Copyright [yyyy] [name of copyright owner]
cc003103e52ff9d5fe9bed567ef9438613ab4fbfrse# CDDL HEADER END
cc003103e52ff9d5fe9bed567ef9438613ab4fbfrse# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
cc003103e52ff9d5fe9bed567ef9438613ab4fbfrse# Use is subject to license terms.
d86ef5503dcbc38e87c0e03cd3e1f16458cb6323rse# This makefile drives the production of the ugen driver
cc003103e52ff9d5fe9bed567ef9438613ab4fbfrse# kernel module. intel architecture dependent
d86ef5503dcbc38e87c0e03cd3e1f16458cb6323rse# Path to the base of the uts directory tree (usually /usr/src/uts).
d86ef5503dcbc38e87c0e03cd3e1f16458cb6323rse# Define the module and object file sets.
d86ef5503dcbc38e87c0e03cd3e1f16458cb6323rse# Include common rules.
d86ef5503dcbc38e87c0e03cd3e1f16458cb6323rse# Define targets
60c1c6006c048e5009ae91fa2ba4cd35e5f78e10rse# Default build targets.
cc003103e52ff9d5fe9bed567ef9438613ab4fbfrse# Include common targets.
cc003103e52ff9d5fe9bed567ef9438613ab4fbfrse# Defines for local commands.
a943533fd4d91d114af622731a405407990c4fb1rse# lock_lint rules
a943533fd4d91d114af622731a405407990c4fb1rse$(WARLOCK_OK): $(WARLOCK_OUT) $(WLCMD_DIR)/ugen.wlcmd warlock_ddi.files
ab2053f3cdda69cfa5e4ce0800ea7af203cc6d5ddougm $(WARLOCK) -c $(WLCMD_DIR)/ugen.wlcmd $(WARLOCK_OUT) \
af5dd1c93d2185f7e37f8783c593b64fd35ea8a6wrowewarlock_with_usba: $(WLCMD_DIR)/ugen_with_usba.wlcmd $(WARLOCK_OUT) usba_files \