Makefile revision 29949e866e40b95795203f3ee46f44a197c946e4
4b3a8afbfcea8b265d179a122bf40dfedd1ce280takashi# CDDL HEADER START
4b3a8afbfcea8b265d179a122bf40dfedd1ce280takashi# The contents of this file are subject to the terms of the
4b3a8afbfcea8b265d179a122bf40dfedd1ce280takashi# Common Development and Distribution License (the "License").
4b3a8afbfcea8b265d179a122bf40dfedd1ce280takashi# You may not use this file except in compliance with the License.
4b3a8afbfcea8b265d179a122bf40dfedd1ce280takashi# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
4b3a8afbfcea8b265d179a122bf40dfedd1ce280takashi# See the License for the specific language governing permissions
4b3a8afbfcea8b265d179a122bf40dfedd1ce280takashi# and limitations under the License.
4b3a8afbfcea8b265d179a122bf40dfedd1ce280takashi# When distributing Covered Code, include this CDDL HEADER in each
4b3a8afbfcea8b265d179a122bf40dfedd1ce280takashi# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
4b3a8afbfcea8b265d179a122bf40dfedd1ce280takashi# If applicable, add the following below this CDDL HEADER, with the
4b3a8afbfcea8b265d179a122bf40dfedd1ce280takashi# fields enclosed by brackets "[]" replaced with your own identifying
4b3a8afbfcea8b265d179a122bf40dfedd1ce280takashi# information: Portions Copyright [yyyy] [name of copyright owner]
4b3a8afbfcea8b265d179a122bf40dfedd1ce280takashi# CDDL HEADER END
4b3a8afbfcea8b265d179a122bf40dfedd1ce280takashi# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
4b3a8afbfcea8b265d179a122bf40dfedd1ce280takashi# Use is subject to license terms.
4b3a8afbfcea8b265d179a122bf40dfedd1ce280takashi#ident "%Z%%M% %I% %E% SMI"
4b3a8afbfcea8b265d179a122bf40dfedd1ce280takashi# This makefile drives the production of the simmstat driver kernel
4b3a8afbfcea8b265d179a122bf40dfedd1ce280takashi# sun4u implementation architecture dependent
4b3a8afbfcea8b265d179a122bf40dfedd1ce280takashi# Path to the base of the uts directory tree (usually /usr/src/uts).
4b3a8afbfcea8b265d179a122bf40dfedd1ce280takashi# Define the module and object file sets.
4b3a8afbfcea8b265d179a122bf40dfedd1ce280takashi# Include common rules.
4b3a8afbfcea8b265d179a122bf40dfedd1ce280takashi# Define targets
4b3a8afbfcea8b265d179a122bf40dfedd1ce280takashi# lint pass one enforcement
4b3a8afbfcea8b265d179a122bf40dfedd1ce280takashi# Turn on doubleword alignment for 64 bit registers
4b3a8afbfcea8b265d179a122bf40dfedd1ce280takashi# Default build targets.
4b3a8afbfcea8b265d179a122bf40dfedd1ce280takashi# Include common targets.