Makefile revision 7c478bd95313f5f23a4c958a745db2134aa03244
199767f8919635c4928607450d9e0abb932109ceToomas Soome# CDDL HEADER START
199767f8919635c4928607450d9e0abb932109ceToomas Soome# The contents of this file are subject to the terms of the
199767f8919635c4928607450d9e0abb932109ceToomas Soome# Common Development and Distribution License, Version 1.0 only
199767f8919635c4928607450d9e0abb932109ceToomas Soome# (the "License"). You may not use this file except in compliance
199767f8919635c4928607450d9e0abb932109ceToomas Soome# with the License.
199767f8919635c4928607450d9e0abb932109ceToomas Soome# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
199767f8919635c4928607450d9e0abb932109ceToomas Soome# See the License for the specific language governing permissions
199767f8919635c4928607450d9e0abb932109ceToomas Soome# and limitations under the License.
199767f8919635c4928607450d9e0abb932109ceToomas Soome# When distributing Covered Code, include this CDDL HEADER in each
199767f8919635c4928607450d9e0abb932109ceToomas Soome# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
199767f8919635c4928607450d9e0abb932109ceToomas Soome# If applicable, add the following below this CDDL HEADER, with the
199767f8919635c4928607450d9e0abb932109ceToomas Soome# fields enclosed by brackets "[]" replaced with your own identifying
199767f8919635c4928607450d9e0abb932109ceToomas Soome# information: Portions Copyright [yyyy] [name of copyright owner]
199767f8919635c4928607450d9e0abb932109ceToomas Soome# CDDL HEADER END
199767f8919635c4928607450d9e0abb932109ceToomas Soome# Copyright 2004 Sun Microsystems, Inc. All rights reserved.
199767f8919635c4928607450d9e0abb932109ceToomas Soome# Use is subject to license terms.
199767f8919635c4928607450d9e0abb932109ceToomas Soome#ident "%Z%%M% %I% %E% SMI"
199767f8919635c4928607450d9e0abb932109ceToomas Soome# This makefile drives the production of the dummy KEF provider.
199767f8919635c4928607450d9e0abb932109ceToomas Soome# intel implementation architecture dependent
199767f8919635c4928607450d9e0abb932109ceToomas Soome# Path to the base of the uts directory tree (usually /usr/src/uts).
199767f8919635c4928607450d9e0abb932109ceToomas Soome# Define the module and object file sets.
199767f8919635c4928607450d9e0abb932109ceToomas Soome# Include common rules.
199767f8919635c4928607450d9e0abb932109ceToomas Soome# set signing mode
199767f8919635c4928607450d9e0abb932109ceToomas Soome# Define targets
199767f8919635c4928607450d9e0abb932109ceToomas SoomeINSTALL_TARGET = $(BINARY) $(ROOTMODULE) $(ROOTLINK) $(ROOT_CONFFILE)
199767f8919635c4928607450d9e0abb932109ceToomas Soome# Linkage dependencies
199767f8919635c4928607450d9e0abb932109ceToomas Soome# Note that regular providers do not need to have an explicit dependency
199767f8919635c4928607450d9e0abb932109ceToomas Soome# on KCF. This is a special case since the test pseudo driver dprov
199767f8919635c4928607450d9e0abb932109ceToomas Soome# uses private KCF functions.