Makefile revision 4ebb14b236958cfe1ef4ff3b7a50216d9e51f997
2450a4210dee64b064499a3a1154129bdfc74981Daniel Hausmann# CDDL HEADER START
2450a4210dee64b064499a3a1154129bdfc74981Daniel Hausmann# The contents of this file are subject to the terms of the
2450a4210dee64b064499a3a1154129bdfc74981Daniel Hausmann# Common Development and Distribution License (the "License").
2450a4210dee64b064499a3a1154129bdfc74981Daniel Hausmann# You may not use this file except in compliance with the License.
2450a4210dee64b064499a3a1154129bdfc74981Daniel Hausmann# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
2450a4210dee64b064499a3a1154129bdfc74981Daniel Hausmann# or http://www.opensolaris.org/os/licensing.
2450a4210dee64b064499a3a1154129bdfc74981Daniel Hausmann# See the License for the specific language governing permissions
2450a4210dee64b064499a3a1154129bdfc74981Daniel Hausmann# and limitations under the License.
2450a4210dee64b064499a3a1154129bdfc74981Daniel Hausmann# When distributing Covered Code, include this CDDL HEADER in each
2450a4210dee64b064499a3a1154129bdfc74981Daniel Hausmann# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
2450a4210dee64b064499a3a1154129bdfc74981Daniel Hausmann# If applicable, add the following below this CDDL HEADER, with the
2450a4210dee64b064499a3a1154129bdfc74981Daniel Hausmann# fields enclosed by brackets "[]" replaced with your own identifying
2450a4210dee64b064499a3a1154129bdfc74981Daniel Hausmann# information: Portions Copyright [yyyy] [name of copyright owner]
2450a4210dee64b064499a3a1154129bdfc74981Daniel Hausmann# CDDL HEADER END
2450a4210dee64b064499a3a1154129bdfc74981Daniel Hausmann# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
2450a4210dee64b064499a3a1154129bdfc74981Daniel Hausmann# Use is subject to license terms.
2450a4210dee64b064499a3a1154129bdfc74981Daniel Hausmann#ident "%Z%%M% %I% %E% SMI"
2450a4210dee64b064499a3a1154129bdfc74981Daniel Hausmann# This Makefile drives the production of ecpp
2450a4210dee64b064499a3a1154129bdfc74981Daniel Hausmann# kernel module.
2450a4210dee64b064499a3a1154129bdfc74981Daniel Hausmann# Path to the base of the uts directory tree (usually /usr/src/uts).
2450a4210dee64b064499a3a1154129bdfc74981Daniel Hausmann# Define the module and object file sets.
TEST = test
%.wlcmd:
$(TOUCH) $@