Makefile revision 25cf1a301a396c38e8adf52c15f537b80d2483f7
e04911e1869585acf01ee0876c2752afbc91af71jerenkrantz# CDDL HEADER START
2a6c49cfaef5979a5a06098f3ce987cd76769409manoj# The contents of this file are subject to the terms of the
2a6c49cfaef5979a5a06098f3ce987cd76769409manoj# Common Development and Distribution License (the "License").
8f5dca296674091bd47a7846d0cc16ce5bbc272ejerenkrantz# You may not use this file except in compliance with the License.
91cacb801f6c0215b38322f6d2fc58cbfedfecfbjerenkrantz# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
df14f0d3a5191cdd7c4bb5b03acd135d43a6f51brbb# See the License for the specific language governing permissions
df14f0d3a5191cdd7c4bb5b03acd135d43a6f51brbb# and limitations under the License.
571760de5e60c0b459cb11be45507b923cd023eejwoolley# When distributing Covered Code, include this CDDL HEADER in each
571760de5e60c0b459cb11be45507b923cd023eejwoolley# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
9180a5933673ffb1af633c255ceee029340f3b1erbb# If applicable, add the following below this CDDL HEADER, with the
bcb6e1be6041dfeb549c8ea8d37f97ad4e90a0c3rbb# fields enclosed by brackets "[]" replaced with your own identifying
9bd71e35f5d26d26d23fe3a677401828e842ed72wrowe# information: Portions Copyright [yyyy] [name of copyright owner]
a548c09e6a8ca1b059d0e93b5256c6ccb2b3c3cdrbb# CDDL HEADER END
b876b7bcf0ce3d232da723246d709e8dbbfe8762rbb# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
cf6bf6c34c936e6a6fe731dbce4a5c3c8bf8e9a3gstein# Use is subject to license terms.
6f6f4a4bca281779d196acbdd5c017bb90858305trawick# ident "%Z%%M% %I% %E% SMI"
09bd86d0db1114ee23eda0a6eb76ca055877a1cftrawick# This makefile drives the production of the OPL specific
2deb319e6b3de239f45c16a3e9e836d44f1f7108rbb# Olympus-C driver module.
af4c982a7cf4515f124935f99a329744035fc699slive# Path to the base of the uts directory tree (usually /usr/src/uts).
2a6c49cfaef5979a5a06098f3ce987cd76769409manoj# Define the module and object file sets.
976501adbc040220270f7d1d77c4b8373033be69wrowe# Include common rules.
bf9acc131271d18db51d30ace549d3c3b6a2b9fbrbb# Override defaults
b84f66c93f820824b1d5455181f55598b766319cwrowe# Define targets
b84f66c93f820824b1d5455181f55598b766319cwroweINSTALL_TARGET = def $(BINARY) $(ROOTMODULE) $(ROOTSOFTLINKS)
dc96a5e6f9af3c514df4c61ab9468fcf97f9846fwrowe# lint pass one enforcement
7bce59d998f2e5ca1cb60038ef6c1d0817605d62stoddard# Default build targets.
d90f6d052b76ed4cf5e27e8292a22c2c97bb5134jerenkrantz CPU_DIR=$(HERE) SYM_MOD=$(HERE)/$(SYM_MOD) $(MAKE) symcheck)
d90f6d052b76ed4cf5e27e8292a22c2c97bb5134jerenkrantz $(RM) $@; $(SYMLINK) $(MODULE) $@ $(CHOWNLINK) $(CHGRPLINK)
d90f6d052b76ed4cf5e27e8292a22c2c97bb5134jerenkrantz# Include common targets.