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