9c4321d9cc4eecbb0c5d568aea53d5e6812c7b96martin# CDDL HEADER START
f3220f54126b25e1cf93cc26c17177b7aef850fdfielding# The contents of this file are subject to the terms of the
f3220f54126b25e1cf93cc26c17177b7aef850fdfielding# Common Development and Distribution License (the "License").
f3220f54126b25e1cf93cc26c17177b7aef850fdfielding# You may not use this file except in compliance with the License.
f3220f54126b25e1cf93cc26c17177b7aef850fdfielding# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
f3220f54126b25e1cf93cc26c17177b7aef850fdfielding# See the License for the specific language governing permissions
f3220f54126b25e1cf93cc26c17177b7aef850fdfielding# and limitations under the License.
f3220f54126b25e1cf93cc26c17177b7aef850fdfielding# When distributing Covered Code, include this CDDL HEADER in each
f3220f54126b25e1cf93cc26c17177b7aef850fdfielding# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
f3220f54126b25e1cf93cc26c17177b7aef850fdfielding# If applicable, add the following below this CDDL HEADER, with the
f3220f54126b25e1cf93cc26c17177b7aef850fdfielding# fields enclosed by brackets "[]" replaced with your own identifying
f3220f54126b25e1cf93cc26c17177b7aef850fdfielding# information: Portions Copyright [yyyy] [name of copyright owner]
f3220f54126b25e1cf93cc26c17177b7aef850fdfielding# CDDL HEADER END
f3220f54126b25e1cf93cc26c17177b7aef850fdfielding# Copyright 2007 Sun Microsystems, Inc. All rights reserved.
f3220f54126b25e1cf93cc26c17177b7aef850fdfielding# Use is subject to license terms.
f3220f54126b25e1cf93cc26c17177b7aef850fdfielding# ident "%Z%%M% %I% %E% SMI"
f3220f54126b25e1cf93cc26c17177b7aef850fdfielding# This makefile drives the production of the ntwdt driver module.
f3220f54126b25e1cf93cc26c17177b7aef850fdfielding# sun4v implementation architecture dependent
f3220f54126b25e1cf93cc26c17177b7aef850fdfielding# Path to the base of the uts directory tree (usually /usr/src/uts).
f3220f54126b25e1cf93cc26c17177b7aef850fdfielding# Define the module and object file sets.
f3220f54126b25e1cf93cc26c17177b7aef850fdfielding# Include common rules.
f3220f54126b25e1cf93cc26c17177b7aef850fdfielding# Override defaults to build a unique, local modstubs.o.
f3220f54126b25e1cf93cc26c17177b7aef850fdfielding# Define targets
f3220f54126b25e1cf93cc26c17177b7aef850fdfieldingINSTALL_TARGET = $(BINARY) $(ROOTMODULE) $(ROOT_CONFFILE)
f3220f54126b25e1cf93cc26c17177b7aef850fdfielding# lint pass one enforcement
f3220f54126b25e1cf93cc26c17177b7aef850fdfielding# Default build targets.
797d596a95d4f9900e83ec18295b4ca4951bf763jerenkrantz# Include common targets.