xref: /titanic_52/usr/src/cmd/mdb/common/modules/genunix/Makefile.files (revision 69a119caa6570c7077699161b7c28b6ee9f8b0f4)
1ae115bc7Smrj#
2ae115bc7Smrj# CDDL HEADER START
3ae115bc7Smrj#
4ae115bc7Smrj# The contents of this file are subject to the terms of the
5ae115bc7Smrj# Common Development and Distribution License (the "License").
6ae115bc7Smrj# You may not use this file except in compliance with the License.
7ae115bc7Smrj#
8ae115bc7Smrj# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9ae115bc7Smrj# or http://www.opensolaris.org/os/licensing.
10ae115bc7Smrj# See the License for the specific language governing permissions
11ae115bc7Smrj# and limitations under the License.
12ae115bc7Smrj#
13ae115bc7Smrj# When distributing Covered Code, include this CDDL HEADER in each
14ae115bc7Smrj# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15ae115bc7Smrj# If applicable, add the following below this CDDL HEADER, with the
16ae115bc7Smrj# fields enclosed by brackets "[]" replaced with your own identifying
17ae115bc7Smrj# information: Portions Copyright [yyyy] [name of copyright owner]
18ae115bc7Smrj#
19ae115bc7Smrj# CDDL HEADER END
20ae115bc7Smrj#
21ae115bc7Smrj#
220605fe78SGordon Ross# Copyright 2011 Nexenta Systems, Inc.  All rights reserved.
23c9a6ea2eSBryan Cantrill# Copyright (c) 1999, 2010, Oracle and/or its affiliates. All rights reserved.
24a288e5a9SJoshua M. Clulow# Copyright (c) 2013, Joyent, Inc.  All rights reserved.
252a12f85aSJeremy Jones# Copyright (c) 2013 by Delphix. All rights reserved.
26ae115bc7Smrj#
27ae115bc7Smrj
28ae115bc7Smrj#
29ae115bc7Smrj# This file simply contains the list of sources files compiled together
30ae115bc7Smrj# to create the genunix mdb module.   Having them in one place saves
31ae115bc7Smrj# a bunch of unnecessary replication.
32ae115bc7Smrj#
33ae115bc7SmrjGENUNIX_SRCS =		\
34ae115bc7Smrj	avl.c		\
35ae115bc7Smrj	bio.c		\
364c06356bSdh142964	bitset.c	\
37b5fca8f8Stomee	combined.c	\
38ae115bc7Smrj	contract.c	\
39ae115bc7Smrj	cpupart.c	\
400605fe78SGordon Ross	cred.c		\
41ae115bc7Smrj	ctxop.c		\
42ae115bc7Smrj	cyclic.c	\
434c06356bSdh142964	damap.c		\
44a288e5a9SJoshua M. Clulow	ddi_periodic.c	\
45ae115bc7Smrj	devinfo.c	\
46087e1372Stomee	dist.c		\
47ae115bc7Smrj	findstack.c	\
48c9a6ea2eSBryan Cantrill	findstack_subr.c \
49ae115bc7Smrj	fm.c		\
502a12f85aSJeremy Jones	gcore.c		\
51*69a119caSChristopher Siden	gcore_isadep.c	\
52ae115bc7Smrj	genunix.c	\
53ae115bc7Smrj	group.c		\
5426947304SEvan Yan	hotplug.c	\
555febcb4aSScott Carter, SD IOSW	irm.c		\
56ae115bc7Smrj	kgrep.c		\
57ae115bc7Smrj	kmem.c		\
58ae115bc7Smrj	ldi.c		\
59ae115bc7Smrj	leaky.c		\
60ae115bc7Smrj	leaky_subr.c	\
61ae115bc7Smrj	lgrp.c		\
62ae115bc7Smrj	list.c		\
63ae115bc7Smrj	log.c		\
64ae115bc7Smrj	mdi.c		\
65ae115bc7Smrj	memory.c	\
66ae115bc7Smrj	mmd.c		\
67ae115bc7Smrj	modhash.c	\
68ae115bc7Smrj	ndievents.c	\
69ae115bc7Smrj	net.c		\
70f4b3ec61Sdh155122	netstack.c	\
71ae115bc7Smrj	nvpair.c	\
72ae115bc7Smrj	pg.c		\
73ae115bc7Smrj	rctl.c		\
74ae115bc7Smrj	sobj.c		\
75ae115bc7Smrj	streams.c	\
76ae115bc7Smrj	sysevent.c	\
77e0ad97e3SJonathan Adams	taskq.c		\
78ae115bc7Smrj	thread.c	\
79ae115bc7Smrj	tsd.c		\
80ae115bc7Smrj	tsol.c		\
81ae115bc7Smrj	vfs.c		\
82ae115bc7Smrj	zone.c
83