98N/A#
98N/A# CDDL HEADER START
1059N/A#
98N/A# The contents of this file are subject to the terms of the
98N/A# Common Development and Distribution License (the "License").
919N/A# You may not use this file except in compliance with the License.
919N/A#
919N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
919N/A# or http://www.opensolaris.org/os/licensing.
919N/A# See the License for the specific language governing permissions
919N/A# and limitations under the License.
919N/A#
919N/A# When distributing Covered Code, include this CDDL HEADER in each
919N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
919N/A# If applicable, add the following below this CDDL HEADER, with the
919N/A# fields enclosed by brackets "[]" replaced with your own identifying
919N/A# information: Portions Copyright [yyyy] [name of copyright owner]
919N/A#
919N/A# CDDL HEADER END
919N/A#
919N/A
919N/A#
98N/A# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
98N/A# Use is subject to license terms.
493N/A#
1059N/A# ident "%Z%%M% %I% %E% SMI"
98N/A#
970N/A# uts/sun4u/seattle/su/Makefile
970N/A#
970N/A# This makefile drives the install of the platform su.conf
970N/A# driver configuration file in the sun4u Seattle system.
970N/A#
970N/A
970N/A#
970N/A# Path to the base of the uts directory tree (usually /usr/src/uts).
970N/A#
98N/AUTSBASE = ../../..
1059N/A
493N/A#
911N/A# Define the module and file sets.
1059N/A#
1059N/AMODULE = su
98N/AROOTMODULE = $(ROOT_SEATTLE_DRV_DIR)/$(MODULE)
98N/ACONF_SRCDIR = $(UTSBASE)/sun4u/seattle/io
1059N/A
156N/A#
98N/A# Include common rules.
98N/A#
1059N/Ainclude $(UTSBASE)/sun4u/seattle/Makefile.seattle
606N/A
1059N/A
1059N/A#
98N/A# Define targets
98N/A#
1059N/AALL_TARGET = $(SRC_CONFILE)
1059N/AINSTALL_TARGET = $(ROOT_CONFFILE)
1059N/A
98N/A#
1059N/A# The only thing we do from here is install the .conf file
1059N/A#
1059N/ACONF_INSTALL_TARGS = conf_install
1059N/ACONF_INSTALL_OBJ = $(CONF_INSTALL_TARGS)
1059N/A
98N/A$(CONF_INSTALL_OBJ): FRC
98N/A $(MAKE) $(INSTALL_TARGET)
1097N/A
493N/A#
1262N/A# Default build targets.
1262N/A#
231N/A.KEEP_STATE:
231N/A
1097N/Adef all clean clobber lint modlintlib clean.lint:
493N/A
98N/Ainstall: $(INSTALL_TARGET)
970N/A
970N/A#
970N/A# Include common targets.
98N/A#
493N/Ainclude $(UTSBASE)/sun4u/seattle/Makefile.targ
98N/A