Makefile revision 381a2a9a387f449fab7d0c7e97c4184c26963abf
697e63e30aa3c309a1ef1f9357745111f8dfc5a9Christian Maeder# CDDL HEADER START
697e63e30aa3c309a1ef1f9357745111f8dfc5a9Christian Maeder# The contents of this file are subject to the terms of the
98890889ffb2e8f6f722b00e265a211f13b5a861Corneliu-Claudiu Prodescu# Common Development and Distribution License (the "License").
697e63e30aa3c309a1ef1f9357745111f8dfc5a9Christian Maeder# You may not use this file except in compliance with the License.
697e63e30aa3c309a1ef1f9357745111f8dfc5a9Christian Maeder# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
697e63e30aa3c309a1ef1f9357745111f8dfc5a9Christian Maeder# or http://www.opensolaris.org/os/licensing.
697e63e30aa3c309a1ef1f9357745111f8dfc5a9Christian Maeder# See the License for the specific language governing permissions
697e63e30aa3c309a1ef1f9357745111f8dfc5a9Christian Maeder# and limitations under the License.
697e63e30aa3c309a1ef1f9357745111f8dfc5a9Christian Maeder# When distributing Covered Code, include this CDDL HEADER in each
33f5512f0538c5ec4141205a8440ff6ba9e96139Christian Maeder# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
33f5512f0538c5ec4141205a8440ff6ba9e96139Christian Maeder# If applicable, add the following below this CDDL HEADER, with the
33f5512f0538c5ec4141205a8440ff6ba9e96139Christian Maeder# fields enclosed by brackets "[]" replaced with your own identifying
33f5512f0538c5ec4141205a8440ff6ba9e96139Christian Maeder# information: Portions Copyright [yyyy] [name of copyright owner]
33f5512f0538c5ec4141205a8440ff6ba9e96139Christian Maeder# CDDL HEADER END
33f5512f0538c5ec4141205a8440ff6ba9e96139Christian Maeder# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
33f5512f0538c5ec4141205a8440ff6ba9e96139Christian Maeder# Use is subject to license terms.
33f5512f0538c5ec4141205a8440ff6ba9e96139Christian Maeder#ident "%Z%%M% %I% %E% SMI"
33f5512f0538c5ec4141205a8440ff6ba9e96139Christian Maeder# This makefile drives the production of the neti driver kernel module.
697e63e30aa3c309a1ef1f9357745111f8dfc5a9Christian Maeder# INTEL implementation architecture dependent
92dc581bf568c9e225aa9d0570ab0a4b6ebdab69Christian Maeder# Path to the base of the uts directory tree (usually /usr/src/uts).
8acac20a235839e60ea2d43709fce47de1c68bc1Christian Maeder# Define the module and object file sets.
720eeee7c9d8442093c8d05bed743193eee906e0Christian Maeder# Include common rules.
720eeee7c9d8442093c8d05bed743193eee906e0Christian Maeder# Define targets
0789323dfca89bae8f710da5bba20220b9af2feaChristian MaederINSTALL_TARGET = $(BINARY) $(ROOTMODULE) $(ROOTLINK)
5dc46f6d0fdd8747d730f9e79a93978145ed43bbChristian Maeder# Default build targets.
1596a4d2cc01bff500afdd3789a43ec93210e81fChristian Maeder# Include common targets.