Makefile revision 830f48a7bfcdf70f694abbdd46d94b09f1e4227f
fa9e4066f08beec538e775443c5be79dd423fcabahrens# CDDL HEADER START
fa9e4066f08beec538e775443c5be79dd423fcabahrens# The contents of this file are subject to the terms of the
033f983390fa5d2b54e3e09d83ac9000d71ddaaeek# Common Development and Distribution License (the "License").
033f983390fa5d2b54e3e09d83ac9000d71ddaaeek# You may not use this file except in compliance with the License.
fa9e4066f08beec538e775443c5be79dd423fcabahrens# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
fa9e4066f08beec538e775443c5be79dd423fcabahrens# See the License for the specific language governing permissions
fa9e4066f08beec538e775443c5be79dd423fcabahrens# and limitations under the License.
fa9e4066f08beec538e775443c5be79dd423fcabahrens# When distributing Covered Code, include this CDDL HEADER in each
fa9e4066f08beec538e775443c5be79dd423fcabahrens# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
fa9e4066f08beec538e775443c5be79dd423fcabahrens# If applicable, add the following below this CDDL HEADER, with the
fa9e4066f08beec538e775443c5be79dd423fcabahrens# fields enclosed by brackets "[]" replaced with your own identifying
fa9e4066f08beec538e775443c5be79dd423fcabahrens# information: Portions Copyright [yyyy] [name of copyright owner]
fa9e4066f08beec538e775443c5be79dd423fcabahrens# CDDL HEADER END
fa9e4066f08beec538e775443c5be79dd423fcabahrens# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
fa9e4066f08beec538e775443c5be79dd423fcabahrens# Use is subject to license terms.
fa9e4066f08beec538e775443c5be79dd423fcabahrens# ident "%Z%%M% %I% %E% SMI"
fa9e4066f08beec538e775443c5be79dd423fcabahrens# This makefile drives the production of the ds kernel module.
fa9e4066f08beec538e775443c5be79dd423fcabahrens# sun4v implementation architecture dependent
fa9e4066f08beec538e775443c5be79dd423fcabahrens# Path to the base of the uts directory tree (usually /usr/src/uts).
fa9e4066f08beec538e775443c5be79dd423fcabahrens# Define the module and object file sets.
fa9e4066f08beec538e775443c5be79dd423fcabahrens# Include common rules.
fa9e4066f08beec538e775443c5be79dd423fcabahrens# Define targets
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw# lint pass one enforcement
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw# Turn on doubleword alignment for 64 bit registers
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw# Module Dependencies
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw# For now, disable these lint checks; maintainers should endeavor
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw# to investigate and remove these for maximum lint coverage.
ab04eb8ef60d9dc9614d6cccffc474f24ca1d162timh# Please do not carry these forward to new Makefiles.
da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0amw# Default build targets.
fa9e4066f08beec538e775443c5be79dd423fcabahrens# Include common targets.