Makefile revision 4496171313bed39e96f21bc2f9faf2868e267ae3
15942N/A# The contents of this file are subject to the terms of the 10139N/A# Common Development and Distribution License (the "License"). 10139N/A# You may not use this file except in compliance with the License. 10139N/A# See the License for the specific language governing permissions 15322N/A# and limitations under the License. 12938N/A# When distributing Covered Code, include this CDDL HEADER in each 10139N/A# If applicable, add the following below this CDDL HEADER, with the 10139N/A# fields enclosed by brackets "[]" replaced with your own identifying 10139N/A# information: Portions Copyright [yyyy] [name of copyright owner] 13483N/A# Copyright 2006 Sun Microsystems, Inc. All rights reserved. 10139N/A# Use is subject to license terms. 16428N/A# This makefile drives the production of the N2 NIU 15942N/A# 10G Ethernet leaf driver kernel module. 15942N/A# sun4v implementation architecture dependent 16353N/A# Define the module and object file sets. 10139N/A# Turn on doubleword alignment for 64 bit registers 10139N/A# Include nxge specific header files 10139N/A# Enable the following flags to run mac internal loopback under legion 10139N/A#CFLAGS += -DLEGION -DAXIS -DAXIS_DEBUG -DAXIS_DEBUG_LB -DSAM_DEBUG 10139N/A# Enable the following flags to run mac internal loopback under AXIS 10139N/A# (NOTE: LEGION flag can be enabled too) 10139N/A#CFLAGS += -DAXIS_DEBUG -DAXIS -DAXIS_DEBUG_LB -DSAM_DEBUG -DLEGION 10139N/A# STREAMS, DDI API limitations and other ON header file definitions such as ethernet.h 10139N/A# force us to turn off these lint checks.