Makefile revision 7014882c6a3672fd0e5d60200af8643ae53c5928
c30ef289fe64ac7fedc44cfcc6b439f0f8458b4cgregames# CDDL HEADER START
5541a81e194dc99521c0ecf904a940b0b65a93f2nd# The contents of this file are subject to the terms of the
ab56518227d474ee08f039e4c5540011c1b8a913trawick# Common Development and Distribution License (the "License").
ab56518227d474ee08f039e4c5540011c1b8a913trawick# You may not use this file except in compliance with the License.
187e63c9eec62a40c4d61cdb06a18a90013435d3gstein# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
187e63c9eec62a40c4d61cdb06a18a90013435d3gstein# See the License for the specific language governing permissions
4e330708371c3e9b04d1043f0a1ac9368bfbd768coar# and limitations under the License.
4e330708371c3e9b04d1043f0a1ac9368bfbd768coar# When distributing Covered Code, include this CDDL HEADER in each
c880637396a01f4acfcf7e35fe423ced2d86c3b4nd# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
c880637396a01f4acfcf7e35fe423ced2d86c3b4nd# If applicable, add the following below this CDDL HEADER, with the
c880637396a01f4acfcf7e35fe423ced2d86c3b4nd# fields enclosed by brackets "[]" replaced with your own identifying
c880637396a01f4acfcf7e35fe423ced2d86c3b4nd# information: Portions Copyright [yyyy] [name of copyright owner]
c880637396a01f4acfcf7e35fe423ced2d86c3b4nd# CDDL HEADER END
219e31b849ef108cd8f58ba0eedae03414e5edb1thommay# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
a98959721afc481c7f3a941f85c462f0b90defdathommay# Use is subject to license terms.
dbb916b882c33a4e340b0dba7d75506cfdd85640trawick# This makefile drives the production of the qcn driver kernel module.
dbb916b882c33a4e340b0dba7d75506cfdd85640trawick# sun4v implementation architecture dependent
a18a308d7a942230edcde1bf00d7ae9b4b143c90trawick# Path to the base of the uts directory tree (usually /usr/src/uts).
9098f795fab5db41a52b6b82fa475e8f9b3850f0trawick# Define the module and object file sets.
fc25339741311efd7d460f18b6287ef38d76bbe6madhum# Include common rules.
92a2439559cf1161742650ed9c50c6483bd029cemadhum# Override defaults to build a unique, local modstubs.o.
764315969cef40e50cdc6a5e9638454e10c1c06end# Define targets
b92cba59a0890be43b14aaf1ce30606140be9593nd# lint pass one enforcement
4caa28863a3418d26cc20a998dc368c3de3b7e19jerenkrantz# For now, disable these lint checks; maintainers should endeavor
4caa28863a3418d26cc20a998dc368c3de3b7e19jerenkrantz# to investigate and remove these for maximum lint coverage.
a3f2646ef3d8a3a5234a5601de0f95f10308c2a6jerenkrantz# Please do not carry these forward to new Makefiles.
1a5b9e0071f0c662036250b482d566ad87ff0b4bjerenkrantz# Default build targets.
3ded62d7f2c9b12616d718b8c97d3044baa9ecdbjerenkrantz# Include common targets.