Makefile revision ae115bc77f6fcde83175c75b4206dc2e50747966
5890N/A# The contents of this file are subject to the terms of the 5890N/A# Common Development and Distribution License (the "License"). 5890N/A# You may not use this file except in compliance with the License. 5890N/A# See the License for the specific language governing permissions 5890N/A# and limitations under the License. 5890N/A# When distributing Covered Code, include this CDDL HEADER in each 5890N/A# If applicable, add the following below this CDDL HEADER, with the 5890N/A# fields enclosed by brackets "[]" replaced with your own identifying 5890N/A# information: Portions Copyright [yyyy] [name of copyright owner] 5890N/A# Copyright 2007 Sun Microsystems, Inc. All rights reserved. 5890N/A# Use is subject to license terms. 5890N/A# ident "%Z%%M% %I% %E% SMI" 5890N/A# This makefile drives the production of i915 graphics device driver, 5890N/A# which supports the DRI (Direct Rendering Infrastructure), with the help 5890N/A# of drm common misc module. 6491N/A# Define the module and object file sets. # i915 driver depends on drm, agpmaster and gfx_private misc modules # For now, disable these lint checks; maintainers should endeavor # to investigate and remove these for maximum lint coverage. # Please do not carry these forward to new Makefiles. # Include common targets.