Makefile revision e2c88f0c2610f16de7b639746b40dea5f3e2256e
525cab038fde4596e7502ba869b4cf80ab3a8f3dJnRouvignac# CDDL HEADER START
525cab038fde4596e7502ba869b4cf80ab3a8f3dJnRouvignac# The contents of this file are subject to the terms of the
525cab038fde4596e7502ba869b4cf80ab3a8f3dJnRouvignac# Common Development and Distribution License (the "License").
525cab038fde4596e7502ba869b4cf80ab3a8f3dJnRouvignac# You may not use this file except in compliance with the License.
525cab038fde4596e7502ba869b4cf80ab3a8f3dJnRouvignac# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
525cab038fde4596e7502ba869b4cf80ab3a8f3dJnRouvignac# See the License for the specific language governing permissions
525cab038fde4596e7502ba869b4cf80ab3a8f3dJnRouvignac# and limitations under the License.
525cab038fde4596e7502ba869b4cf80ab3a8f3dJnRouvignac# When distributing Covered Code, include this CDDL HEADER in each
525cab038fde4596e7502ba869b4cf80ab3a8f3dJnRouvignac# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
525cab038fde4596e7502ba869b4cf80ab3a8f3dJnRouvignac# If applicable, add the following below this CDDL HEADER, with the
525cab038fde4596e7502ba869b4cf80ab3a8f3dJnRouvignac# fields enclosed by brackets "[]" replaced with your own identifying
525cab038fde4596e7502ba869b4cf80ab3a8f3dJnRouvignac# information: Portions Copyright [yyyy] [name of copyright owner]
525cab038fde4596e7502ba869b4cf80ab3a8f3dJnRouvignac# CDDL HEADER END
525cab038fde4596e7502ba869b4cf80ab3a8f3dJnRouvignac# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
525cab038fde4596e7502ba869b4cf80ab3a8f3dJnRouvignac# Use is subject to license terms.
525cab038fde4596e7502ba869b4cf80ab3a8f3dJnRouvignac# Copyright 2014 Garrett D'Amore <garrett@damore.org>
525cab038fde4596e7502ba869b4cf80ab3a8f3dJnRouvignac# This makefile drives the production of the usb_ia driver kernel module.
525cab038fde4596e7502ba869b4cf80ab3a8f3dJnRouvignac# Path to the base of the uts directory tree (usually /usr/src/uts).
8657715aa815d5d3e1d3da0b33209c85a58d5407JnRouvignac# Define the module and object file sets.
525cab038fde4596e7502ba869b4cf80ab3a8f3dJnRouvignac# Include common rules.
525cab038fde4596e7502ba869b4cf80ab3a8f3dJnRouvignac# Define targets
525cab038fde4596e7502ba869b4cf80ab3a8f3dJnRouvignac# Override defaults to build a unique, local modstubs.o.
525cab038fde4596e7502ba869b4cf80ab3a8f3dJnRouvignac# Default build targets.
525cab038fde4596e7502ba869b4cf80ab3a8f3dJnRouvignac# Include common targets.
525cab038fde4596e7502ba869b4cf80ab3a8f3dJnRouvignac# Defines for local commands.
525cab038fde4596e7502ba869b4cf80ab3a8f3dJnRouvignac# lock_lint rules
525cab038fde4596e7502ba869b4cf80ab3a8f3dJnRouvignac$(WARLOCK_OK): $(WARLOCK_OUT) $(WLCMD_DIR)/usb_ia.wlcmd warlock_ddi.files
525cab038fde4596e7502ba869b4cf80ab3a8f3dJnRouvignac $(WARLOCK) -c $(WLCMD_DIR)/usb_ia.wlcmd $(WARLOCK_OUT) \
525cab038fde4596e7502ba869b4cf80ab3a8f3dJnRouvignacwarlock_with_usba: $(WLCMD_DIR)/usb_ia_with_usba.wlcmd $(WARLOCK_OUT) \
525cab038fde4596e7502ba869b4cf80ab3a8f3dJnRouvignac usba_files ohci_files ehci_files uhci_files warlock_ddi.files
525cab038fde4596e7502ba869b4cf80ab3a8f3dJnRouvignac $(WARLOCK) -c $(WLCMD_DIR)/usb_ia_with_usba.wlcmd \