Makefile revision 7014882c6a3672fd0e5d60200af8643ae53c5928
19c7b1a0293498a3e36692c59646ed6e15ffc8d0Tinderbox User# CDDL HEADER START
0f66aced2640d964aeb6db41210711ba0640d7f2Evan Hunt# The contents of this file are subject to the terms of the
0f66aced2640d964aeb6db41210711ba0640d7f2Evan Hunt# Common Development and Distribution License (the "License").
0f66aced2640d964aeb6db41210711ba0640d7f2Evan Hunt# You may not use this file except in compliance with the License.
0f66aced2640d964aeb6db41210711ba0640d7f2Evan Hunt# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
0f66aced2640d964aeb6db41210711ba0640d7f2Evan Hunt# See the License for the specific language governing permissions
0f66aced2640d964aeb6db41210711ba0640d7f2Evan Hunt# and limitations under the License.
0f66aced2640d964aeb6db41210711ba0640d7f2Evan Hunt# When distributing Covered Code, include this CDDL HEADER in each
0f66aced2640d964aeb6db41210711ba0640d7f2Evan Hunt# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
0f66aced2640d964aeb6db41210711ba0640d7f2Evan Hunt# If applicable, add the following below this CDDL HEADER, with the
19c7b1a0293498a3e36692c59646ed6e15ffc8d0Tinderbox User# fields enclosed by brackets "[]" replaced with your own identifying
6715db6593ce9a271ac3131cd7a886feaa386a2eEvan Hunt# information: Portions Copyright [yyyy] [name of copyright owner]
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt# CDDL HEADER END
0f66aced2640d964aeb6db41210711ba0640d7f2Evan Hunt# Copyright 2007 Sun Microsystems, Inc. All rights reserved.
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt# Use is subject to license terms.
0f66aced2640d964aeb6db41210711ba0640d7f2Evan Hunt# Path to the base of the uts directory tree (usually /usr/src/uts).
0f66aced2640d964aeb6db41210711ba0640d7f2Evan Hunt# Define the module and object file sets.
0f66aced2640d964aeb6db41210711ba0640d7f2Evan HuntLDFLAGS += -dy -Ndrv/rds -Nmisc/ibtl -Nmisc/ibcm -Ndrv/ip
9f40a783228eed48531756a6ab510d1e9c51648cTinderbox User# Include common rules.
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt# Define targets
0f66aced2640d964aeb6db41210711ba0640d7f2Evan HuntINSTALL_TARGET = $(BINARY) $(ROOTMODULE) $(ROOT_CONFFILE)
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt# Default build targets.
0f66aced2640d964aeb6db41210711ba0640d7f2Evan Hunt# Include common targets.