Makefile revision 7c478bd95313f5f23a4c958a745db2134aa03244
1e9517ea2156b990be21f44676d3370318eacf17Tinderbox User# CDDL HEADER START
1e9517ea2156b990be21f44676d3370318eacf17Tinderbox User# The contents of this file are subject to the terms of the
1e9517ea2156b990be21f44676d3370318eacf17Tinderbox User# Common Development and Distribution License, Version 1.0 only
1e9517ea2156b990be21f44676d3370318eacf17Tinderbox User# (the "License"). You may not use this file except in compliance
1e9517ea2156b990be21f44676d3370318eacf17Tinderbox User# with the License.
d6fa26d0adaec6c910115be34fe7a5a5f402c14fMark Andrews# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
1e9517ea2156b990be21f44676d3370318eacf17Tinderbox User# See the License for the specific language governing permissions
1e9517ea2156b990be21f44676d3370318eacf17Tinderbox User# and limitations under the License.
1e9517ea2156b990be21f44676d3370318eacf17Tinderbox User# When distributing Covered Code, include this CDDL HEADER in each
1e9517ea2156b990be21f44676d3370318eacf17Tinderbox User# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
1e9517ea2156b990be21f44676d3370318eacf17Tinderbox User# If applicable, add the following below this CDDL HEADER, with the
1e9517ea2156b990be21f44676d3370318eacf17Tinderbox User# fields enclosed by brackets "[]" replaced with your own identifying
1e9517ea2156b990be21f44676d3370318eacf17Tinderbox User# information: Portions Copyright [yyyy] [name of copyright owner]
1e9517ea2156b990be21f44676d3370318eacf17Tinderbox User# CDDL HEADER END
1e9517ea2156b990be21f44676d3370318eacf17Tinderbox User# Copyright 2004 Sun Microsystems, Inc. All rights reserved.
1e9517ea2156b990be21f44676d3370318eacf17Tinderbox User# Use is subject to license terms.
1e9517ea2156b990be21f44676d3370318eacf17Tinderbox User#ident "%Z%%M% %I% %E% SMI"
1e9517ea2156b990be21f44676d3370318eacf17Tinderbox User# This makefile drives the production of the RT_DPTBL driver kernel module.
1e9517ea2156b990be21f44676d3370318eacf17Tinderbox User# sparc architecture dependent
1e9517ea2156b990be21f44676d3370318eacf17Tinderbox User# Path to the base of the uts directory tree (usually /usr/src/uts).
1e9517ea2156b990be21f44676d3370318eacf17Tinderbox User# Define the module and object file sets.
1e9517ea2156b990be21f44676d3370318eacf17Tinderbox UserLINTS = $(RT_DPTBL_OBJS:%.o=$(LINTS_DIR)/%.ln)
1e9517ea2156b990be21f44676d3370318eacf17Tinderbox User# Include common rules.
1e9517ea2156b990be21f44676d3370318eacf17Tinderbox User# Define targets
1e9517ea2156b990be21f44676d3370318eacf17Tinderbox User$(MODSTUBS_O) := AS_CPPFLAGS += -DRT_DPTBL_MODULE
1e9517ea2156b990be21f44676d3370318eacf17Tinderbox User# lint pass one enforcement
1e9517ea2156b990be21f44676d3370318eacf17Tinderbox User# Default build targets.
1e9517ea2156b990be21f44676d3370318eacf17Tinderbox User# Include common targets.