Makefile.common revision da14cebe459d3275048785f25bd869cb09b5307f
252N/A#
252N/A# CDDL HEADER START
252N/A#
252N/A# The contents of this file are subject to the terms of the
252N/A# Common Development and Distribution License (the "License").
252N/A# You may not use this file except in compliance with the License.
252N/A#
252N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
252N/A# or http://www.opensolaris.org/os/licensing.
252N/A# See the License for the specific language governing permissions
252N/A# and limitations under the License.
252N/A#
252N/A# When distributing Covered Code, include this CDDL HEADER in each
252N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
252N/A# If applicable, add the following below this CDDL HEADER, with the
252N/A# fields enclosed by brackets "[]" replaced with your own identifying
252N/A# information: Portions Copyright [yyyy] [name of copyright owner]
252N/A#
252N/A# CDDL HEADER END
252N/A#
252N/A#
252N/A# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
252N/A# Use is subject to license terms.
252N/A#
252N/A# MDB modules used for debugging user processes that every ISA's build
252N/A# subdirectory will need to build.
252N/A#
252N/A
252N/ACOMMON_MODULES_PROC = \
252N/A dof \
252N/A libavl \
252N/A libc \
252N/A libnvpair \
252N/A libproc \
252N/A libsysevent \
252N/A libtopo \
252N/A libumem \
252N/A libuutil \
252N/A libzpool \
252N/A mdb_ds \
252N/A mdb_test
252N/A
252N/A#
252N/A# MDB modules used for debugging user processes which are only 32-bit
252N/A#
252N/ACOMMON_MODULES_PROC_32BIT = \
252N/A svc.configd \
252N/A svc.startd
252N/A
252N/A#
252N/A# MDB modules used for debugging kernels.
252N/A#
252N/ACOMMON_MODULES_KVM = \
252N/A arp \
252N/A audiosup \
252N/A cpc \
252N/A crypto \
252N/A dtrace \
252N/A emlxs \
252N/A fcip \
252N/A fcp \
252N/A fctl \
252N/A genunix \
252N/A hook \
252N/A neti \
252N/A idm \
252N/A ii \
252N/A ip \
252N/A ipc \
252N/A ipp \
252N/A krtld \
252N/A lofs \
252N/A logindmux \
252N/A mac \
252N/A md \
252N/A nca \
252N/A nsctl \
252N/A nsmb \
252N/A ptm \
252N/A qlc \
252N/A random \
252N/A rdc \
252N/A s1394 \
252N/A scsi_vhci \
252N/A sctp \
252N/A sd \
252N/A sdbc \
252N/A smbfs \
252N/A smbsrv \
252N/A specfs \
252N/A sppp \
252N/A stmf \
252N/A sv \
252N/A ufs \
252N/A usba \
252N/A zfs
252N/A
252N/ACLOSED_COMMON_MODULES_KVM = \
252N/A mpt \
252N/A nfs
252N/A
252N/Ainclude $(SRC)/Makefile.master
252N/A