Makefile revision ff0e937b36dcde1a47ff7b00aa76a491c0dc07a8
1fdd2470b625a58b57d0b155e6caf8c4fc0afe8aAutomatic Updater# CDDL HEADER START
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# The contents of this file are subject to the terms of the
4a14ce5ba00ab7bc55c99ffdcf59c7a4ab902721Automatic Updater# Common Development and Distribution License (the "License").
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# You may not use this file except in compliance with the License.
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# See the License for the specific language governing permissions
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# and limitations under the License.
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# When distributing Covered Code, include this CDDL HEADER in each
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# If applicable, add the following below this CDDL HEADER, with the
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# fields enclosed by brackets "[]" replaced with your own identifying
d060d8669f5558690e7faf4a1c12fe5c02a7c60dAutomatic Updater# information: Portions Copyright [yyyy] [name of copyright owner]
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# CDDL HEADER END
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# Use is subject to license terms.
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# This makefile drives the production of the hwahc driver kernel module.
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# sparc architecture dependent
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# Path to the base of the uts directory tree (usually /usr/src/uts).
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# Define the module and object file sets.
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# Include common rules.
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# lint pass one enforcement
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# Define targets
d060d8669f5558690e7faf4a1c12fe5c02a7c60dAutomatic Updater# Include common targets.
d060d8669f5558690e7faf4a1c12fe5c02a7c60dAutomatic Updater# Defines for local commands.
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# Warlock targets
71c66a876ecca77923638d3f94cc0783152b2f03Mark Andrews$(WARLOCK_OK): $(WARLOCK_OUT) $(WLCMD_DIR)/hwahc.wlcmd warlock_ddi.files
71c66a876ecca77923638d3f94cc0783152b2f03Mark Andrews $(WARLOCK) -c $(WLCMD_DIR)/hwahc.wlcmd $(WARLOCK_OUT) \
71c66a876ecca77923638d3f94cc0783152b2f03Mark Andrews $(UTSBASE)/common/sys/usb/hwa/hwahc/hwahc_util.h
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austeinwarlock_with_usba: $(WLCMD_DIR)/hwahc_with_usba.wlcmd $(WARLOCK_OUT) usba_files \
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein ohci_files ehci_files uhci_files warlock_ddi.files
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein $(WARLOCK) -c $(WLCMD_DIR)/hwahc_with_usba.wlcmd \