3dec9fcdd56adf1b4a563137b4915c8f2d83b881qs# CDDL HEADER START
3dec9fcdd56adf1b4a563137b4915c8f2d83b881qs# The contents of this file are subject to the terms of the
3dec9fcdd56adf1b4a563137b4915c8f2d83b881qs# Common Development and Distribution License (the "License").
3dec9fcdd56adf1b4a563137b4915c8f2d83b881qs# You may not use this file except in compliance with the License.
3dec9fcdd56adf1b4a563137b4915c8f2d83b881qs# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
3dec9fcdd56adf1b4a563137b4915c8f2d83b881qs# See the License for the specific language governing permissions
3dec9fcdd56adf1b4a563137b4915c8f2d83b881qs# and limitations under the License.
3dec9fcdd56adf1b4a563137b4915c8f2d83b881qs# When distributing Covered Code, include this CDDL HEADER in each
3dec9fcdd56adf1b4a563137b4915c8f2d83b881qs# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
3dec9fcdd56adf1b4a563137b4915c8f2d83b881qs# If applicable, add the following below this CDDL HEADER, with the
3dec9fcdd56adf1b4a563137b4915c8f2d83b881qs# fields enclosed by brackets "[]" replaced with your own identifying
3dec9fcdd56adf1b4a563137b4915c8f2d83b881qs# information: Portions Copyright [yyyy] [name of copyright owner]
3dec9fcdd56adf1b4a563137b4915c8f2d83b881qs# CDDL HEADER END
310da939904e5e37a19c8a427209c0d4d9683ec8Surya Prakki# Copyright (c) 2008, 2010, Oracle and/or its affiliates. All rights reserved.
3dec9fcdd56adf1b4a563137b4915c8f2d83b881qs# This makefile drives the production of the Sun
3dec9fcdd56adf1b4a563137b4915c8f2d83b881qs# 10G hxge Ethernet leaf driver kernel module.
3dec9fcdd56adf1b4a563137b4915c8f2d83b881qs# Path to the base of the uts directory tree (usually /usr/src/uts).
3dec9fcdd56adf1b4a563137b4915c8f2d83b881qs# Define the module and object file sets.
3dec9fcdd56adf1b4a563137b4915c8f2d83b881qs# Include common rules.
3dec9fcdd56adf1b4a563137b4915c8f2d83b881qs# Override defaults to build a unique, local modstubs.o.
3dec9fcdd56adf1b4a563137b4915c8f2d83b881qs# Define targets
3dec9fcdd56adf1b4a563137b4915c8f2d83b881qs# Include hxge specific header files
3dec9fcdd56adf1b4a563137b4915c8f2d83b881qs# lint pass one enforcement
3dec9fcdd56adf1b4a563137b4915c8f2d83b881qs# Debug flags
3dec9fcdd56adf1b4a563137b4915c8f2d83b881qs# CFLAGS += -DHXGE_DEBUG -DHPI_DEBUG
3dec9fcdd56adf1b4a563137b4915c8f2d83b881qs# STREAMS, DDI API limitations and other ON header file definitions such as ethernet.h
3dec9fcdd56adf1b4a563137b4915c8f2d83b881qs# force us to turn off these lint checks.
3dec9fcdd56adf1b4a563137b4915c8f2d83b881qs# Driver depends on mac & IP
3dec9fcdd56adf1b4a563137b4915c8f2d83b881qs# Default build targets.
3dec9fcdd56adf1b4a563137b4915c8f2d83b881qs# Include common targets.