f8919bdadda3ebb97bd55cc14a16e0271ed57615duboff# CDDL HEADER START
f8919bdadda3ebb97bd55cc14a16e0271ed57615duboff# The contents of this file are subject to the terms of the
f8919bdadda3ebb97bd55cc14a16e0271ed57615duboff# Common Development and Distribution License (the "License").
f8919bdadda3ebb97bd55cc14a16e0271ed57615duboff# You may not use this file except in compliance with the License.
f8919bdadda3ebb97bd55cc14a16e0271ed57615duboff# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
f8919bdadda3ebb97bd55cc14a16e0271ed57615duboff# See the License for the specific language governing permissions
f8919bdadda3ebb97bd55cc14a16e0271ed57615duboff# and limitations under the License.
f8919bdadda3ebb97bd55cc14a16e0271ed57615duboff# When distributing Covered Code, include this CDDL HEADER in each
f8919bdadda3ebb97bd55cc14a16e0271ed57615duboff# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
f8919bdadda3ebb97bd55cc14a16e0271ed57615duboff# If applicable, add the following below this CDDL HEADER, with the
f8919bdadda3ebb97bd55cc14a16e0271ed57615duboff# fields enclosed by brackets "[]" replaced with your own identifying
f8919bdadda3ebb97bd55cc14a16e0271ed57615duboff# information: Portions Copyright [yyyy] [name of copyright owner]
f8919bdadda3ebb97bd55cc14a16e0271ed57615duboff# CDDL HEADER END
f8919bdadda3ebb97bd55cc14a16e0271ed57615duboff# Copyright 2007 Sun Microsystems, Inc. All rights reserved.
f8919bdadda3ebb97bd55cc14a16e0271ed57615duboff# Use is subject to license terms.
f8919bdadda3ebb97bd55cc14a16e0271ed57615duboff# This makefile drives the production of NS/SiS
f8919bdadda3ebb97bd55cc14a16e0271ed57615duboff# Fast Ethernet (SFE) driver module in sparc systems
f8919bdadda3ebb97bd55cc14a16e0271ed57615duboff# Path to the base of the uts directory tree (usually /usr/src/uts).
f8919bdadda3ebb97bd55cc14a16e0271ed57615duboff# Define the module and object file sets.
f8919bdadda3ebb97bd55cc14a16e0271ed57615duboff# Include common rules.
f8919bdadda3ebb97bd55cc14a16e0271ed57615duboff# Define targets
f8919bdadda3ebb97bd55cc14a16e0271ed57615duboff# GENERAL PURPOUSE GEM FLAGS: Tuning GEM for Solaris specific modes
f8919bdadda3ebb97bd55cc14a16e0271ed57615duboffCFGFLAGS = -DGEM_CONFIG_POLLING -DGEM_CONFIG_GLDv3 -DGEM_CONFIG_VLAN \
f8919bdadda3ebb97bd55cc14a16e0271ed57615duboff -DCONFIG_MAC_ADDR_SIS630E -DCONFIG_OPT_IO -UCONFIG_OO \
f8919bdadda3ebb97bd55cc14a16e0271ed57615duboff# FAST PATH SECTION: Will activate usage of inlines as a regular functions
f8919bdadda3ebb97bd55cc14a16e0271ed57615duboff# on fast data path
f8919bdadda3ebb97bd55cc14a16e0271ed57615duboffCPPFLAGS += $(VFLAGS) $(AFLAGS) $(DFLAGS) $(CFGFLAGS) $(CCVERBOSE) \
f8919bdadda3ebb97bd55cc14a16e0271ed57615duboff# Driver depends on MAC & IP
f8919bdadda3ebb97bd55cc14a16e0271ed57615duboff# Default build targets.
f8919bdadda3ebb97bd55cc14a16e0271ed57615duboff# Include common targets.