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