157N/A#
157N/A# CDDL HEADER START
157N/A#
157N/A# The contents of this file are subject to the terms of the
157N/A# Common Development and Distribution License (the "License").
157N/A# You may not use this file except in compliance with the License.
157N/A#
157N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
157N/A# or http://www.opensolaris.org/os/licensing.
157N/A# See the License for the specific language governing permissions
157N/A# and limitations under the License.
157N/A#
157N/A# When distributing Covered Code, include this CDDL HEADER in each
157N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
157N/A# If applicable, add the following below this CDDL HEADER, with the
157N/A# fields enclosed by brackets "[]" replaced with your own identifying
157N/A# information: Portions Copyright [yyyy] [name of copyright owner]
157N/A#
157N/A# CDDL HEADER END
157N/A#
157N/A#
157N/A# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
157N/A# Use is subject to license terms.
157N/A#
157N/A#ident "%Z%%M% %I% %E% SMI"
157N/A#
157N/A
157N/Ainclude ../../../../Makefile.cmd
157N/Ainclude ../../../../Makefile.cmd.64
157N/Ainclude ../../Makefile.sparcv9
157N/Ainclude ../../Makefile.kmdb.64
157N/Ainclude ../../../Makefile.kmdb
157N/A
157N/ASTANDLIBS += $(ROOT)/usr/lib/sparcv9/libstanddisasm.so
157N/A
157N/Aall: kmdb_modlinktest.o
157N/Alint: FRC
157N/A
157N/A#
157N/A# Uncomment the following line to enable trap accounting. A DTLB translation
157N/A# will be added for the trap table, and each handler installed by KMDB will use
157N/A# its padding to keep a trap count. See kaif_handlers.s.
157N/A#
157N/A#TRAPCOUNT = -DKMDB_TRAPCOUNT
157N/A
157N/ACPPFLAGS += -I../../mdb -I.. -I$(SRC)/uts/sun4 -I$(SRC)/uts/sun4u $(TRAPCOUNT)
157N/AASFLAGS += -I$(SRC)/uts/sun4 -I$(SRC)/uts/sun4u $(TRAPCOUNT)
157N/A
157N/Ainstall: all
157N/A
157N/AFRC:
163N/A