Makefile revision 7014882c6a3672fd0e5d60200af8643ae53c5928
11e9368a226272085c337e9e74b79808c16fbdbaTinderbox User# CDDL HEADER START
bef75d63d74f58abc0f834ed271526672777ba29Automatic Updater# The contents of this file are subject to the terms of the
0f66aced2640d964aeb6db41210711ba0640d7f2Evan Hunt# Common Development and Distribution License (the "License").
0f66aced2640d964aeb6db41210711ba0640d7f2Evan Hunt# You may not use this file except in compliance with the License.
bef75d63d74f58abc0f834ed271526672777ba29Automatic Updater# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
0f66aced2640d964aeb6db41210711ba0640d7f2Evan Hunt# See the License for the specific language governing permissions
bef75d63d74f58abc0f834ed271526672777ba29Automatic Updater# and limitations under the License.
0f66aced2640d964aeb6db41210711ba0640d7f2Evan Hunt# When distributing Covered Code, include this CDDL HEADER in each
0f66aced2640d964aeb6db41210711ba0640d7f2Evan Hunt# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
0f66aced2640d964aeb6db41210711ba0640d7f2Evan Hunt# If applicable, add the following below this CDDL HEADER, with the
0f66aced2640d964aeb6db41210711ba0640d7f2Evan Hunt# fields enclosed by brackets "[]" replaced with your own identifying
ea94d370123a5892f6c47a97f21d1b28d44bb168Tinderbox User# information: Portions Copyright [yyyy] [name of copyright owner]
0f66aced2640d964aeb6db41210711ba0640d7f2Evan Hunt# CDDL HEADER END
0f66aced2640d964aeb6db41210711ba0640d7f2Evan Hunt# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
0f66aced2640d964aeb6db41210711ba0640d7f2Evan Hunt# Use is subject to license terms.
0f66aced2640d964aeb6db41210711ba0640d7f2Evan Hunt# This makefile drives the production of the Prolific USB Serial
0f66aced2640d964aeb6db41210711ba0640d7f2Evan Hunt# Adapter driver.
0f66aced2640d964aeb6db41210711ba0640d7f2Evan Hunt# Path to the base of the uts directory tree (usually /usr/src/uts).
0f66aced2640d964aeb6db41210711ba0640d7f2Evan Hunt# Define the module and object file sets.
0f66aced2640d964aeb6db41210711ba0640d7f2Evan Hunt# Include common rules.
0f66aced2640d964aeb6db41210711ba0640d7f2Evan Hunt# Define targets
0f66aced2640d964aeb6db41210711ba0640d7f2Evan Hunt# Include common targets.
0f66aced2640d964aeb6db41210711ba0640d7f2Evan Hunt# Defines for local commands.
0f66aced2640d964aeb6db41210711ba0640d7f2Evan HuntUSBA_FILES = $(USBA_WITHOUT_WUSB_OBJS:%.o=../usba/%.ll)
0f66aced2640d964aeb6db41210711ba0640d7f2Evan Hunt$(WARLOCK_OK): warlock_with_usba warlock_with_usbser
0f66aced2640d964aeb6db41210711ba0640d7f2Evan Hunt%.ll: $(UTSBASE)/common/io/usb/clients/usbser/usbsprl/%.c
0f66aced2640d964aeb6db41210711ba0640d7f2Evan Huntwarlock_with_usbser: $(WARLOCK_OUT) usbser_files warlock_ddi.files \
0f66aced2640d964aeb6db41210711ba0640d7f2Evan Hunt $(WLCMD_DIR)/usbsprl_with_usba.wlcmd usba_files ohci_files uhci_files \
0f66aced2640d964aeb6db41210711ba0640d7f2Evan Hunt $(WARLOCK) -c $(WLCMD_DIR)/usbsprl_with_usba.wlcmd \