Makefile revision ac204d0d8540b5aa1b97cb5de5984f6cb831c517
75f8e1cae5ca3a16a7400cdddf604815ab06b5a8rederpj# CDDL HEADER START
2a6c49cfaef5979a5a06098f3ce987cd76769409manoj# The contents of this file are subject to the terms of the
2a6c49cfaef5979a5a06098f3ce987cd76769409manoj# Common Development and Distribution License (the "License").
9a93784d34c322d1996e8a7b794a75230eac81a4wrowe# You may not use this file except in compliance with the License.
4bc630d510cef730e37b9207e145267f473b4471striker# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
dba571e5c5a2586c7e2b382789f3250136ff7577jwoolley# See the License for the specific language governing permissions
dba571e5c5a2586c7e2b382789f3250136ff7577jwoolley# and limitations under the License.
07847078a10fe4e9229cc08adda5f421cafc0665jwoolley# When distributing Covered Code, include this CDDL HEADER in each
0bd0176ce9f4321eeb506aa372d0bcc84befbf4cstriker# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
d8028365066fca602bf35d014530a1802114378crbb# If applicable, add the following below this CDDL HEADER, with the
c25203fdca093d4504c51b4cd974ff60d5aa4fb1wrowe# fields enclosed by brackets "[]" replaced with your own identifying
c25203fdca093d4504c51b4cd974ff60d5aa4fb1wrowe# information: Portions Copyright [yyyy] [name of copyright owner]
d89c116f82699294ca744125723651c554bc5925wrowe# CDDL HEADER END
91cacb801f6c0215b38322f6d2fc58cbfedfecfbjerenkrantz# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
df14f0d3a5191cdd7c4bb5b03acd135d43a6f51brbb# Use is subject to license terms.
ab71b233b3a36489e44a7b061c48293be0b17788jwoolley#ident "%Z%%M% %I% %E% SMI"
571760de5e60c0b459cb11be45507b923cd023eejwoolley# This makefile drives the production of the MD5 kernel module.
bcb6e1be6041dfeb549c8ea8d37f97ad4e90a0c3rbb# sun4v implementation architecture dependent
a548c09e6a8ca1b059d0e93b5256c6ccb2b3c3cdrbb# Path to the base of the uts directory tree (usually /usr/src/uts).
6f6f4a4bca281779d196acbdd5c017bb90858305trawick# Define the module and object file sets.
af4c982a7cf4515f124935f99a329744035fc699slive# Include common rules.
f610c7c704235bc327dbe9b62982f5b3f8e30a77wrowe# Define targets
5ca8e11fadb6f7a8d9d0367c1800205c99d4bcd6jerenkrantz# lint pass one enforcement
f4cb04eb78da02a38fcdd87489dc7b660107d55fjerenkrantz# Override the default -xspace setting
bb2b4c21329be5f70a7b0b42c59cd8490d2ac43bwrowe# md5 depends on the kcf framework
4520f2a938626a879b33dac9fd940072b6c2bd42wrowe# need extra inline file for here.
4520f2a938626a879b33dac9fd940072b6c2bd42wroweINLINES += $(SRC)/common/crypto/md5/sparc/sun4v/byteswap.il
941cb476bf470040d0a33c397eb85c68d9d82d4djerenkrantz# Default build targets.
f95a0b59eb24c631f15bd83e20c6cf823c432d83trawick# Include common targets.