Makefile revision 23c57df72989c916b3e98084eb88d48777999691
c63ebf815c8a874525cf18670ad74847f7fc7b26Christian Maeder# CDDL HEADER START
5191fa24c532d1f67e7a642e9aece65efb8a0975Christian Maeder# The contents of this file are subject to the terms of the
456238178f89e5a3de2988ee6c8af924297d52d9Christian Maeder# Common Development and Distribution License (the "License").
5191fa24c532d1f67e7a642e9aece65efb8a0975Christian Maeder# You may not use this file except in compliance with the License.
5191fa24c532d1f67e7a642e9aece65efb8a0975Christian Maeder# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
43b4c41fbb07705c9df321221ab9cb9832460407Christian Maeder# or http://www.opensolaris.org/os/licensing.
5191fa24c532d1f67e7a642e9aece65efb8a0975Christian Maeder# See the License for the specific language governing permissions
f4a2a20e49f41b2afa657e5e64d9e349c7faa091Christian Maeder# and limitations under the License.
c9a7e6af169a2adfb92f42331cd578065ed83a2bChristian Maeder# When distributing Covered Code, include this CDDL HEADER in each
c9a7e6af169a2adfb92f42331cd578065ed83a2bChristian Maeder# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
e7757995211bd395dc79d26fe017d99375f7d2a6Christian Maeder# If applicable, add the following below this CDDL HEADER, with the
e7757995211bd395dc79d26fe017d99375f7d2a6Christian Maeder# fields enclosed by brackets "[]" replaced with your own identifying
63f0e65a37b95621334db9ee4ba0cd9d826f5c0fChristian Maeder# information: Portions Copyright [yyyy] [name of copyright owner]
a1ed34933c266ce85066acb0d7b20c90cb8eb213Christian Maeder# CDDL HEADER END
404166b9366552e9ec5abb87a37c76ec8a815fb7Klaus Luettich# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
63f0e65a37b95621334db9ee4ba0cd9d826f5c0fChristian Maeder# Use is subject to license terms.
3e8b136f23ed57d40ee617f49bcac37830b58cabChristian Maeder#ident "%Z%%M% %I% %E% SMI"
bab2d88d650448628730ed3b65c9f99c52500e8cChristian Maeder# This makefile drives the production of the des crypto kernel module.
ef9e8535c168d3f774d9e74368a2317a9eda5826Christian Maeder# intel architecture dependent
3dde4051c307b609159a097f08a05108fdd036efJonathan von Schroeder# Path to the base of the uts directory tree (usually /usr/src/uts).
3dde4051c307b609159a097f08a05108fdd036efJonathan von Schroeder# Define the module and object file sets.
3dde4051c307b609159a097f08a05108fdd036efJonathan von SchroederLINTS = $(DES_OBJS:%.o=$(LINTS_DIR)/%.ln)
8b767d09a78927b111f5596fdff9ca7d2c1a439fChristian MaederTARGET_64 = ../../../kernel/crypto/$(SUBDIR64)/$(MODULE)
8b767d09a78927b111f5596fdff9ca7d2c1a439fChristian Maeder# Include common rules.
308834907a120fd8771e18292ed2ca9cd767c12dChristian Maeder# set signing mode
6a2dad705deefd1b7a7e09b84fd2d75f2213be47Christian Maeder# Define targets
f04e8f3ff56405901be968fd4c6e9769239f1a9bKlaus LuettichINSTALL_TARGET = $(BINARY) $(ROOTMODULE) $(ROOTLINK)
feca1d35123d8c31aee238c9ce79947b0bf65494Christian Maeder# Linkage dependencies
6dc9bc98d0854fe2e3dd3bfc4275096a0c28ee1cChristian Maeder# For now, disable these lint checks; maintainers should endeavor
6dc9bc98d0854fe2e3dd3bfc4275096a0c28ee1cChristian Maeder# to investigate and remove these for maximum lint coverage.
23ffcc44ca8612feccbd8fda63fa5be7ab5f9dc3Christian Maeder# Please do not carry these forward to new Makefiles.
63f0e65a37b95621334db9ee4ba0cd9d826f5c0fChristian MaederLINTTAGS += -erroff=E_SUPPRESSION_DIRECTIVE_UNUSED
63f0e65a37b95621334db9ee4ba0cd9d826f5c0fChristian Maeder# Default build targets.
d946c1bfdd7d58aa7c023efe864d5999eb44a61bChristian Maeder# Include common targets.