Makefile revision 7c478bd95313f5f23a4c958a745db2134aa03244
abf586821d50dc71b78a6cc02a27815e7abea725gary.williams# CDDL HEADER START
abf586821d50dc71b78a6cc02a27815e7abea725gary.williams# The contents of this file are subject to the terms of the
abf586821d50dc71b78a6cc02a27815e7abea725gary.williams# Common Development and Distribution License, Version 1.0 only
abf586821d50dc71b78a6cc02a27815e7abea725gary.williams# (the "License"). You may not use this file except in compliance
abf586821d50dc71b78a6cc02a27815e7abea725gary.williams# with the License.
abf586821d50dc71b78a6cc02a27815e7abea725gary.williams# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
3437829f938dbb44527d91fbbc5f430a1243c5a5JnRouvignac# See the License for the specific language governing permissions
abf586821d50dc71b78a6cc02a27815e7abea725gary.williams# and limitations under the License.
abf586821d50dc71b78a6cc02a27815e7abea725gary.williams# When distributing Covered Code, include this CDDL HEADER in each
3437829f938dbb44527d91fbbc5f430a1243c5a5JnRouvignac# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
abf586821d50dc71b78a6cc02a27815e7abea725gary.williams# If applicable, add the following below this CDDL HEADER, with the
3437829f938dbb44527d91fbbc5f430a1243c5a5JnRouvignac# fields enclosed by brackets "[]" replaced with your own identifying
3437829f938dbb44527d91fbbc5f430a1243c5a5JnRouvignac# information: Portions Copyright [yyyy] [name of copyright owner]
3437829f938dbb44527d91fbbc5f430a1243c5a5JnRouvignac# CDDL HEADER END
abf586821d50dc71b78a6cc02a27815e7abea725gary.williams# Copyright 2005 Sun Microsystems, Inc. All rights reserved.
abf586821d50dc71b78a6cc02a27815e7abea725gary.williams# Use is subject to license terms.
abf586821d50dc71b78a6cc02a27815e7abea725gary.williams#ident "%Z%%M% %I% %E% SMI"
abf586821d50dc71b78a6cc02a27815e7abea725gary.williams# This makefile drives the production of the vnex driver kernel module.
abf586821d50dc71b78a6cc02a27815e7abea725gary.williams# sun4v implementation architecture dependent
abf586821d50dc71b78a6cc02a27815e7abea725gary.williams# Path to the base of the uts directory tree (usually /usr/src/uts).
abf586821d50dc71b78a6cc02a27815e7abea725gary.williams# Define the module and object file sets.
abf586821d50dc71b78a6cc02a27815e7abea725gary.williams# Include common rules.
abf586821d50dc71b78a6cc02a27815e7abea725gary.williams# Override defaults to build a unique, local modstubs.o.
abf586821d50dc71b78a6cc02a27815e7abea725gary.williams# Define targets
abf586821d50dc71b78a6cc02a27815e7abea725gary.williams# lint pass one enforcement
abf586821d50dc71b78a6cc02a27815e7abea725gary.williams# Default build targets.
abf586821d50dc71b78a6cc02a27815e7abea725gary.williams# Include common targets.