1*5084Sjohnlev# 2*5084Sjohnlev# CDDL HEADER START 3*5084Sjohnlev# 4*5084Sjohnlev# The contents of this file are subject to the terms of the 5*5084Sjohnlev# Common Development and Distribution License (the "License"). 6*5084Sjohnlev# You may not use this file except in compliance with the License. 7*5084Sjohnlev# 8*5084Sjohnlev# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 9*5084Sjohnlev# or http://www.opensolaris.org/os/licensing. 10*5084Sjohnlev# See the License for the specific language governing permissions 11*5084Sjohnlev# and limitations under the License. 12*5084Sjohnlev# 13*5084Sjohnlev# When distributing Covered Code, include this CDDL HEADER in each 14*5084Sjohnlev# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 15*5084Sjohnlev# If applicable, add the following below this CDDL HEADER, with the 16*5084Sjohnlev# fields enclosed by brackets "[]" replaced with your own identifying 17*5084Sjohnlev# information: Portions Copyright [yyyy] [name of copyright owner] 18*5084Sjohnlev# 19*5084Sjohnlev# CDDL HEADER END 20*5084Sjohnlev# 21*5084Sjohnlev# 22*5084Sjohnlev# Copyright 2007 Sun Microsystems, Inc. All rights reserved. 23*5084Sjohnlev# Use is subject to license terms. 24*5084Sjohnlev# 25*5084Sjohnlev#ident "%Z%%M% %I% %E% SMI" 26*5084Sjohnlev 27*5084SjohnlevMODULE = mdb_kb.so 28*5084SjohnlevMDBTGT = kvm 29*5084SjohnlevMODULE_BUILD_TYPE = mdb 30*5084Sjohnlev 31*5084SjohnlevMODSRCS = mdb_kb.c 32*5084Sjohnlev 33*5084Sjohnlevinclude ../../../../../Makefile.cmd 34*5084Sjohnlevinclude ../../../../../Makefile.cmd.64 35*5084Sjohnlevinclude ../../../../intel/Makefile.amd64 36*5084Sjohnlevinclude ../../../../Makefile.module 37*5084Sjohnlev 38*5084SjohnlevC99MODE= -xc99=%all 39*5084SjohnlevC99LMODE= -Xc99=%all 40*5084Sjohnlev 41*5084SjohnlevCPPFLAGS += -DMP -D_MACHDEP -D_MDB -D__xpv 42*5084SjohnlevCPPFLAGS += -U_KERNEL -D_KMEMUSER 43*5084SjohnlevCPPFLAGS += -I../../../../common 44*5084SjohnlevCPPFLAGS += -I$(SRC)/uts/common 45*5084SjohnlevCPPFLAGS += -I$(SRC)/uts/i86pc 46*5084SjohnlevCPPFLAGS += -I$(SRC)/uts/i86xpv 47*5084SjohnlevCPPFLAGS += -I$(SRC)/uts/intel 48