Makefile revision ae115bc77f6fcde83175c75b4206dc2e50747966
0a017e924aa2490f6a54096d11e534b2a7554ebeAki Tuomi# CDDL HEADER START
0a017e924aa2490f6a54096d11e534b2a7554ebeAki Tuomi# The contents of this file are subject to the terms of the
0a017e924aa2490f6a54096d11e534b2a7554ebeAki Tuomi# Common Development and Distribution License (the "License").
0a017e924aa2490f6a54096d11e534b2a7554ebeAki Tuomi# You may not use this file except in compliance with the License.
0a017e924aa2490f6a54096d11e534b2a7554ebeAki Tuomi# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
0a017e924aa2490f6a54096d11e534b2a7554ebeAki Tuomi# See the License for the specific language governing permissions
0a017e924aa2490f6a54096d11e534b2a7554ebeAki Tuomi# and limitations under the License.
0a017e924aa2490f6a54096d11e534b2a7554ebeAki Tuomi# When distributing Covered Code, include this CDDL HEADER in each
0a017e924aa2490f6a54096d11e534b2a7554ebeAki Tuomi# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
0a017e924aa2490f6a54096d11e534b2a7554ebeAki Tuomi# If applicable, add the following below this CDDL HEADER, with the
0a017e924aa2490f6a54096d11e534b2a7554ebeAki Tuomi# fields enclosed by brackets "[]" replaced with your own identifying
0a017e924aa2490f6a54096d11e534b2a7554ebeAki Tuomi# information: Portions Copyright [yyyy] [name of copyright owner]
0a017e924aa2490f6a54096d11e534b2a7554ebeAki Tuomi# CDDL HEADER END
0a017e924aa2490f6a54096d11e534b2a7554ebeAki Tuomi# Copyright 2007 Sun Microsystems, Inc. All rights reserved.
0a017e924aa2490f6a54096d11e534b2a7554ebeAki Tuomi# Use is subject to license terms.
0a017e924aa2490f6a54096d11e534b2a7554ebeAki Tuomi# ident "%Z%%M% %I% %E% SMI"
0a017e924aa2490f6a54096d11e534b2a7554ebeAki Tuomi# This makefile drives the production of the DRM (Direct Rendering
0a017e924aa2490f6a54096d11e534b2a7554ebeAki Tuomi# Manager) common misc module.
0a017e924aa2490f6a54096d11e534b2a7554ebeAki Tuomi# Path to the base of the uts directory tree (usually /usr/src/uts).
0a017e924aa2490f6a54096d11e534b2a7554ebeAki Tuomi# Define the module and object file sets.
0a017e924aa2490f6a54096d11e534b2a7554ebeAki Tuomi# Include common rules.
0a017e924aa2490f6a54096d11e534b2a7554ebeAki Tuomi# Define targets
0a017e924aa2490f6a54096d11e534b2a7554ebeAki Tuomi# For now, disable these lint checks; maintainers should endeavor
0a017e924aa2490f6a54096d11e534b2a7554ebeAki Tuomi# to investigate and remove these for maximum lint coverage.
0a017e924aa2490f6a54096d11e534b2a7554ebeAki Tuomi# Please do not carry these forward to new Makefiles.
0a017e924aa2490f6a54096d11e534b2a7554ebeAki Tuomi# Default build targets.
0a017e924aa2490f6a54096d11e534b2a7554ebeAki Tuomi# Include common targets.