Makefile revision 489b7c4ab76ae8df137fbfcc2214f7baa52883a0
f48205be61a214698b763ff550ab9e657525104ccasper# CDDL HEADER START
f48205be61a214698b763ff550ab9e657525104ccasper# The contents of this file are subject to the terms of the
f48205be61a214698b763ff550ab9e657525104ccasper# Common Development and Distribution License (the "License").
f48205be61a214698b763ff550ab9e657525104ccasper# You may not use this file except in compliance with the License.
f48205be61a214698b763ff550ab9e657525104ccasper# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
f48205be61a214698b763ff550ab9e657525104ccasper# See the License for the specific language governing permissions
f48205be61a214698b763ff550ab9e657525104ccasper# and limitations under the License.
f48205be61a214698b763ff550ab9e657525104ccasper# When distributing Covered Code, include this CDDL HEADER in each
f48205be61a214698b763ff550ab9e657525104ccasper# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
f48205be61a214698b763ff550ab9e657525104ccasper# If applicable, add the following below this CDDL HEADER, with the
f48205be61a214698b763ff550ab9e657525104ccasper# fields enclosed by brackets "[]" replaced with your own identifying
f48205be61a214698b763ff550ab9e657525104ccasper# information: Portions Copyright [yyyy] [name of copyright owner]
f48205be61a214698b763ff550ab9e657525104ccasper# CDDL HEADER END
f48205be61a214698b763ff550ab9e657525104ccasper# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
f48205be61a214698b763ff550ab9e657525104ccasper# Use is subject to license terms.
f48205be61a214698b763ff550ab9e657525104ccasper# This makefile drives the production of the usbskel kernel driver.
f48205be61a214698b763ff550ab9e657525104ccasper# sparc architecture dependent
f48205be61a214698b763ff550ab9e657525104ccasper# Path to the base of the uts directory tree (usually /usr/src/uts).
f48205be61a214698b763ff550ab9e657525104ccasper# Define the module and object file sets.
f48205be61a214698b763ff550ab9e657525104ccasperCONF_SRCDIR = $(UTSBASE)/common/io/usb/clients/usbskel
f48205be61a214698b763ff550ab9e657525104ccasper# Include common rules.
f48205be61a214698b763ff550ab9e657525104ccasper# lint pass one enforcement
f48205be61a214698b763ff550ab9e657525104ccasper# depends on misc/usba
f48205be61a214698b763ff550ab9e657525104ccasper# Define targets
TEST = test
$(TOUCH) $@
$(WARLOCK_OUT) \