5faab39c66ccd49a6c2bc1f9408f5fd131f33e00pgamba# CDDL HEADER START
5faab39c66ccd49a6c2bc1f9408f5fd131f33e00pgamba# The contents of this file are subject to the terms of the
5faab39c66ccd49a6c2bc1f9408f5fd131f33e00pgamba# Common Development and Distribution License (the "License").
5faab39c66ccd49a6c2bc1f9408f5fd131f33e00pgamba# You may not use this file except in compliance with the License.
5faab39c66ccd49a6c2bc1f9408f5fd131f33e00pgamba# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
3437829f938dbb44527d91fbbc5f430a1243c5a5JnRouvignac# See the License for the specific language governing permissions
5faab39c66ccd49a6c2bc1f9408f5fd131f33e00pgamba# and limitations under the License.
5faab39c66ccd49a6c2bc1f9408f5fd131f33e00pgamba# When distributing Covered Code, include this CDDL HEADER in each
5faab39c66ccd49a6c2bc1f9408f5fd131f33e00pgamba# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
3437829f938dbb44527d91fbbc5f430a1243c5a5JnRouvignac# If applicable, add the following below this CDDL HEADER, with the
3437829f938dbb44527d91fbbc5f430a1243c5a5JnRouvignac# fields enclosed by brackets "[]" replaced with your own identifying
3437829f938dbb44527d91fbbc5f430a1243c5a5JnRouvignac# information: Portions Copyright [yyyy] [name of copyright owner]
5faab39c66ccd49a6c2bc1f9408f5fd131f33e00pgamba# CDDL HEADER END
5faab39c66ccd49a6c2bc1f9408f5fd131f33e00pgamba# Copyright (c) 2009, 2010, Oracle and/or its affiliates. All rights reserved.
5faab39c66ccd49a6c2bc1f9408f5fd131f33e00pgamba# Path to the base of the uts directory tree (usually /usr/src/uts).
855d548491c0be5f0b56fbc01e0894b14d5b5449JnRouvignac# Define the module and object file sets.
5faab39c66ccd49a6c2bc1f9408f5fd131f33e00pgamba# Include common rules.
c942aa8e425335cc063fee0459bbdeb1e59f902fnicolas.capponi@forgerock.cominclude $(UTSBASE)/intel/Makefile.intel
5faab39c66ccd49a6c2bc1f9408f5fd131f33e00pgamba# Define targets
28bc8d2120af7bb939a5c16a4cb91ab45947528cJnRouvignacLINTTAGS += -DSOLARIS_S11 -erroff=E_STATIC_UNUSED
5faab39c66ccd49a6c2bc1f9408f5fd131f33e00pgamba#COPTIMIZE = -xO4
5faab39c66ccd49a6c2bc1f9408f5fd131f33e00pgambaINC_PATH += -I$(UTSBASE)/common/io/myri10ge -I$(UTSBASE)/common/io/myri10ge/firmware
28bc8d2120af7bb939a5c16a4cb91ab45947528cJnRouvignac# Driver depends on MAC
5faab39c66ccd49a6c2bc1f9408f5fd131f33e00pgamba# Default build targets.
5faab39c66ccd49a6c2bc1f9408f5fd131f33e00pgamba# Include common targets.