Makefile revision 23c57df72989c916b3e98084eb88d48777999691
bf52162f2d05c1fb1a107c7ef108de73f739b3edpquerna# CDDL HEADER START
bf52162f2d05c1fb1a107c7ef108de73f739b3edpquerna# The contents of this file are subject to the terms of the
222834d5a33b915037094af014905f3683cae78btrawick# Common Development and Distribution License (the "License").
222834d5a33b915037094af014905f3683cae78btrawick# You may not use this file except in compliance with the License.
2db5d76ac4c75aadecf38e20569bccbfd2360ba7rpluem# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
2db5d76ac4c75aadecf38e20569bccbfd2360ba7rpluem# See the License for the specific language governing permissions
df46ff21c57d00f6addccaaf9b1484f2b56b8577pquerna# and limitations under the License.
1c03114a0f0315ed19a05f654021da9f66005897rjung# When distributing Covered Code, include this CDDL HEADER in each
1c03114a0f0315ed19a05f654021da9f66005897rjung# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
89691c9bd17f5f53fa0aa8d3fe2e1faee5a5d984rpluem# If applicable, add the following below this CDDL HEADER, with the
89691c9bd17f5f53fa0aa8d3fe2e1faee5a5d984rpluem# fields enclosed by brackets "[]" replaced with your own identifying
89691c9bd17f5f53fa0aa8d3fe2e1faee5a5d984rpluem# information: Portions Copyright [yyyy] [name of copyright owner]
3e9c0665b06e44cf776528c6954ed3ca34a77c7fsctemme# CDDL HEADER END
6707208ba4e9a5841ca1ab830830fd286ea5b7c5trawick# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
6707208ba4e9a5841ca1ab830830fd286ea5b7c5trawick# Use is subject to license terms.
832853bb93c1831daf24e4727c5ca0e1b1786e83lars#ident "%Z%%M% %I% %E% SMI"
832853bb93c1831daf24e4727c5ca0e1b1786e83lars# This makefile drives the production of the des crypto kernel module.
d2696ac6757b3d8bdaa27634a141ac8c8a045e08fielding# sparc architecture dependent
1782dcd420de504978945e6b812523eeae6d56a2lars# Path to the base of the uts directory tree (usually /usr/src/uts).
abc69b39766c0de3eaf99e9016ea3f35e23c116drpluem# Define the module and object file sets.
abc69b39766c0de3eaf99e9016ea3f35e23c116drpluemTARGET_64 = ../../../kernel/crypto/$(SUBDIR64)/$(MODULE)
abc69b39766c0de3eaf99e9016ea3f35e23c116drpluem# Include common rules.
abc69b39766c0de3eaf99e9016ea3f35e23c116drpluem# set signing mode
abc69b39766c0de3eaf99e9016ea3f35e23c116drpluem# Define targets
abc69b39766c0de3eaf99e9016ea3f35e23c116drpluem# Override defaults to build a unique, local modstubs.o.
abc69b39766c0de3eaf99e9016ea3f35e23c116drpluem# Linkage dependencies
abc69b39766c0de3eaf99e9016ea3f35e23c116drpluem# lint pass one enforcement
abc69b39766c0de3eaf99e9016ea3f35e23c116drpluem# For now, disable these lint checks; maintainers should endeavor
abc69b39766c0de3eaf99e9016ea3f35e23c116drpluem# to investigate and remove these for maximum lint coverage.
a5cce34e21a5b472f3806b4526043887bcb7e9eajim# Please do not carry these forward to new Makefiles.
8c3667cd1d0db08647793137c0d1aa7f6526bebfniq# Default build targets.
8d574b3ac4185e4f71c8b9aae76e7122a78201c4rpluem# Include common targets.