Makefile revision 4ebb14b236958cfe1ef4ff3b7a50216d9e51f997
cf7e0d6750e408ddb47545d6b8349a70cf0b47afChristian Maeder# CDDL HEADER START
cf7e0d6750e408ddb47545d6b8349a70cf0b47afChristian Maeder# The contents of this file are subject to the terms of the
cf7e0d6750e408ddb47545d6b8349a70cf0b47afChristian Maeder# Common Development and Distribution License (the "License").
cf7e0d6750e408ddb47545d6b8349a70cf0b47afChristian Maeder# You may not use this file except in compliance with the License.
cf7e0d6750e408ddb47545d6b8349a70cf0b47afChristian Maeder# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
cf7e0d6750e408ddb47545d6b8349a70cf0b47afChristian Maeder# or http://www.opensolaris.org/os/licensing.
cf7e0d6750e408ddb47545d6b8349a70cf0b47afChristian Maeder# See the License for the specific language governing permissions
cf7e0d6750e408ddb47545d6b8349a70cf0b47afChristian Maeder# and limitations under the License.
cf7e0d6750e408ddb47545d6b8349a70cf0b47afChristian Maeder# When distributing Covered Code, include this CDDL HEADER in each
cf7e0d6750e408ddb47545d6b8349a70cf0b47afChristian Maeder# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
cf7e0d6750e408ddb47545d6b8349a70cf0b47afChristian Maeder# If applicable, add the following below this CDDL HEADER, with the
cf7e0d6750e408ddb47545d6b8349a70cf0b47afChristian Maeder# fields enclosed by brackets "[]" replaced with your own identifying
bb4d3b6e93db1495f02de46aff5076862e30517bChristian Maeder# information: Portions Copyright [yyyy] [name of copyright owner]
cf7e0d6750e408ddb47545d6b8349a70cf0b47afChristian Maeder# CDDL HEADER END
bb4d3b6e93db1495f02de46aff5076862e30517bChristian Maeder# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
cf7e0d6750e408ddb47545d6b8349a70cf0b47afChristian Maeder# Use is subject to license terms.
cf7e0d6750e408ddb47545d6b8349a70cf0b47afChristian Maeder#ident "%Z%%M% %I% %E% SMI"
cf7e0d6750e408ddb47545d6b8349a70cf0b47afChristian Maeder# This makefile drives the production of the usba kernel module.
62d8627183cce49c052386186ad69c95b1aa3953Christian Maeder# Path to the base of the uts directory tree (usually /usr/src/uts).
cf7e0d6750e408ddb47545d6b8349a70cf0b47afChristian Maeder# Define the module and object file sets.
cf7e0d6750e408ddb47545d6b8349a70cf0b47afChristian MaederLINTS = $(USBA10_OBJS:%.o=$(LINTS_DIR)/%.ln)
cf7e0d6750e408ddb47545d6b8349a70cf0b47afChristian Maeder# Include common rules.
cf7e0d6750e408ddb47545d6b8349a70cf0b47afChristian Maeder# lint pass one enforcement
722e8a91f69209ba0e99bf799c4989801d78cf16Christian Maeder# Define targets
62d8627183cce49c052386186ad69c95b1aa3953Christian Maeder# Include common targets.