Makefile revision 7c478bd95313f5f23a4c958a745db2134aa03244
18c2aff776a775d34a4c9893a4c72e0434d68e36artem# CDDL HEADER START
18c2aff776a775d34a4c9893a4c72e0434d68e36artem# The contents of this file are subject to the terms of the
18c2aff776a775d34a4c9893a4c72e0434d68e36artem# Common Development and Distribution License, Version 1.0 only
18c2aff776a775d34a4c9893a4c72e0434d68e36artem# (the "License"). You may not use this file except in compliance
18c2aff776a775d34a4c9893a4c72e0434d68e36artem# with the License.
18c2aff776a775d34a4c9893a4c72e0434d68e36artem# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
18c2aff776a775d34a4c9893a4c72e0434d68e36artem# See the License for the specific language governing permissions
18c2aff776a775d34a4c9893a4c72e0434d68e36artem# and limitations under the License.
18c2aff776a775d34a4c9893a4c72e0434d68e36artem# When distributing Covered Code, include this CDDL HEADER in each
18c2aff776a775d34a4c9893a4c72e0434d68e36artem# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
18c2aff776a775d34a4c9893a4c72e0434d68e36artem# If applicable, add the following below this CDDL HEADER, with the
18c2aff776a775d34a4c9893a4c72e0434d68e36artem# fields enclosed by brackets "[]" replaced with your own identifying
18c2aff776a775d34a4c9893a4c72e0434d68e36artem# information: Portions Copyright [yyyy] [name of copyright owner]
18c2aff776a775d34a4c9893a4c72e0434d68e36artem# CDDL HEADER END
18c2aff776a775d34a4c9893a4c72e0434d68e36artem# Copyright 2004 Sun Microsystems, Inc. All rights reserved.
18c2aff776a775d34a4c9893a4c72e0434d68e36artem# Use is subject to license terms.
18c2aff776a775d34a4c9893a4c72e0434d68e36artem#ident "%Z%%M% %I% %E% SMI"
18c2aff776a775d34a4c9893a4c72e0434d68e36artem# This makefile drives the production of the sun4u UltraSPARC driver module.
18c2aff776a775d34a4c9893a4c72e0434d68e36artem# sun4u implementation architecture dependent
18c2aff776a775d34a4c9893a4c72e0434d68e36artem# Path to the base of the uts directory tree (usually /usr/src/uts).
18c2aff776a775d34a4c9893a4c72e0434d68e36artem# Define the module and object file sets.
18c2aff776a775d34a4c9893a4c72e0434d68e36artem# Include common rules.
18c2aff776a775d34a4c9893a4c72e0434d68e36artem# Override defaults
18c2aff776a775d34a4c9893a4c72e0434d68e36artem# Define targets
18c2aff776a775d34a4c9893a4c72e0434d68e36artemINSTALL_TARGET = def $(BINARY) $(ROOTMODULE) $(ROOTSOFTLINKS)
18c2aff776a775d34a4c9893a4c72e0434d68e36artem# lint pass one enforcement
18c2aff776a775d34a4c9893a4c72e0434d68e36artem# cpu-module-specific flags
@echo "resolving symbols against unix.o"