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