Makefile revision 7014882c6a3672fd0e5d60200af8643ae53c5928
4c221b0da1816acf2ca302b10092df059484468dvboxsync# CDDL HEADER START
4c221b0da1816acf2ca302b10092df059484468dvboxsync# The contents of this file are subject to the terms of the
4c221b0da1816acf2ca302b10092df059484468dvboxsync# Common Development and Distribution License (the "License").
4c221b0da1816acf2ca302b10092df059484468dvboxsync# You may not use this file except in compliance with the License.
4c221b0da1816acf2ca302b10092df059484468dvboxsync# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
4c221b0da1816acf2ca302b10092df059484468dvboxsync# See the License for the specific language governing permissions
4c221b0da1816acf2ca302b10092df059484468dvboxsync# and limitations under the License.
4c221b0da1816acf2ca302b10092df059484468dvboxsync# When distributing Covered Code, include this CDDL HEADER in each
4c221b0da1816acf2ca302b10092df059484468dvboxsync# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
4c221b0da1816acf2ca302b10092df059484468dvboxsync# If applicable, add the following below this CDDL HEADER, with the
4c221b0da1816acf2ca302b10092df059484468dvboxsync# fields enclosed by brackets "[]" replaced with your own identifying
4c221b0da1816acf2ca302b10092df059484468dvboxsync# information: Portions Copyright [yyyy] [name of copyright owner]
4c221b0da1816acf2ca302b10092df059484468dvboxsync# CDDL HEADER END
4c221b0da1816acf2ca302b10092df059484468dvboxsync# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
4c221b0da1816acf2ca302b10092df059484468dvboxsync# Use is subject to license terms.
4c221b0da1816acf2ca302b10092df059484468dvboxsync# Path to the base of the uts directory tree (usually /usr/src/uts).
4c221b0da1816acf2ca302b10092df059484468dvboxsync# Define the module and object file sets.
4c221b0da1816acf2ca302b10092df059484468dvboxsync# Include common rules.
4c221b0da1816acf2ca302b10092df059484468dvboxsync# Define targets
4c221b0da1816acf2ca302b10092df059484468dvboxsyncINSTALL_TARGET = $(BINARY) $(ROOTMODULE) $(ROOT_CONFFILE)
4c221b0da1816acf2ca302b10092df059484468dvboxsync# Overrides and additions
4c221b0da1816acf2ca302b10092df059484468dvboxsyncCPPFLAGS += -I$(SRCDIR) -I$(OBJS_DIR) -I$(SRC)/common/mc/mc-amd
4c221b0da1816acf2ca302b10092df059484468dvboxsync# Default build targets.
4c221b0da1816acf2ca302b10092df059484468dvboxsync# Include common targets.