Makefile revision 7014882c6a3672fd0e5d60200af8643ae53c5928
25cc5fbba63f84b47e389af749f55abbbde71c8cChristian Maeder# CDDL HEADER START
25cc5fbba63f84b47e389af749f55abbbde71c8cChristian Maeder# The contents of this file are subject to the terms of the
5191fa24c532d1f67e7a642e9aece65efb8a0975Christian Maeder# Common Development and Distribution License (the "License").
43b4c41fbb07705c9df321221ab9cb9832460407Christian Maeder# You may not use this file except in compliance with the License.
5191fa24c532d1f67e7a642e9aece65efb8a0975Christian Maeder# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
5191fa24c532d1f67e7a642e9aece65efb8a0975Christian Maeder# or http://www.opensolaris.org/os/licensing.
43b4c41fbb07705c9df321221ab9cb9832460407Christian Maeder# See the License for the specific language governing permissions
5191fa24c532d1f67e7a642e9aece65efb8a0975Christian Maeder# and limitations under the License.
f2f9df2e17e70674f0bf426ed1763c973ee4cde0Christian Maeder# When distributing Covered Code, include this CDDL HEADER in each
5191fa24c532d1f67e7a642e9aece65efb8a0975Christian Maeder# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
5191fa24c532d1f67e7a642e9aece65efb8a0975Christian Maeder# If applicable, add the following below this CDDL HEADER, with the
5191fa24c532d1f67e7a642e9aece65efb8a0975Christian Maeder# fields enclosed by brackets "[]" replaced with your own identifying
dba1eafdf5b025161058f973c44b2c880e6b8241Christian Maeder# information: Portions Copyright [yyyy] [name of copyright owner]
a737caf82de97c1907027c03e4b4509eb492b4b8Christian Maeder# CDDL HEADER END
a737caf82de97c1907027c03e4b4509eb492b4b8Christian Maeder# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
a737caf82de97c1907027c03e4b4509eb492b4b8Christian Maeder# Use is subject to license terms.
3b06e23643a9f65390cb8c1caabe83fa7e87a708Till Mossakowski# This makefile drives the production of the DRM (Direct Rendering
df29370ae8d8b41587957f6bcdcb43a3f1927e47Christian Maeder# Manager) common misc module.
bd54a9917cd87169b8e40bcc5616c537fed85815Christian Maeder# Path to the base of the uts directory tree (usually /usr/src/uts).
63f0e65a37b95621334db9ee4ba0cd9d826f5c0fChristian Maeder# Define the module and object file sets.
404166b9366552e9ec5abb87a37c76ec8a815fb7Klaus LuettichLDFLAGS += -dy -Nmisc/agpmaster -Nmisc/gfx_private
eee4b2ee739f163e09d6af6e45c025681e6c01a0Christian Maeder# Include common rules.
eee4b2ee739f163e09d6af6e45c025681e6c01a0Christian Maeder# Define targets
d23b0cc79c0d204e6ec758dff8d0ba71c9f693f7Christian Maeder# Default build targets.
50515239e7e190f4a34ca581dd685d002148fbddChristian Maeder# Include common targets.