Makefile.common revision 12710:66c9c36f2046
1234353Sdim#
2234353Sdim# CDDL HEADER START
3193323Sed#
4193323Sed# The contents of this file are subject to the terms of the
5193323Sed# Common Development and Distribution License (the "License").
6193323Sed# You may not use this file except in compliance with the License.
7234353Sdim#
8193323Sed# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9193323Sed# or http://www.opensolaris.org/os/licensing.
10193323Sed# See the License for the specific language governing permissions
11193323Sed# and limitations under the License.
12193323Sed#
13193323Sed# When distributing Covered Code, include this CDDL HEADER in each
14193323Sed# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15193323Sed# If applicable, add the following below this CDDL HEADER, with the
16193323Sed# fields enclosed by brackets "[]" replaced with your own identifying
17193323Sed# information: Portions Copyright [yyyy] [name of copyright owner]
18193323Sed#
19198090Srdivacky# CDDL HEADER END
20198090Srdivacky#
21198090Srdivacky# Copyright (c) 1999, 2010, Oracle and/or its affiliates. All rights reserved.
22198090Srdivacky#
23208599Srdivacky# MDB modules used for debugging user processes that every ISA's build
24208599Srdivacky# subdirectory will need to build.
25208599Srdivacky#
26208599Srdivacky 
27208599SrdivackyCOMMON_MODULES_PROC = \
28193323Sed	dof \
29193323Sed	libavl \
30193323Sed	libc \
31193323Sed	libcmdutils \
32193323Sed	libnvpair \
33193323Sed	libproc \
34193323Sed	libpython2.6 \
35193323Sed	libsysevent \
36193323Sed	libtopo \
37193323Sed	libumem \
38193323Sed	libuutil \
39193323Sed	libzpool \
40193323Sed	mdb_ds \
41208599Srdivacky	mdb_test
42234353Sdim
43193323Sed#
44193323Sed# MDB modules used for debugging user processes which are only 32-bit
45198090Srdivacky#
46249423SdimCOMMON_MODULES_PROC_32BIT = \
47198090Srdivacky	svc.configd \
48198090Srdivacky	svc.startd
49218893Sdim
50218893Sdim#
51218893Sdim# MDB modules used for debugging kernels.
52193323Sed#
53193323SedCOMMON_MODULES_KVM = \
54193323Sed	arp \
55193323Sed	cpc \
56193323Sed	crypto	\
57193323Sed	dtrace	\
58193323Sed	emlxs \
59193323Sed	fcip \
60193323Sed	fcp \
61193323Sed	fctl \
62193323Sed	genunix \
63193323Sed	hook \
64193323Sed	neti \
65193323Sed	idm \
66193323Sed	ii \
67198090Srdivacky	ip \
68193323Sed	ipc \
69193323Sed	ipp \
70193323Sed	krtld \
71193323Sed	lofs \
72193323Sed	logindmux \
73193323Sed	mac \
74193323Sed	md \
75193323Sed	mpt_sas \
76193323Sed	mr_sas \
77193323Sed	nca \
78193323Sed	nsctl \
79193323Sed	nsmb \
80193323Sed	pmcs \
81193323Sed	ptm \
82193323Sed	qlc \
83198090Srdivacky	random \
84193323Sed	rdc \
85193323Sed	s1394 \
86193323Sed	scsi_vhci \
87193323Sed	sctp \
88193323Sed	sd \
89193323Sed	sdbc \
90193323Sed	smbfs \
91193323Sed	smbsrv \
92193323Sed	sockfs \
93193323Sed	specfs \
94193323Sed	sppp \
95193323Sed	srpt \
96193323Sed	stmf \
97193323Sed	stmf_sbd \
98193323Sed	sv \
99193323Sed	ufs \
100193323Sed	usba \
101193323Sed	zfs
102193323Sed
103193323SedCLOSED_COMMON_MODULES_KVM = \
104193323Sed	mpt \
105193323Sed	nfs
106193323Sed
107193323Sedinclude $(SRC)/Makefile.master
108193323Sed