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