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