xref: /illumos-gate/usr/src/cmd/mdb/Makefile.common (revision 8329232e00f1048795bae53acb230316243aadb5)
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#
23# Copyright (c) 1999, 2010, Oracle and/or its affiliates. All rights reserved.
24# Copyright 2016 Joyent, Inc.
25# Copyright 2017 Nexenta Systems, Inc.
26#
27
28#
29# MDB modules used for debugging user processes that every ISA's build
30# subdirectory will need to build.
31#
32
33COMMON_MODULES_PROC = \
34	dof \
35	libavl \
36	libc \
37	libcmdutils \
38	libfknsmb \
39	libfksmbfs \
40	libfksmbsrv \
41	libnvpair \
42	libproc \
43	libpython \
44	libsysevent \
45	libtopo \
46	libumem \
47	libuutil \
48	libzpool \
49	mdb_ds \
50	mdb_test
51
52#
53# MDB modules used for debugging user processes which are only 32-bit
54#
55COMMON_MODULES_PROC_32BIT = \
56	svc.configd \
57	svc.startd
58
59#
60# MDB modules used for debugging kernels.
61#
62COMMON_MODULES_KVM = \
63	arp \
64	cpc \
65	crypto	\
66	dtrace	\
67	emlxs \
68	fcip \
69	fcp \
70	fctl \
71	genunix \
72	hook \
73	neti \
74	idm \
75	ip \
76	ipc \
77	ipp \
78	krtld \
79	lofs \
80	logindmux \
81	mac \
82	mm \
83	mpt_sas \
84	mr_sas \
85	nca \
86	nsmb \
87	pmcs \
88	ptm \
89	qlc \
90	random \
91	s1394 \
92	scsi_vhci \
93	sctp \
94	sd \
95	smbfs \
96	smbsrv \
97	sockfs \
98	specfs \
99	sppp \
100	srpt \
101	stmf \
102	stmf_sbd \
103	ufs \
104	usba \
105	zfs
106
107CLOSED_COMMON_MODULES_KVM = \
108	mpt \
109	nfs
110
111include $(SRC)/Makefile.master
112