Makefile revision 7014882c6a3672fd0e5d60200af8643ae53c5928
910df8b3f50a0515b430b999d4750de94c509f2atrawick# CDDL HEADER START
910df8b3f50a0515b430b999d4750de94c509f2atrawick# The contents of this file are subject to the terms of the
910df8b3f50a0515b430b999d4750de94c509f2atrawick# Common Development and Distribution License (the "License").
910df8b3f50a0515b430b999d4750de94c509f2atrawick# You may not use this file except in compliance with the License.
0d628dd174dd6de13463b10d2599f6cac24e9fe8brianp# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
2fee4fe267fa3577fd71d8c314fe9b527e2b90c0brianp# See the License for the specific language governing permissions
2fee4fe267fa3577fd71d8c314fe9b527e2b90c0brianp# and limitations under the License.
2fee4fe267fa3577fd71d8c314fe9b527e2b90c0brianp# When distributing Covered Code, include this CDDL HEADER in each
7bf77d70b6830636bc36e6b76a228c301be23ff7brianp# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
7bf77d70b6830636bc36e6b76a228c301be23ff7brianp# If applicable, add the following below this CDDL HEADER, with the
7bf77d70b6830636bc36e6b76a228c301be23ff7brianp# fields enclosed by brackets "[]" replaced with your own identifying
185b73b1f914e5d8f99f31225cc656b882dcbf73ianh# information: Portions Copyright [yyyy] [name of copyright owner]
cef5cb47e2ea4c174c01762d4430613db0f41e5cstoddard# CDDL HEADER END
1eb1f02a23de724c105b2c6c9fbd469a611059c6trawick# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
8abd60101b9794e224795ccf68b8ba984efbc94astoddard# Use is subject to license terms.
ca47a2b6bcea23e8af185c68f256dcbbfd2a0f9dtrawick# This makefile drives the production of the OPL specific
ca47a2b6bcea23e8af185c68f256dcbbfd2a0f9dtrawick# Olympus-C driver module.
26d590c0e5338f66ca1aad6f925374843fac5121stoddard# Path to the base of the uts directory tree (usually /usr/src/uts).
d472f67198d6b15dd1270136f180cca9c9263243trawick# Define the module and object file sets.
b760518cc17e7124ba546ed63063603f1ab82a40aaron# Include common rules.
23d8f62856c1531526042e1c5edf44557cadd2e5trawick# Override defaults
ef154948c97c53cdc1ad5329cb83c32ad26cf416aaron# Define targets
c6741d11357aace4c9ba39535d3cb2d751f46114trawickINSTALL_TARGET = def $(BINARY) $(ROOTMODULE) $(ROOTSOFTLINKS)
86a5d34400b7f586ad2cca97c8b33b2f55bac61btrawick# lint pass one enforcement
557eb8d48357657fa898250560f089c65539c634gregames# Default build targets.
54b3b7946d22324cea615d7c8a4ff0c9eadd1f8crbb CPU_DIR=$(HERE) SYM_MOD=$(HERE)/$(SYM_MOD) $(MAKE) symcheck)
e28c02dc08247d3fcb71e81791cac2311a248dfdrbb# Include common targets.