Makefile revision 03831d35f7499c87d51205817c93e9a8d42c4bae
b947e1a521c6931f787d6d1b3604d5b138170c3dMukund Sivaraman# CDDL HEADER START
b947e1a521c6931f787d6d1b3604d5b138170c3dMukund Sivaraman# The contents of this file are subject to the terms of the
b947e1a521c6931f787d6d1b3604d5b138170c3dMukund Sivaraman# Common Development and Distribution License (the "License").
b947e1a521c6931f787d6d1b3604d5b138170c3dMukund Sivaraman# You may not use this file except in compliance with the License.
b947e1a521c6931f787d6d1b3604d5b138170c3dMukund Sivaraman# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
b947e1a521c6931f787d6d1b3604d5b138170c3dMukund Sivaraman# or http://www.opensolaris.org/os/licensing.
b947e1a521c6931f787d6d1b3604d5b138170c3dMukund Sivaraman# See the License for the specific language governing permissions
b947e1a521c6931f787d6d1b3604d5b138170c3dMukund Sivaraman# and limitations under the License.
b947e1a521c6931f787d6d1b3604d5b138170c3dMukund Sivaraman# When distributing Covered Code, include this CDDL HEADER in each
b947e1a521c6931f787d6d1b3604d5b138170c3dMukund Sivaraman# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
b947e1a521c6931f787d6d1b3604d5b138170c3dMukund Sivaraman# If applicable, add the following below this CDDL HEADER, with the
b947e1a521c6931f787d6d1b3604d5b138170c3dMukund Sivaraman# fields enclosed by brackets "[]" replaced with your own identifying
b947e1a521c6931f787d6d1b3604d5b138170c3dMukund Sivaraman# information: Portions Copyright [yyyy] [name of copyright owner]
b947e1a521c6931f787d6d1b3604d5b138170c3dMukund Sivaraman# CDDL HEADER END
b947e1a521c6931f787d6d1b3604d5b138170c3dMukund Sivaraman# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
b947e1a521c6931f787d6d1b3604d5b138170c3dMukund Sivaraman# Use is subject to license terms.
b947e1a521c6931f787d6d1b3604d5b138170c3dMukund Sivaraman#ident "%Z%%M% %I% %E% SMI"
b947e1a521c6931f787d6d1b3604d5b138170c3dMukund Sivaraman# This makefile drives the production of the wrsmplat kernel module.
b947e1a521c6931f787d6d1b3604d5b138170c3dMukund Sivaraman# Path to the base of the uts directory tree (usually /usr/src/uts).
b947e1a521c6931f787d6d1b3604d5b138170c3dMukund Sivaraman# Define the module and object file sets.
b947e1a521c6931f787d6d1b3604d5b138170c3dMukund SivaramanLINTS = $(WRSMPLAT_OBJS:%.o=$(LINTS_DIR)/%.ln)
b947e1a521c6931f787d6d1b3604d5b138170c3dMukund SivaramanROOTMODULE = $(ROOT_SERENGETI_MISC_DIR)/$(MODULE)
b947e1a521c6931f787d6d1b3604d5b138170c3dMukund Sivaraman# Include common rules.
b947e1a521c6931f787d6d1b3604d5b138170c3dMukund Sivaramaninclude $(UTSBASE)/sun4u/serengeti/Makefile.serengeti
b947e1a521c6931f787d6d1b3604d5b138170c3dMukund Sivaraman# Include path for rsm header files
b947e1a521c6931f787d6d1b3604d5b138170c3dMukund Sivaraman# Define targets
b947e1a521c6931f787d6d1b3604d5b138170c3dMukund Sivaraman# lint pass one enforcement
b947e1a521c6931f787d6d1b3604d5b138170c3dMukund Sivaraman# Turn on doubleword alignment for 64 bit registers
b947e1a521c6931f787d6d1b3604d5b138170c3dMukund Sivaraman# module dependencies
b947e1a521c6931f787d6d1b3604d5b138170c3dMukund Sivaraman# Support for SC mailbox communication (using SC to bring up links)
b947e1a521c6931f787d6d1b3604d5b138170c3dMukund Sivaraman# Default build targets.
b947e1a521c6931f787d6d1b3604d5b138170c3dMukund Sivaraman# Include common targets.