xref: /titanic_53/usr/src/cmd/mdb/Makefile.common (revision ea394cb00fd96864e34d2841b4a22357b621c78f)
17c478bd9Sstevel@tonic-gate#
27c478bd9Sstevel@tonic-gate# CDDL HEADER START
37c478bd9Sstevel@tonic-gate#
47c478bd9Sstevel@tonic-gate# The contents of this file are subject to the terms of the
59df12a23Ssjelinek# Common Development and Distribution License (the "License").
69df12a23Ssjelinek# You may not use this file except in compliance with the License.
77c478bd9Sstevel@tonic-gate#
87c478bd9Sstevel@tonic-gate# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
97c478bd9Sstevel@tonic-gate# or http://www.opensolaris.org/os/licensing.
107c478bd9Sstevel@tonic-gate# See the License for the specific language governing permissions
117c478bd9Sstevel@tonic-gate# and limitations under the License.
127c478bd9Sstevel@tonic-gate#
137c478bd9Sstevel@tonic-gate# When distributing Covered Code, include this CDDL HEADER in each
147c478bd9Sstevel@tonic-gate# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
157c478bd9Sstevel@tonic-gate# If applicable, add the following below this CDDL HEADER, with the
167c478bd9Sstevel@tonic-gate# fields enclosed by brackets "[]" replaced with your own identifying
177c478bd9Sstevel@tonic-gate# information: Portions Copyright [yyyy] [name of copyright owner]
187c478bd9Sstevel@tonic-gate#
197c478bd9Sstevel@tonic-gate# CDDL HEADER END
207c478bd9Sstevel@tonic-gate#
217c478bd9Sstevel@tonic-gate#
22*ea394cb0Sjohansen# Copyright 2010 Sun Microsystems, Inc.  All rights reserved.
237c478bd9Sstevel@tonic-gate# Use is subject to license terms.
247c478bd9Sstevel@tonic-gate#
257c478bd9Sstevel@tonic-gate# MDB modules used for debugging user processes that every ISA's build
267c478bd9Sstevel@tonic-gate# subdirectory will need to build.
277c478bd9Sstevel@tonic-gate#
28da14cebeSEric Cheng
297c478bd9Sstevel@tonic-gateCOMMON_MODULES_PROC = \
301a7c1b72Smws	dof \
31fa9e4066Sahrens	libavl \
327c478bd9Sstevel@tonic-gate	libc \
337c478bd9Sstevel@tonic-gate	libnvpair \
349acbbeafSnn35248	libproc \
35*ea394cb0Sjohansen	libpython2.6 \
367c478bd9Sstevel@tonic-gate	libsysevent \
379dd0f810Scindi	libtopo \
387c478bd9Sstevel@tonic-gate	libumem \
391a7c1b72Smws	libuutil \
40fa9e4066Sahrens	libzpool \
411a7c1b72Smws	mdb_ds \
421a7c1b72Smws	mdb_test
437c478bd9Sstevel@tonic-gate
447c478bd9Sstevel@tonic-gate#
457c478bd9Sstevel@tonic-gate# MDB modules used for debugging user processes which are only 32-bit
467c478bd9Sstevel@tonic-gate#
477c478bd9Sstevel@tonic-gateCOMMON_MODULES_PROC_32BIT = \
487c478bd9Sstevel@tonic-gate	svc.configd \
497c478bd9Sstevel@tonic-gate	svc.startd
507c478bd9Sstevel@tonic-gate
517c478bd9Sstevel@tonic-gate#
527c478bd9Sstevel@tonic-gate# MDB modules used for debugging kernels.
537c478bd9Sstevel@tonic-gate#
547c478bd9Sstevel@tonic-gateCOMMON_MODULES_KVM = \
5569bb4bb4Scarlsonj	arp \
567c478bd9Sstevel@tonic-gate	cpc \
577c478bd9Sstevel@tonic-gate	crypto	\
587c478bd9Sstevel@tonic-gate	dtrace	\
59fcf3ce44SJohn Forte	emlxs \
60fcf3ce44SJohn Forte	fcip \
61fcf3ce44SJohn Forte	fcp \
62fcf3ce44SJohn Forte	fctl \
637c478bd9Sstevel@tonic-gate	genunix \
64381a2a9aSdr146992	hook \
65381a2a9aSdr146992	neti \
66a6d42e7dSPeter Dunlap	idm \
67fcf3ce44SJohn Forte	ii \
687c478bd9Sstevel@tonic-gate	ip \
697c478bd9Sstevel@tonic-gate	ipc \
707c478bd9Sstevel@tonic-gate	ipp \
717c478bd9Sstevel@tonic-gate	krtld \
727c478bd9Sstevel@tonic-gate	lofs \
737c478bd9Sstevel@tonic-gate	logindmux \
74da14cebeSEric Cheng	mac \
757c478bd9Sstevel@tonic-gate	md \
765b504601Sjiang wu - Sun Microsystems - Beijing China	mpt_sas \
7734841cc2SYu Wu - Sun Microsystems - Beijing China	mr_sas \
787c478bd9Sstevel@tonic-gate	nca \
79fcf3ce44SJohn Forte	nsctl \
804bff34e3Sthurlow	nsmb \
814c06356bSdh142964	pmcs \
827c478bd9Sstevel@tonic-gate	ptm \
83fcf3ce44SJohn Forte	qlc \
847c478bd9Sstevel@tonic-gate	random \
85fcf3ce44SJohn Forte	rdc \
867c478bd9Sstevel@tonic-gate	s1394 \
8770ab954aSramat	scsi_vhci \
887c478bd9Sstevel@tonic-gate	sctp \
89c94146ceSgap	sd \
90fcf3ce44SJohn Forte	sdbc \
914bff34e3Sthurlow	smbfs \
92da6c28aaSamw	smbsrv \
930f1702c5SYu Xiangning	sockfs \
947c478bd9Sstevel@tonic-gate	specfs \
957c478bd9Sstevel@tonic-gate	sppp \
961bdd6c0eSSue Gleeson	srpt \
97fcf3ce44SJohn Forte	stmf \
98fcf3ce44SJohn Forte	sv \
997c478bd9Sstevel@tonic-gate	ufs \
100fa9e4066Sahrens	usba \
1014d694293Sjmcp	zfs
102fb9f9b97Skupfer
103fb9f9b97SkupferCLOSED_COMMON_MODULES_KVM = \
104b571009dSgp87344	mpt \
105fb9f9b97Skupfer	nfs
106fb9f9b97Skupfer
107fb9f9b97Skupferinclude $(SRC)/Makefile.master
108