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