Makefile revision 7c478bd95313f5f23a4c958a745db2134aa03244
347af7572b782ff8715f824f5d70e76a15e3a4d1vboxsync# CDDL HEADER START
347af7572b782ff8715f824f5d70e76a15e3a4d1vboxsync# The contents of this file are subject to the terms of the
347af7572b782ff8715f824f5d70e76a15e3a4d1vboxsync# Common Development and Distribution License, Version 1.0 only
347af7572b782ff8715f824f5d70e76a15e3a4d1vboxsync# (the "License"). You may not use this file except in compliance
e64031e20c39650a7bc902a3e1aba613b9415deevboxsync# with the License.
347af7572b782ff8715f824f5d70e76a15e3a4d1vboxsync# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
347af7572b782ff8715f824f5d70e76a15e3a4d1vboxsync# See the License for the specific language governing permissions
a16eb14ad7a4b5ef91ddc22d3e8e92d930f736fcvboxsync# and limitations under the License.
a16eb14ad7a4b5ef91ddc22d3e8e92d930f736fcvboxsync# When distributing Covered Code, include this CDDL HEADER in each
a16eb14ad7a4b5ef91ddc22d3e8e92d930f736fcvboxsync# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
347af7572b782ff8715f824f5d70e76a15e3a4d1vboxsync# If applicable, add the following below this CDDL HEADER, with the
347af7572b782ff8715f824f5d70e76a15e3a4d1vboxsync# fields enclosed by brackets "[]" replaced with your own identifying
1205f5a22a14de7b9cf3055d6f914eac690c1715vboxsync# information: Portions Copyright [yyyy] [name of copyright owner]
347af7572b782ff8715f824f5d70e76a15e3a4d1vboxsync# CDDL HEADER END
347af7572b782ff8715f824f5d70e76a15e3a4d1vboxsync# Copyright 2005 Sun Microsystems, Inc. All rights reserved.
347af7572b782ff8715f824f5d70e76a15e3a4d1vboxsync# Use is subject to license terms.
347af7572b782ff8715f824f5d70e76a15e3a4d1vboxsync#ident "%Z%%M% %I% %E% SMI"
347af7572b782ff8715f824f5d70e76a15e3a4d1vboxsync# This makefile drives the production of the hid driver kernel module.
347af7572b782ff8715f824f5d70e76a15e3a4d1vboxsync# Path to the base of the uts directory tree (usually /usr/src/uts).
e93a5f31e0fa906355835e4d458ad2be684879b6vboxsync# Define the module and object file sets.
347af7572b782ff8715f824f5d70e76a15e3a4d1vboxsync# Include common rules.
347af7572b782ff8715f824f5d70e76a15e3a4d1vboxsync# Define targets
347af7572b782ff8715f824f5d70e76a15e3a4d1vboxsync# Override defaults to build a unique, local modstubs.o.
347af7572b782ff8715f824f5d70e76a15e3a4d1vboxsync# depends on misc/usba
e93a5f31e0fa906355835e4d458ad2be684879b6vboxsyncLDFLAGS += -dy -Nmisc/usba -Nmisc/hidparser -Ndacf/consconfig_dacf
3cc114d9c84cf4a1e3b5225e81527614c30f1d83vboxsync# Default build targets.
347af7572b782ff8715f824f5d70e76a15e3a4d1vboxsync# Include common targets.