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