Makefile revision 7014882c6a3672fd0e5d60200af8643ae53c5928
303c0f451e22f69b62c43a65066c6c20d27fcd63Ryan Grove# CDDL HEADER START
303c0f451e22f69b62c43a65066c6c20d27fcd63Ryan Grove# The contents of this file are subject to the terms of the
303c0f451e22f69b62c43a65066c6c20d27fcd63Ryan Grove# Common Development and Distribution License (the "License").
303c0f451e22f69b62c43a65066c6c20d27fcd63Ryan Grove# You may not use this file except in compliance with the License.
303c0f451e22f69b62c43a65066c6c20d27fcd63Ryan Grove# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
303c0f451e22f69b62c43a65066c6c20d27fcd63Ryan Grove# See the License for the specific language governing permissions
303c0f451e22f69b62c43a65066c6c20d27fcd63Ryan Grove# and limitations under the License.
303c0f451e22f69b62c43a65066c6c20d27fcd63Ryan Grove# When distributing Covered Code, include this CDDL HEADER in each
303c0f451e22f69b62c43a65066c6c20d27fcd63Ryan Grove# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
303c0f451e22f69b62c43a65066c6c20d27fcd63Ryan Grove# If applicable, add the following below this CDDL HEADER, with the
303c0f451e22f69b62c43a65066c6c20d27fcd63Ryan Grove# fields enclosed by brackets "[]" replaced with your own identifying
303c0f451e22f69b62c43a65066c6c20d27fcd63Ryan Grove# information: Portions Copyright [yyyy] [name of copyright owner]
303c0f451e22f69b62c43a65066c6c20d27fcd63Ryan Grove# CDDL HEADER END
303c0f451e22f69b62c43a65066c6c20d27fcd63Ryan Grove# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
303c0f451e22f69b62c43a65066c6c20d27fcd63Ryan Grove# Use is subject to license terms.
303c0f451e22f69b62c43a65066c6c20d27fcd63Ryan Grove# This makefile drives the production of the TRILL socket kernel
303c0f451e22f69b62c43a65066c6c20d27fcd63Ryan Grove# intel architecture dependent
303c0f451e22f69b62c43a65066c6c20d27fcd63Ryan Grove# Path to the base of the uts directory tree (usually /usr/src/uts).
303c0f451e22f69b62c43a65066c6c20d27fcd63Ryan Grove# Define the module and object file sets.
303c0f451e22f69b62c43a65066c6c20d27fcd63Ryan Grove# Include common rules.
303c0f451e22f69b62c43a65066c6c20d27fcd63Ryan Grove# Define targets
303c0f451e22f69b62c43a65066c6c20d27fcd63Ryan GroveLDFLAGS += -dy -Ndrv/bridge -Nmisc/mac -Nmisc/dls -Nfs/sockfs
303c0f451e22f69b62c43a65066c6c20d27fcd63Ryan Grove# Default build targets.
303c0f451e22f69b62c43a65066c6c20d27fcd63Ryan Grove# Include common targets.