xref: /titanic_52/usr/src/cmd/mdb/Makefile.common (revision da5577f07f6199b51ea374581248790c288e827b)
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#
213c112a2bSEric Taylor# Copyright (c) 1999, 2010, Oracle and/or its affiliates. All rights reserved.
22b819cea2SGordon Ross# Copyright 2013 Nexenta Systems, Inc.  All rights reserved.
23*da5577f0SRobert Mustacchi# Copyright 2016 Joyent, Inc.
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 \
333c112a2bSEric Taylor	libcmdutils \
34b819cea2SGordon Ross	libfksmbsrv \
357c478bd9Sstevel@tonic-gate	libnvpair \
369acbbeafSnn35248	libproc \
37ea394cb0Sjohansen	libpython2.6 \
387c478bd9Sstevel@tonic-gate	libsysevent \
399dd0f810Scindi	libtopo \
407c478bd9Sstevel@tonic-gate	libumem \
411a7c1b72Smws	libuutil \
42fa9e4066Sahrens	libzpool \
431a7c1b72Smws	mdb_ds \
441a7c1b72Smws	mdb_test
457c478bd9Sstevel@tonic-gate
467c478bd9Sstevel@tonic-gate#
477c478bd9Sstevel@tonic-gate# MDB modules used for debugging user processes which are only 32-bit
487c478bd9Sstevel@tonic-gate#
497c478bd9Sstevel@tonic-gateCOMMON_MODULES_PROC_32BIT = \
507c478bd9Sstevel@tonic-gate	svc.configd \
517c478bd9Sstevel@tonic-gate	svc.startd
527c478bd9Sstevel@tonic-gate
537c478bd9Sstevel@tonic-gate#
547c478bd9Sstevel@tonic-gate# MDB modules used for debugging kernels.
557c478bd9Sstevel@tonic-gate#
567c478bd9Sstevel@tonic-gateCOMMON_MODULES_KVM = \
5769bb4bb4Scarlsonj	arp \
587c478bd9Sstevel@tonic-gate	cpc \
597c478bd9Sstevel@tonic-gate	crypto	\
607c478bd9Sstevel@tonic-gate	dtrace	\
61fcf3ce44SJohn Forte	emlxs \
62fcf3ce44SJohn Forte	fcip \
63fcf3ce44SJohn Forte	fcp \
64fcf3ce44SJohn Forte	fctl \
657c478bd9Sstevel@tonic-gate	genunix \
66381a2a9aSdr146992	hook \
67381a2a9aSdr146992	neti \
68*da5577f0SRobert Mustacchi	i40e \
69a6d42e7dSPeter Dunlap	idm \
70fcf3ce44SJohn Forte	ii \
717c478bd9Sstevel@tonic-gate	ip \
727c478bd9Sstevel@tonic-gate	ipc \
737c478bd9Sstevel@tonic-gate	ipp \
747c478bd9Sstevel@tonic-gate	krtld \
757c478bd9Sstevel@tonic-gate	lofs \
767c478bd9Sstevel@tonic-gate	logindmux \
77da14cebeSEric Cheng	mac \
787c478bd9Sstevel@tonic-gate	md \
795b504601Sjiang wu - Sun Microsystems - Beijing China	mpt_sas \
8034841cc2SYu Wu - Sun Microsystems - Beijing China	mr_sas \
817c478bd9Sstevel@tonic-gate	nca \
82fcf3ce44SJohn Forte	nsctl \
834bff34e3Sthurlow	nsmb \
844c06356bSdh142964	pmcs \
857c478bd9Sstevel@tonic-gate	ptm \
86fcf3ce44SJohn Forte	qlc \
877c478bd9Sstevel@tonic-gate	random \
88fcf3ce44SJohn Forte	rdc \
897c478bd9Sstevel@tonic-gate	s1394 \
9070ab954aSramat	scsi_vhci \
917c478bd9Sstevel@tonic-gate	sctp \
92c94146ceSgap	sd \
93fcf3ce44SJohn Forte	sdbc \
944bff34e3Sthurlow	smbfs \
95da6c28aaSamw	smbsrv \
960f1702c5SYu Xiangning	sockfs \
977c478bd9Sstevel@tonic-gate	specfs \
987c478bd9Sstevel@tonic-gate	sppp \
991bdd6c0eSSue Gleeson	srpt \
100fcf3ce44SJohn Forte	stmf \
101dea05b66SNattuvetty Bhavyan	stmf_sbd \
102fcf3ce44SJohn Forte	sv \
1037c478bd9Sstevel@tonic-gate	ufs \
104fa9e4066Sahrens	usba \
1054d694293Sjmcp	zfs
106fb9f9b97Skupfer
107fb9f9b97SkupferCLOSED_COMMON_MODULES_KVM = \
108b571009dSgp87344	mpt \
109fb9f9b97Skupfer	nfs
110fb9f9b97Skupfer
111fb9f9b97Skupferinclude $(SRC)/Makefile.master
112