Makefile revision 7014882c6a3672fd0e5d60200af8643ae53c5928
87708bde16713bc02ff2598f4a82f98c699a2f2dMark Andrews# CDDL HEADER START
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews# The contents of this file are subject to the terms of the
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews# Common Development and Distribution License (the "License").
87708bde16713bc02ff2598f4a82f98c699a2f2dMark Andrews# You may not use this file except in compliance with the License.
87708bde16713bc02ff2598f4a82f98c699a2f2dMark Andrews# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9fee08f655527a5dd849b171daeeee1dbbccca76Vernon Schryver# or http://www.opensolaris.org/os/licensing.
9fee08f655527a5dd849b171daeeee1dbbccca76Vernon Schryver# See the License for the specific language governing permissions
9fee08f655527a5dd849b171daeeee1dbbccca76Vernon Schryver# and limitations under the License.
87708bde16713bc02ff2598f4a82f98c699a2f2dMark Andrews# When distributing Covered Code, include this CDDL HEADER in each
9fee08f655527a5dd849b171daeeee1dbbccca76Vernon Schryver# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
87708bde16713bc02ff2598f4a82f98c699a2f2dMark Andrews# If applicable, add the following below this CDDL HEADER, with the
87708bde16713bc02ff2598f4a82f98c699a2f2dMark Andrews# fields enclosed by brackets "[]" replaced with your own identifying
87708bde16713bc02ff2598f4a82f98c699a2f2dMark Andrews# information: Portions Copyright [yyyy] [name of copyright owner]
9fee08f655527a5dd849b171daeeee1dbbccca76Vernon Schryver# CDDL HEADER END
9fee08f655527a5dd849b171daeeee1dbbccca76Vernon Schryver# Copyright 2007 Sun Microsystems, Inc. All rights reserved.
afaa290bb6acc504e93a0adbf20b6dd6c64e6d63Vernon Schryver# Use is subject to license terms.
9fee08f655527a5dd849b171daeeee1dbbccca76Vernon Schryver# This makefile drives the production of the graphics private
9fee08f655527a5dd849b171daeeee1dbbccca76Vernon Schryver# interface kernel module.
9fee08f655527a5dd849b171daeeee1dbbccca76Vernon Schryver# i86xpv platform dependent
9fee08f655527a5dd849b171daeeee1dbbccca76Vernon Schryver# Path to the base of the uts directory tree (usually /usr/src/uts).
afaa290bb6acc504e93a0adbf20b6dd6c64e6d63Vernon Schryver# Define the module and object file sets.
9fee08f655527a5dd849b171daeeee1dbbccca76Vernon SchryverOBJECTS = $(GFX_PRIVATE_OBJS:%=$(OBJS_DIR)/%) $(OBJS_DIR)/$(VGATEXT_FONT).o
afaa290bb6acc504e93a0adbf20b6dd6c64e6d63Vernon SchryverLINTS = $(GFX_PRIVATE_OBJS:%.o=$(LINTS_DIR)/%.ln)
421d4a06479e61fbdc35087f3c4abc9fe65ad72aEvan Hunt# Include common rules.
$(COMPILE.c) -o $@ $<
$(CTFCONVERT_O)