2a171646d32f8a15e9820d6fb3bf3f9b9990ca3fvboxsync# CDDL HEADER START
2a171646d32f8a15e9820d6fb3bf3f9b9990ca3fvboxsync# The contents of this file are subject to the terms of the
2a171646d32f8a15e9820d6fb3bf3f9b9990ca3fvboxsync# Common Development and Distribution License (the "License").
2a171646d32f8a15e9820d6fb3bf3f9b9990ca3fvboxsync# You may not use this file except in compliance with the License.
2a171646d32f8a15e9820d6fb3bf3f9b9990ca3fvboxsync# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
2a171646d32f8a15e9820d6fb3bf3f9b9990ca3fvboxsync# See the License for the specific language governing permissions
2a171646d32f8a15e9820d6fb3bf3f9b9990ca3fvboxsync# and limitations under the License.
2a171646d32f8a15e9820d6fb3bf3f9b9990ca3fvboxsync# When distributing Covered Code, include this CDDL HEADER in each
2a171646d32f8a15e9820d6fb3bf3f9b9990ca3fvboxsync# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
2a171646d32f8a15e9820d6fb3bf3f9b9990ca3fvboxsync# If applicable, add the following below this CDDL HEADER, with the
2a171646d32f8a15e9820d6fb3bf3f9b9990ca3fvboxsync# fields enclosed by brackets "[]" replaced with your own identifying
2a171646d32f8a15e9820d6fb3bf3f9b9990ca3fvboxsync# information: Portions Copyright [yyyy] [name of copyright owner]
2a171646d32f8a15e9820d6fb3bf3f9b9990ca3fvboxsync# CDDL HEADER END
2a171646d32f8a15e9820d6fb3bf3f9b9990ca3fvboxsync# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
2a171646d32f8a15e9820d6fb3bf3f9b9990ca3fvboxsync# Use is subject to license terms.
2a171646d32f8a15e9820d6fb3bf3f9b9990ca3fvboxsync# ident "%Z%%M% %I% %E% SMI"
2a171646d32f8a15e9820d6fb3bf3f9b9990ca3fvboxsync# This makefile drives the production of the virtual channel driver
2a171646d32f8a15e9820d6fb3bf3f9b9990ca3fvboxsync# kernel module.
2a171646d32f8a15e9820d6fb3bf3f9b9990ca3fvboxsync# sun4v implementation architecture dependent
2a171646d32f8a15e9820d6fb3bf3f9b9990ca3fvboxsync# Path to the base of the uts directory tree (usually /usr/src/uts).
2a171646d32f8a15e9820d6fb3bf3f9b9990ca3fvboxsync# Define the module and object file sets.
5c127165d63f95b1763b4af2a2c6ae1025fc84fevboxsync# Include common rules.
2a171646d32f8a15e9820d6fb3bf3f9b9990ca3fvboxsync# Override defaults to build a unique, local modstubs.o.
2a171646d32f8a15e9820d6fb3bf3f9b9990ca3fvboxsync# Define targets
2a171646d32f8a15e9820d6fb3bf3f9b9990ca3fvboxsync# lint pass one enforcement
2a171646d32f8a15e9820d6fb3bf3f9b9990ca3fvboxsync# For now, disable these lint checks; maintainers should endeavor
2a171646d32f8a15e9820d6fb3bf3f9b9990ca3fvboxsync# to investigate and remove these for maximum lint coverage.
2a171646d32f8a15e9820d6fb3bf3f9b9990ca3fvboxsync# Please do not carry these forward to new Makefiles.
99f33ab590a3a65e0cd082dd8d67779efb9cc6c9vboxsync# Default build targets.
2a171646d32f8a15e9820d6fb3bf3f9b9990ca3fvboxsync# Include common targets.