xref: /illumos-gate/usr/src/cmd/mdb/Makefile.common (revision 4bff34e37def8a90f9194d81bc345c52ba20086a)
1#
2# CDDL HEADER START
3#
4# The contents of this file are subject to the terms of the
5# Common Development and Distribution License (the "License").
6# You may not use this file except in compliance with the License.
7#
8# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9# or http://www.opensolaris.org/os/licensing.
10# See the License for the specific language governing permissions
11# and limitations under the License.
12#
13# When distributing Covered Code, include this CDDL HEADER in each
14# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15# If applicable, add the following below this CDDL HEADER, with the
16# fields enclosed by brackets "[]" replaced with your own identifying
17# information: Portions Copyright [yyyy] [name of copyright owner]
18#
19# CDDL HEADER END
20#
21#
22# Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
23# Use is subject to license terms.
24#
25# ident	"%Z%%M%	%I%	%E% SMI"
26#
27# MDB modules used for debugging user processes that every ISA's build
28# subdirectory will need to build.
29#
30COMMON_MODULES_PROC = \
31	dof \
32	libavl \
33	libc \
34	libnvpair \
35	libproc \
36	libsysevent \
37	libtopo \
38	libumem \
39	libuutil \
40	libzpool \
41	mdb_ds \
42	mdb_test
43
44#
45# MDB modules used for debugging user processes which are only 32-bit
46#
47COMMON_MODULES_PROC_32BIT = \
48	svc.configd \
49	svc.startd
50
51#
52# MDB modules used for debugging kernels.
53#
54COMMON_MODULES_KVM = \
55	arp \
56	audiosup \
57	cpc \
58	crypto	\
59	dtrace	\
60	genunix \
61	hook \
62	neti \
63	ip \
64	ipc \
65	ipp \
66	krtld \
67	lofs \
68	logindmux \
69	md \
70	nca \
71	nsmb \
72	ptm \
73	random \
74	s1394 \
75	scsi_vhci \
76	sctp \
77	smbfs \
78	smbsrv \
79	specfs \
80	sppp \
81	ufs \
82	usba \
83	zfs
84
85CLOSED_COMMON_MODULES_KVM = \
86	mpt \
87	nfs
88
89include $(SRC)/Makefile.master
90