Makefile revision 7014882c6a3672fd0e5d60200af8643ae53c5928
95fa720bf36561e6a54306cd3f63f364a7d1815avboxsync# CDDL HEADER START
95fa720bf36561e6a54306cd3f63f364a7d1815avboxsync# The contents of this file are subject to the terms of the
95fa720bf36561e6a54306cd3f63f364a7d1815avboxsync# Common Development and Distribution License (the "License").
95fa720bf36561e6a54306cd3f63f364a7d1815avboxsync# You may not use this file except in compliance with the License.
95fa720bf36561e6a54306cd3f63f364a7d1815avboxsync# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
95fa720bf36561e6a54306cd3f63f364a7d1815avboxsync# See the License for the specific language governing permissions
95fa720bf36561e6a54306cd3f63f364a7d1815avboxsync# and limitations under the License.
95fa720bf36561e6a54306cd3f63f364a7d1815avboxsync# When distributing Covered Code, include this CDDL HEADER in each
95fa720bf36561e6a54306cd3f63f364a7d1815avboxsync# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
95fa720bf36561e6a54306cd3f63f364a7d1815avboxsync# If applicable, add the following below this CDDL HEADER, with the
95fa720bf36561e6a54306cd3f63f364a7d1815avboxsync# fields enclosed by brackets "[]" replaced with your own identifying
95fa720bf36561e6a54306cd3f63f364a7d1815avboxsync# information: Portions Copyright [yyyy] [name of copyright owner]
95fa720bf36561e6a54306cd3f63f364a7d1815avboxsync# CDDL HEADER END
ab7d85351856745f1953770699c3276f0b17703evboxsync# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
3ab0a0f1596a83e60894b6d28661f82901dcfc20vboxsync# This makefile drives the production of the EoIB Nexus driver
95fa720bf36561e6a54306cd3f63f364a7d1815avboxsync# intel architecture dependent
ab7d85351856745f1953770699c3276f0b17703evboxsync# Path to the base of the uts directory tree (usually /usr/src/uts)
3ab0a0f1596a83e60894b6d28661f82901dcfc20vboxsync# Define the module and object file sets
ab7d85351856745f1953770699c3276f0b17703evboxsync# Include common rules
ab7d85351856745f1953770699c3276f0b17703evboxsync# Define targets
ab7d85351856745f1953770699c3276f0b17703evboxsync# Module specific debug flag
ab7d85351856745f1953770699c3276f0b17703evboxsync# Lint pass one enforcement
ab7d85351856745f1953770699c3276f0b17703evboxsync# Depends on misc/ibtl
ab7d85351856745f1953770699c3276f0b17703evboxsyncLDFLAGS += -dy -Nmisc/mac -Nmisc/ibtl -Nmisc/ibcm -Nmisc/ibmf
ab7d85351856745f1953770699c3276f0b17703evboxsync# Default build targets
102134b06c34f94c14f0665843f050c26f4b21f3vboxsync# Include common targets
102134b06c34f94c14f0665843f050c26f4b21f3vboxsync# Defines for local commands
102134b06c34f94c14f0665843f050c26f4b21f3vboxsync$(WARLOCK_OK): $(WARLOCK_OUT) $(WLCMD_DIR)/eoib.wlcmd warlock_ddi.files
102134b06c34f94c14f0665843f050c26f4b21f3vboxsync $(WARLOCK) -c $(WLCMD_DIR)/eoib.wlcmd $(WARLOCK_OUT) \