Makefile revision 7014882c6a3672fd0e5d60200af8643ae53c5928
c7adcf7755f9492075a6cc9ad913a0c5a3d2d46cmatthew_swift# CDDL HEADER START
c7adcf7755f9492075a6cc9ad913a0c5a3d2d46cmatthew_swift# The contents of this file are subject to the terms of the
c7adcf7755f9492075a6cc9ad913a0c5a3d2d46cmatthew_swift# Common Development and Distribution License (the "License").
c7adcf7755f9492075a6cc9ad913a0c5a3d2d46cmatthew_swift# You may not use this file except in compliance with the License.
c7adcf7755f9492075a6cc9ad913a0c5a3d2d46cmatthew_swift# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
c7adcf7755f9492075a6cc9ad913a0c5a3d2d46cmatthew_swift# See the License for the specific language governing permissions
c7adcf7755f9492075a6cc9ad913a0c5a3d2d46cmatthew_swift# and limitations under the License.
c7adcf7755f9492075a6cc9ad913a0c5a3d2d46cmatthew_swift# When distributing Covered Code, include this CDDL HEADER in each
c7adcf7755f9492075a6cc9ad913a0c5a3d2d46cmatthew_swift# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
c7adcf7755f9492075a6cc9ad913a0c5a3d2d46cmatthew_swift# If applicable, add the following below this CDDL HEADER, with the
c7adcf7755f9492075a6cc9ad913a0c5a3d2d46cmatthew_swift# fields enclosed by brackets "[]" replaced with your own identifying
c7adcf7755f9492075a6cc9ad913a0c5a3d2d46cmatthew_swift# information: Portions Copyright [yyyy] [name of copyright owner]
c7adcf7755f9492075a6cc9ad913a0c5a3d2d46cmatthew_swift# CDDL HEADER END
c7adcf7755f9492075a6cc9ad913a0c5a3d2d46cmatthew_swift# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
c7adcf7755f9492075a6cc9ad913a0c5a3d2d46cmatthew_swift# Use is subject to license terms.
c7adcf7755f9492075a6cc9ad913a0c5a3d2d46cmatthew_swift# This makefile drives the production of the IP generic packet classifier
c7adcf7755f9492075a6cc9ad913a0c5a3d2d46cmatthew_swift# ipp kernel module.
c7adcf7755f9492075a6cc9ad913a0c5a3d2d46cmatthew_swift# intel architecture dependent
c7adcf7755f9492075a6cc9ad913a0c5a3d2d46cmatthew_swift# Path to the base of the uts directory tree (usually /usr/src/uts).
c7adcf7755f9492075a6cc9ad913a0c5a3d2d46cmatthew_swift# Define the module and object file sets.
c7adcf7755f9492075a6cc9ad913a0c5a3d2d46cmatthew_swift# Include common rules.
c7adcf7755f9492075a6cc9ad913a0c5a3d2d46cmatthew_swift# Override defaults
c7adcf7755f9492075a6cc9ad913a0c5a3d2d46cmatthew_swift# Define targets
c7adcf7755f9492075a6cc9ad913a0c5a3d2d46cmatthew_swift# For now, disable these lint checks; maintainers should endeavor
c7adcf7755f9492075a6cc9ad913a0c5a3d2d46cmatthew_swift# to investigate and remove these for maximum lint coverage.
c7adcf7755f9492075a6cc9ad913a0c5a3d2d46cmatthew_swift# Please do not carry these forward to new Makefiles.
c7adcf7755f9492075a6cc9ad913a0c5a3d2d46cmatthew_swift# Default build targets.
c7adcf7755f9492075a6cc9ad913a0c5a3d2d46cmatthew_swift# Include common targets.