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.
24d13dc62bSJohn Levon# Copyright 2019 Joyent, Inc.
252a12f85aSJeremy Jones# Copyright (c) 2013 by Delphix. All rights reserved.
26*9b664393SGarrett D'Amore# Copyright 2022 Garrett D'Amore
27ae115bc7Smrj#
28ae115bc7Smrj
29ae115bc7Smrj#
30ae115bc7Smrj# This file simply contains the list of sources files compiled together
31ae115bc7Smrj# to create the genunix mdb module.   Having them in one place saves
32ae115bc7Smrj# a bunch of unnecessary replication.
33ae115bc7Smrj#
34ae115bc7SmrjGENUNIX_SRCS =		\
35ae115bc7Smrj	avl.c		\
36ae115bc7Smrj	bio.c		\
374c06356bSdh	bitset.c	\
38b5fca8f8Stomee	combined.c	\
39ae115bc7Smrj	contract.c	\
40ae115bc7Smrj	cpupart.c	\
410605fe78SGordon Ross	cred.c		\
42ae115bc7Smrj	ctxop.c		\
43ae115bc7Smrj	cyclic.c	\
444c06356bSdh	damap.c		\
45a288e5a9SJoshua M. Clulow	ddi_periodic.c	\
46ae115bc7Smrj	devinfo.c	\
47087e1372Stomee	dist.c		\
4839f030b8SPatrick Mooney	dnlc.c		\
49ae115bc7Smrj	findstack.c	\
50c9a6ea2eSBryan Cantrill	findstack_subr.c \
51ae115bc7Smrj	fm.c		\
5269a119caSChristopher Siden	gcore_isadep.c	\
53ae115bc7Smrj	genunix.c	\
54ae115bc7Smrj	group.c		\
5526947304SEvan Yan	hotplug.c	\
565febcb4aSScott Carter, SD IOSW	irm.c		\
57ae115bc7Smrj	kgrep.c		\
58ae115bc7Smrj	kmem.c		\
59ae115bc7Smrj	ldi.c		\
60ae115bc7Smrj	leaky.c		\
61ae115bc7Smrj	leaky_subr.c	\
62ae115bc7Smrj	lgrp.c		\
63ae115bc7Smrj	list.c		\
64ae115bc7Smrj	log.c		\
65ae115bc7Smrj	mdi.c		\
66ae115bc7Smrj	memory.c	\
67ae115bc7Smrj	modhash.c	\
68ae115bc7Smrj	ndievents.c	\
69ae115bc7Smrj	net.c		\
70f4b3ec61Sdh	netstack.c	\
71ae115bc7Smrj	nvpair.c	\
72e386d4ddSRobert Mustacchi	pci.c		\
73ae115bc7Smrj	pg.c		\
74ae115bc7Smrj	rctl.c		\
75d13dc62bSJohn Levon	refstr.c	\
76ae115bc7Smrj	sobj.c		\
77ae115bc7Smrj	streams.c	\
78ae115bc7Smrj	sysevent.c	\
79e0ad97e3SJonathan Adams	taskq.c		\
80ae115bc7Smrj	thread.c	\
81ae115bc7Smrj	tsd.c		\
82ae115bc7Smrj	tsol.c		\
83ae115bc7Smrj	vfs.c		\
84ae115bc7Smrj	zone.c
85