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