xref: /titanic_52/usr/src/cmd/mdb/Makefile.common (revision 2fb4439d628ad2df0775287be1abd1ed95e7d267)
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#
21e373b6e4SYuri Pankov
22e373b6e4SYuri Pankov#
233c112a2bSEric Taylor# Copyright (c) 1999, 2010, Oracle and/or its affiliates. All rights reserved.
24da5577f0SRobert Mustacchi# Copyright 2016 Joyent, Inc.
25e373b6e4SYuri Pankov# Copyright 2016 Nexenta Systems, Inc.
26e373b6e4SYuri Pankov#
27e373b6e4SYuri Pankov
287c478bd9Sstevel@tonic-gate#
297c478bd9Sstevel@tonic-gate# MDB modules used for debugging user processes that every ISA's build
307c478bd9Sstevel@tonic-gate# subdirectory will need to build.
317c478bd9Sstevel@tonic-gate#
32da14cebeSEric Cheng
337c478bd9Sstevel@tonic-gateCOMMON_MODULES_PROC = \
341a7c1b72Smws	dof \
35fa9e4066Sahrens	libavl \
367c478bd9Sstevel@tonic-gate	libc \
373c112a2bSEric Taylor	libcmdutils \
38b819cea2SGordon Ross	libfksmbsrv \
397c478bd9Sstevel@tonic-gate	libnvpair \
409acbbeafSnn35248	libproc \
41*2fb4439dSAlexander Pyhalov	libpython \
427c478bd9Sstevel@tonic-gate	libsysevent \
439dd0f810Scindi	libtopo \
447c478bd9Sstevel@tonic-gate	libumem \
451a7c1b72Smws	libuutil \
46fa9e4066Sahrens	libzpool \
471a7c1b72Smws	mdb_ds \
481a7c1b72Smws	mdb_test
497c478bd9Sstevel@tonic-gate
507c478bd9Sstevel@tonic-gate#
517c478bd9Sstevel@tonic-gate# MDB modules used for debugging user processes which are only 32-bit
527c478bd9Sstevel@tonic-gate#
537c478bd9Sstevel@tonic-gateCOMMON_MODULES_PROC_32BIT = \
547c478bd9Sstevel@tonic-gate	svc.configd \
557c478bd9Sstevel@tonic-gate	svc.startd
567c478bd9Sstevel@tonic-gate
577c478bd9Sstevel@tonic-gate#
587c478bd9Sstevel@tonic-gate# MDB modules used for debugging kernels.
597c478bd9Sstevel@tonic-gate#
607c478bd9Sstevel@tonic-gateCOMMON_MODULES_KVM = \
6169bb4bb4Scarlsonj	arp \
627c478bd9Sstevel@tonic-gate	cpc \
637c478bd9Sstevel@tonic-gate	crypto	\
647c478bd9Sstevel@tonic-gate	dtrace	\
65fcf3ce44SJohn Forte	emlxs \
66fcf3ce44SJohn Forte	fcip \
67fcf3ce44SJohn Forte	fcp \
68fcf3ce44SJohn Forte	fctl \
697c478bd9Sstevel@tonic-gate	genunix \
70381a2a9aSdr146992	hook \
71381a2a9aSdr146992	neti \
72a6d42e7dSPeter Dunlap	idm \
73fcf3ce44SJohn Forte	ii \
747c478bd9Sstevel@tonic-gate	ip \
757c478bd9Sstevel@tonic-gate	ipc \
767c478bd9Sstevel@tonic-gate	ipp \
777c478bd9Sstevel@tonic-gate	krtld \
787c478bd9Sstevel@tonic-gate	lofs \
797c478bd9Sstevel@tonic-gate	logindmux \
80da14cebeSEric Cheng	mac \
815b504601Sjiang wu - Sun Microsystems - Beijing China	mpt_sas \
8234841cc2SYu Wu - Sun Microsystems - Beijing China	mr_sas \
837c478bd9Sstevel@tonic-gate	nca \
84fcf3ce44SJohn Forte	nsctl \
854bff34e3Sthurlow	nsmb \
864c06356bSdh142964	pmcs \
877c478bd9Sstevel@tonic-gate	ptm \
88fcf3ce44SJohn Forte	qlc \
897c478bd9Sstevel@tonic-gate	random \
90fcf3ce44SJohn Forte	rdc \
917c478bd9Sstevel@tonic-gate	s1394 \
9270ab954aSramat	scsi_vhci \
937c478bd9Sstevel@tonic-gate	sctp \
94c94146ceSgap	sd \
95fcf3ce44SJohn Forte	sdbc \
964bff34e3Sthurlow	smbfs \
97da6c28aaSamw	smbsrv \
980f1702c5SYu Xiangning	sockfs \
997c478bd9Sstevel@tonic-gate	specfs \
1007c478bd9Sstevel@tonic-gate	sppp \
1011bdd6c0eSSue Gleeson	srpt \
102fcf3ce44SJohn Forte	stmf \
103dea05b66SNattuvetty Bhavyan	stmf_sbd \
104fcf3ce44SJohn Forte	sv \
1057c478bd9Sstevel@tonic-gate	ufs \
106fa9e4066Sahrens	usba \
1074d694293Sjmcp	zfs
108fb9f9b97Skupfer
109fb9f9b97SkupferCLOSED_COMMON_MODULES_KVM = \
110b571009dSgp87344	mpt \
111fb9f9b97Skupfer	nfs
112fb9f9b97Skupfer
113fb9f9b97Skupferinclude $(SRC)/Makefile.master
114