Makefile revision b5a2d8455dfa3190fc977c4bec53e91c99012767
51160be1d8578c51a792857951e6776077356702vboxsync# CDDL HEADER START
51160be1d8578c51a792857951e6776077356702vboxsync# The contents of this file are subject to the terms of the
51160be1d8578c51a792857951e6776077356702vboxsync# Common Development and Distribution License (the "License").
51160be1d8578c51a792857951e6776077356702vboxsync# You may not use this file except in compliance with the License.
51160be1d8578c51a792857951e6776077356702vboxsync# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
51160be1d8578c51a792857951e6776077356702vboxsync# See the License for the specific language governing permissions
51160be1d8578c51a792857951e6776077356702vboxsync# and limitations under the License.
51160be1d8578c51a792857951e6776077356702vboxsync# When distributing Covered Code, include this CDDL HEADER in each
51160be1d8578c51a792857951e6776077356702vboxsync# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
51160be1d8578c51a792857951e6776077356702vboxsync# If applicable, add the following below this CDDL HEADER, with the
51160be1d8578c51a792857951e6776077356702vboxsync# fields enclosed by brackets "[]" replaced with your own identifying
51160be1d8578c51a792857951e6776077356702vboxsync# information: Portions Copyright [yyyy] [name of copyright owner]
51160be1d8578c51a792857951e6776077356702vboxsync# CDDL HEADER END
51160be1d8578c51a792857951e6776077356702vboxsync# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
51160be1d8578c51a792857951e6776077356702vboxsync# Use is subject to license terms.
51160be1d8578c51a792857951e6776077356702vboxsync# This makefile drives the production of the sha2 crypto kernel module.
51160be1d8578c51a792857951e6776077356702vboxsync# intel architecture dependent
51160be1d8578c51a792857951e6776077356702vboxsync# Path to the base of the uts directory tree (usually /usr/src/uts).
51160be1d8578c51a792857951e6776077356702vboxsync# Define the module and object file sets.
51160be1d8578c51a792857951e6776077356702vboxsync# Include common rules.
51160be1d8578c51a792857951e6776077356702vboxsync# Override defaults
51160be1d8578c51a792857951e6776077356702vboxsync# Define targets
51160be1d8578c51a792857951e6776077356702vboxsyncINSTALL_TARGET = $(BINARY) $(ROOTMODULE) $(ROOTLINK)
51160be1d8578c51a792857951e6776077356702vboxsync# Linkage dependencies
51160be1d8578c51a792857951e6776077356702vboxsync# For now, disable these lint checks; maintainers should endeavor
51160be1d8578c51a792857951e6776077356702vboxsync# to investigate and remove these for maximum lint coverage.
51160be1d8578c51a792857951e6776077356702vboxsync# Please do not carry these forward to new Makefiles.
51160be1d8578c51a792857951e6776077356702vboxsync# Default build targets.
51160be1d8578c51a792857951e6776077356702vboxsync# Include common targets.
51160be1d8578c51a792857951e6776077356702vboxsync $(COMPILE.s) -o $@ ${@F:.o=.s}
51160be1d8578c51a792857951e6776077356702vboxsyncsha512-x86_64.s: $(COMDIR)/sha2/amd64/sha512-x86_64.pl