Makefile revision 7c478bd95313f5f23a4c958a745db2134aa03244
59879db9d12c2ea10f77b2c44d6d3aba89bb9cb3slive# CDDL HEADER START
59879db9d12c2ea10f77b2c44d6d3aba89bb9cb3slive# The contents of this file are subject to the terms of the
59879db9d12c2ea10f77b2c44d6d3aba89bb9cb3slive# Common Development and Distribution License, Version 1.0 only
59879db9d12c2ea10f77b2c44d6d3aba89bb9cb3slive# (the "License"). You may not use this file except in compliance
5a58787efeb02a1c3f06569d019ad81fd2efa06end# with the License.
5a58787efeb02a1c3f06569d019ad81fd2efa06end# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
d29d9ab4614ff992b0e8de6e2b88d52b6f1f153erbowen# See the License for the specific language governing permissions
d29d9ab4614ff992b0e8de6e2b88d52b6f1f153erbowen# and limitations under the License.
d29d9ab4614ff992b0e8de6e2b88d52b6f1f153erbowen# When distributing Covered Code, include this CDDL HEADER in each
5a58787efeb02a1c3f06569d019ad81fd2efa06end# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
5a58787efeb02a1c3f06569d019ad81fd2efa06end# If applicable, add the following below this CDDL HEADER, with the
5a58787efeb02a1c3f06569d019ad81fd2efa06end# fields enclosed by brackets "[]" replaced with your own identifying
3f08db06526d6901aa08c110b5bc7dde6bc39905nd# information: Portions Copyright [yyyy] [name of copyright owner]
5a58787efeb02a1c3f06569d019ad81fd2efa06end# CDDL HEADER END
3b3b7fc78d1f5bfc2769903375050048ff41ff26nd# Copyright 2004 Sun Microsystems, Inc. All rights reserved.
a78048ccbdb6256da15e6b0e7e95355e480c2301nd# Use is subject to license terms.
9f0c535f81304713568808c9ab2f05b75583fd16nilgun#ident "%Z%%M% %I% %E% SMI"
3b3b7fc78d1f5bfc2769903375050048ff41ff26nd# This Makefile drives the production of ecpp
3b3b7fc78d1f5bfc2769903375050048ff41ff26nd# kernel module.
38d7b435c9e47c1549c7ec5e899c9461548a228derikabele# Path to the base of the uts directory tree (usually /usr/src/uts).
59879db9d12c2ea10f77b2c44d6d3aba89bb9cb3slive# Define the module and object file sets.
5a58787efeb02a1c3f06569d019ad81fd2efa06end# Include common rules.
5a58787efeb02a1c3f06569d019ad81fd2efa06end# Define targets
59879db9d12c2ea10f77b2c44d6d3aba89bb9cb3sliveINSTALL_TARGET = $(BINARY) $(ROOTMODULE) $(ROOT_CONFFILE)
59879db9d12c2ea10f77b2c44d6d3aba89bb9cb3slive# Default build targets.
59879db9d12c2ea10f77b2c44d6d3aba89bb9cb3slive# Include common targets.