xref: /illumos-gate/usr/src/cmd/mdb/common/modules/genunix/Makefile.files (revision bde2df36223c26750e6e5e801907d885e088ee30)
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# Copyright 2011 Nexenta Systems, Inc.  All rights reserved.
23# Copyright (c) 1999, 2010, Oracle and/or its affiliates. All rights reserved.
24#
25
26#
27# This file simply contains the list of sources files compiled together
28# to create the genunix mdb module.   Having them in one place saves
29# a bunch of unnecessary replication.
30#
31GENUNIX_SRCS =		\
32	avl.c		\
33	bio.c		\
34	bitset.c	\
35	combined.c	\
36	contract.c	\
37	cpupart.c	\
38	cred.c		\
39	ctxop.c		\
40	cyclic.c	\
41	damap.c		\
42	devinfo.c	\
43	dist.c		\
44	findstack.c	\
45	findstack_subr.c \
46	fm.c		\
47	genunix.c	\
48	group.c		\
49	hotplug.c	\
50	irm.c		\
51	kgrep.c		\
52	kmem.c		\
53	ldi.c		\
54	leaky.c		\
55	leaky_subr.c	\
56	lgrp.c		\
57	list.c		\
58	log.c		\
59	mdi.c		\
60	memory.c	\
61	mmd.c		\
62	modhash.c	\
63	ndievents.c	\
64	net.c		\
65	netstack.c	\
66	nvpair.c	\
67	pg.c		\
68	rctl.c		\
69	sobj.c		\
70	streams.c	\
71	sysevent.c	\
72	taskq.c		\
73	thread.c	\
74	tsd.c		\
75	tsol.c		\
76	vfs.c		\
77	zone.c
78