xref: /freebsd/sys/conf/files (revision 681ce946)
1# $FreeBSD$
2#
3# The long compile-with and dependency lines are required because of
4# limitations in config: backslash-newline doesn't work in strings, and
5# dependency lines other than the first are silently ignored.
6#
7acpi_quirks.h			optional acpi				   \
8	dependency	"$S/tools/acpi_quirks2h.awk $S/dev/acpica/acpi_quirks" \
9	compile-with	"${AWK} -f $S/tools/acpi_quirks2h.awk $S/dev/acpica/acpi_quirks" \
10	no-obj no-implicit-rule before-depend				   \
11	clean		"acpi_quirks.h"
12bhnd_nvram_map.h		optional bhnd				   \
13	dependency	"$S/dev/bhnd/tools/nvram_map_gen.sh $S/dev/bhnd/tools/nvram_map_gen.awk $S/dev/bhnd/nvram/nvram_map" \
14	compile-with	"sh $S/dev/bhnd/tools/nvram_map_gen.sh $S/dev/bhnd/nvram/nvram_map -h" \
15	no-obj no-implicit-rule before-depend				   \
16	clean		"bhnd_nvram_map.h"
17bhnd_nvram_map_data.h		optional bhnd				   \
18	dependency	"$S/dev/bhnd/tools/nvram_map_gen.sh $S/dev/bhnd/tools/nvram_map_gen.awk $S/dev/bhnd/nvram/nvram_map" \
19	compile-with	"sh $S/dev/bhnd/tools/nvram_map_gen.sh $S/dev/bhnd/nvram/nvram_map -d" \
20	no-obj no-implicit-rule before-depend				   \
21	clean		"bhnd_nvram_map_data.h"
22fdt_static_dtb.h		optional fdt fdt_dtb_static \
23	compile-with "sh -c 'MACHINE=${MACHINE} $S/tools/fdt/make_dtbh.sh ${FDT_DTS_FILE} ${.CURDIR}'" \
24	dependency	"${FDT_DTS_FILE:T:R}.dtb" \
25	no-obj no-implicit-rule before-depend \
26	clean		"fdt_static_dtb.h"
27feeder_eq_gen.h			optional sound				   \
28	dependency	"$S/tools/sound/feeder_eq_mkfilter.awk"		   \
29	compile-with	"${AWK} -f $S/tools/sound/feeder_eq_mkfilter.awk -- ${FEEDER_EQ_PRESETS} > feeder_eq_gen.h" \
30	no-obj no-implicit-rule before-depend				   \
31	clean		"feeder_eq_gen.h"
32feeder_rate_gen.h		optional sound				   \
33	dependency	"$S/tools/sound/feeder_rate_mkfilter.awk"	   \
34	compile-with	"${AWK} -f $S/tools/sound/feeder_rate_mkfilter.awk -- ${FEEDER_RATE_PRESETS} > feeder_rate_gen.h" \
35	no-obj no-implicit-rule before-depend				   \
36	clean		"feeder_rate_gen.h"
37font.h				optional	sc_dflt_font		\
38	compile-with	"uudecode < ${SRCTOP}/share/syscons/fonts/${SC_DFLT_FONT}-8x16.fnt && file2c 'u_char dflt_font_16[16*256] = {' '};' < ${SC_DFLT_FONT}-8x16 > font.h && uudecode < ${SRCTOP}/share/syscons/fonts/${SC_DFLT_FONT}-8x14.fnt && file2c 'u_char dflt_font_14[14*256] = {' '};' < ${SC_DFLT_FONT}-8x14 >> font.h && uudecode < ${SRCTOP}/share/syscons/fonts/${SC_DFLT_FONT}-8x8.fnt && file2c 'u_char dflt_font_8[8*256] = {' '};' < ${SC_DFLT_FONT}-8x8 >> font.h"									\
39	no-obj no-implicit-rule before-depend				\
40	clean		"font.h ${SC_DFLT_FONT}-8x14 ${SC_DFLT_FONT}-8x16 ${SC_DFLT_FONT}-8x8"
41snd_fxdiv_gen.h			optional sound				   \
42	dependency	"$S/tools/sound/snd_fxdiv_gen.awk"		   \
43	compile-with	"${AWK} -f $S/tools/sound/snd_fxdiv_gen.awk -- > snd_fxdiv_gen.h" \
44	no-obj no-implicit-rule before-depend				   \
45	clean		"snd_fxdiv_gen.h"
46miidevs.h			optional miibus | mii			   \
47	dependency	"$S/tools/miidevs2h.awk $S/dev/mii/miidevs"	   \
48	compile-with	"${AWK} -f $S/tools/miidevs2h.awk $S/dev/mii/miidevs" \
49	no-obj no-implicit-rule before-depend				   \
50	clean		"miidevs.h"
51kbdmuxmap.h			optional	kbdmux_dflt_keymap 	   \
52	compile-with	"${KEYMAP} -L ${KBDMUX_DFLT_KEYMAP} | ${KEYMAP_FIX} > ${.TARGET}" \
53	no-obj no-implicit-rule before-depend				\
54	clean		"kbdmuxmap.h"
55teken_state.h		optional sc | vt				   \
56	dependency	"$S/teken/gensequences $S/teken/sequences" \
57	compile-with	"${AWK} -f $S/teken/gensequences $S/teken/sequences > teken_state.h" \
58	no-obj no-implicit-rule before-depend				   \
59	clean		"teken_state.h"
60ukbdmap.h			optional	ukbd_dflt_keymap	\
61	compile-with	"${KEYMAP} -L ${UKBD_DFLT_KEYMAP} | ${KEYMAP_FIX} > ${.TARGET}" \
62	no-obj no-implicit-rule before-depend				\
63	clean		"ukbdmap.h"
64usbdevs.h			optional usb				   \
65	dependency	"$S/tools/usbdevs2h.awk $S/dev/usb/usbdevs" \
66	compile-with	"${AWK} -f $S/tools/usbdevs2h.awk $S/dev/usb/usbdevs -h" \
67	no-obj no-implicit-rule before-depend				   \
68	clean		"usbdevs.h"
69usbdevs_data.h			optional usb				   \
70	dependency	"$S/tools/usbdevs2h.awk $S/dev/usb/usbdevs" \
71	compile-with	"${AWK} -f $S/tools/usbdevs2h.awk $S/dev/usb/usbdevs -d" \
72	no-obj no-implicit-rule before-depend				   \
73	clean		"usbdevs_data.h"
74sdiodevs.h			optional mmccam				   \
75	dependency	"$S/tools/sdiodevs2h.awk $S/dev/sdio/sdiodevs" \
76	compile-with	"${AWK} -f $S/tools/sdiodevs2h.awk $S/dev/sdio/sdiodevs -h" \
77	no-obj no-implicit-rule before-depend				   \
78	clean		"sdiodevs.h"
79sdiodevs_data.h			optional mmccam				   \
80	dependency	"$S/tools/sdiodevs2h.awk $S/dev/sdio/sdiodevs" \
81	compile-with	"${AWK} -f $S/tools/sdiodevs2h.awk $S/dev/sdio/sdiodevs -d" \
82	no-obj no-implicit-rule before-depend				   \
83	clean		"sdiodevs_data.h"
84cam/cam.c			optional scbus
85cam/cam_compat.c		optional scbus
86cam/cam_iosched.c		optional scbus
87cam/cam_periph.c		optional scbus
88cam/cam_queue.c			optional scbus
89cam/cam_sim.c			optional scbus
90cam/cam_xpt.c			optional scbus
91cam/ata/ata_all.c		optional scbus
92cam/ata/ata_xpt.c		optional scbus
93cam/ata/ata_pmp.c		optional scbus
94cam/nvme/nvme_all.c		optional scbus
95cam/nvme/nvme_da.c		optional nda | da
96cam/nvme/nvme_xpt.c		optional scbus
97cam/scsi/scsi_xpt.c		optional scbus
98cam/scsi/scsi_all.c		optional scbus
99cam/scsi/scsi_cd.c		optional cd
100cam/scsi/scsi_ch.c		optional ch
101cam/ata/ata_da.c		optional ada | da
102cam/ctl/ctl.c			optional ctl
103cam/ctl/ctl_backend.c		optional ctl
104cam/ctl/ctl_backend_block.c	optional ctl
105cam/ctl/ctl_backend_ramdisk.c	optional ctl
106cam/ctl/ctl_cmd_table.c		optional ctl
107cam/ctl/ctl_frontend.c		optional ctl
108cam/ctl/ctl_frontend_cam_sim.c	optional ctl
109cam/ctl/ctl_frontend_ioctl.c	optional ctl
110cam/ctl/ctl_frontend_iscsi.c	optional ctl cfiscsi
111cam/ctl/ctl_ha.c		optional ctl
112cam/ctl/ctl_scsi_all.c		optional ctl
113cam/ctl/ctl_tpc.c		optional ctl
114cam/ctl/ctl_tpc_local.c		optional ctl
115cam/ctl/ctl_error.c		optional ctl
116cam/ctl/ctl_util.c		optional ctl
117cam/ctl/scsi_ctl.c		optional ctl
118cam/mmc/mmc_xpt.c		optional scbus mmccam
119cam/mmc/mmc_sim.c		optional scbus mmccam
120cam/mmc/mmc_sim_if.m		optional scbus mmccam
121cam/mmc/mmc_da.c		optional scbus mmccam da
122cam/scsi/scsi_da.c		optional da
123cam/scsi/scsi_pass.c		optional pass
124cam/scsi/scsi_pt.c		optional pt
125cam/scsi/scsi_sa.c		optional sa
126cam/scsi/scsi_enc.c		optional ses
127cam/scsi/scsi_enc_ses.c		optional ses
128cam/scsi/scsi_enc_safte.c	optional ses
129cam/scsi/scsi_sg.c		optional sg
130cam/scsi/scsi_targ_bh.c		optional targbh
131cam/scsi/scsi_target.c		optional targ
132cam/scsi/smp_all.c		optional scbus
133
134# shared between zfs and dtrace
135cddl/compat/opensolaris/kern/opensolaris.c		optional dtrace compile-with "${CDDL_C}"
136cddl/compat/opensolaris/kern/opensolaris_proc.c		optional zfs | dtrace compile-with "${CDDL_C}"
137contrib/openzfs/module/os/freebsd/spl/spl_misc.c		optional zfs | dtrace compile-with "${ZFS_C}"
138contrib/openzfs/module/os/freebsd/spl/spl_cmn_err.c		optional zfs | dtrace compile-with "${ZFS_C}"
139contrib/openzfs/module/os/freebsd/spl/spl_taskq.c		optional zfs | dtrace compile-with "${ZFS_C}"
140contrib/openzfs/module/os/freebsd/spl/spl_kmem.c		optional zfs | dtrace compile-with "${ZFS_C}"
141
142#zfs solaris portability layer
143contrib/openzfs/module/os/freebsd/spl/acl_common.c		optional zfs compile-with "${ZFS_C}"
144contrib/openzfs/module/os/freebsd/spl/callb.c		optional zfs compile-with "${ZFS_C}"
145contrib/openzfs/module/os/freebsd/spl/list.c		optional zfs compile-with "${ZFS_C}"
146contrib/openzfs/module/os/freebsd/spl/spl_acl.c		optional zfs compile-with "${ZFS_C}"
147contrib/openzfs/module/os/freebsd/spl/spl_dtrace.c		optional zfs compile-with "${ZFS_C}"
148contrib/openzfs/module/os/freebsd/spl/spl_kstat.c		optional zfs compile-with "${ZFS_C}"
149contrib/openzfs/module/os/freebsd/spl/spl_policy.c		optional zfs compile-with "${ZFS_C}"
150contrib/openzfs/module/os/freebsd/spl/spl_string.c		optional zfs compile-with "${ZFS_C}"
151contrib/openzfs/module/os/freebsd/spl/spl_sunddi.c		optional zfs compile-with "${ZFS_C}"
152contrib/openzfs/module/os/freebsd/spl/spl_sysevent.c		optional zfs compile-with "${ZFS_C}"
153contrib/openzfs/module/os/freebsd/spl/spl_uio.c		optional zfs compile-with "${ZFS_C}"
154contrib/openzfs/module/os/freebsd/spl/spl_vfs.c		optional zfs compile-with "${ZFS_C}"
155contrib/openzfs/module/os/freebsd/spl/spl_vm.c		optional zfs compile-with "${ZFS_C}"
156contrib/openzfs/module/os/freebsd/spl/spl_zone.c		optional zfs compile-with "${ZFS_C}"
157contrib/openzfs/module/os/freebsd/spl/spl_procfs_list.c		optional zfs compile-with "${ZFS_C}"
158contrib/openzfs/module/os/freebsd/spl/spl_zlib.c		optional zfs compile-with "${ZFS_C}"
159
160
161# zfs specific
162
163#zfs avl
164contrib/openzfs/module/avl/avl.c				optional zfs compile-with "${ZFS_C}"
165
166# zfs lua support
167contrib/openzfs/module/lua/lapi.c			optional zfs compile-with "${ZFS_C}"
168contrib/openzfs/module/lua/lauxlib.c		optional zfs compile-with "${ZFS_C}"
169contrib/openzfs/module/lua/lbaselib.c		optional zfs compile-with "${ZFS_C}"
170contrib/openzfs/module/lua/lcode.c			optional zfs compile-with "${ZFS_C}"
171contrib/openzfs/module/lua/lcompat.c		optional zfs compile-with "${ZFS_C}"
172contrib/openzfs/module/lua/lcorolib.c		optional zfs compile-with "${ZFS_C}"
173contrib/openzfs/module/lua/lctype.c			optional zfs compile-with "${ZFS_C}"
174contrib/openzfs/module/lua/ldebug.c			optional zfs compile-with "${ZFS_C}"
175contrib/openzfs/module/lua/ldo.c			optional zfs compile-with "${ZFS_C}"
176contrib/openzfs/module/lua/lfunc.c			optional zfs compile-with "${ZFS_C}"
177contrib/openzfs/module/lua/lgc.c			optional zfs compile-with "${ZFS_C}"
178contrib/openzfs/module/lua/llex.c			optional zfs compile-with "${ZFS_C}"
179contrib/openzfs/module/lua/lmem.c			optional zfs compile-with "${ZFS_C}"
180contrib/openzfs/module/lua/lobject.c		optional zfs compile-with "${ZFS_C}"
181contrib/openzfs/module/lua/lopcodes.c		optional zfs compile-with "${ZFS_C}"
182contrib/openzfs/module/lua/lparser.c		optional zfs compile-with "${ZFS_C}"
183contrib/openzfs/module/lua/lstate.c			optional zfs compile-with "${ZFS_C}"
184contrib/openzfs/module/lua/lstring.c		optional zfs compile-with "${ZFS_C}"
185contrib/openzfs/module/lua/lstrlib.c		optional zfs compile-with "${ZFS_C}"
186contrib/openzfs/module/lua/ltable.c			optional zfs compile-with "${ZFS_C}"
187contrib/openzfs/module/lua/ltablib.c		optional zfs compile-with "${ZFS_C}"
188contrib/openzfs/module/lua/ltm.c			optional zfs compile-with "${ZFS_C}"
189contrib/openzfs/module/lua/lvm.c			optional zfs compile-with "${ZFS_C}"
190contrib/openzfs/module/lua/lzio.c			optional zfs compile-with "${ZFS_C}"
191
192# zfs nvpair support
193contrib/openzfs/module/nvpair/fnvpair.c		optional zfs compile-with "${ZFS_C}"
194contrib/openzfs/module/nvpair/nvpair.c		optional zfs compile-with "${ZFS_RPC_C}"
195contrib/openzfs/module/nvpair/nvpair_alloc_fixed.c	optional zfs compile-with "${ZFS_C}"
196contrib/openzfs/module/nvpair/nvpair_alloc_spl.c	optional zfs compile-with "${ZFS_C}"
197
198#zfs platform compatibility code
199contrib/openzfs/module/os/freebsd/zfs/abd_os.c		optional zfs compile-with "${ZFS_C}"
200contrib/openzfs/module/os/freebsd/zfs/arc_os.c		optional zfs compile-with "${ZFS_C}"
201contrib/openzfs/module/os/freebsd/zfs/crypto_os.c		optional zfs compile-with "${ZFS_C}"
202contrib/openzfs/module/os/freebsd/zfs/dmu_os.c		optional zfs compile-with "${ZFS_C}"
203contrib/openzfs/module/os/freebsd/zfs/hkdf.c		optional zfs compile-with "${ZFS_C}"
204contrib/openzfs/module/os/freebsd/zfs/kmod_core.c		optional zfs compile-with "${ZFS_C}"
205contrib/openzfs/module/os/freebsd/zfs/spa_os.c		optional zfs compile-with "${ZFS_C}"
206contrib/openzfs/module/os/freebsd/zfs/sysctl_os.c		optional zfs compile-with "${ZFS_C}  -include $S/modules/zfs/zfs_config.h"
207contrib/openzfs/module/os/freebsd/zfs/vdev_file.c		optional zfs compile-with "${ZFS_C}"
208contrib/openzfs/module/os/freebsd/zfs/vdev_label_os.c		optional zfs compile-with "${ZFS_C}"
209contrib/openzfs/module/os/freebsd/zfs/vdev_geom.c		optional zfs compile-with "${ZFS_C}"
210contrib/openzfs/module/os/freebsd/zfs/zfs_acl.c		optional zfs compile-with "${ZFS_C}"
211contrib/openzfs/module/os/freebsd/zfs/zfs_ctldir.c		optional zfs compile-with "${ZFS_C}"
212contrib/openzfs/module/os/freebsd/zfs/zfs_debug.c		optional zfs compile-with "${ZFS_C}"
213contrib/openzfs/module/os/freebsd/zfs/zfs_dir.c		optional zfs compile-with "${ZFS_C}"
214contrib/openzfs/module/os/freebsd/zfs/zfs_file_os.c		optional zfs compile-with "${ZFS_C}"
215contrib/openzfs/module/os/freebsd/zfs/zfs_ioctl_compat.c		optional zfs compile-with "${ZFS_C}"
216contrib/openzfs/module/os/freebsd/zfs/zfs_ioctl_os.c		optional zfs compile-with "${ZFS_C}"
217contrib/openzfs/module/os/freebsd/zfs/zfs_racct.c		optional zfs compile-with "${ZFS_C}"
218contrib/openzfs/module/os/freebsd/zfs/zfs_vfsops.c		optional zfs compile-with "${ZFS_C}"
219contrib/openzfs/module/os/freebsd/zfs/zfs_vnops_os.c		optional zfs compile-with "${ZFS_C}"
220contrib/openzfs/module/os/freebsd/zfs/zfs_znode.c		optional zfs compile-with "${ZFS_C}"
221contrib/openzfs/module/os/freebsd/zfs/zio_crypt.c		optional zfs compile-with "${ZFS_C}"
222contrib/openzfs/module/os/freebsd/zfs/zvol_os.c		optional zfs compile-with "${ZFS_C}"
223
224#zfs unicode support
225contrib/openzfs/module/unicode/uconv.c		optional zfs compile-with "${ZFS_C}"
226contrib/openzfs/module/unicode/u8_textprep.c		optional zfs compile-with "${ZFS_C}"
227
228#zfs checksums / zcommon
229contrib/openzfs/module/zcommon/cityhash.c		optional zfs compile-with "${ZFS_C}"
230contrib/openzfs/module/zcommon/zfeature_common.c		optional zfs compile-with "${ZFS_C}"
231contrib/openzfs/module/zcommon/zfs_comutil.c		optional zfs compile-with "${ZFS_C}"
232contrib/openzfs/module/zcommon/zfs_deleg.c		optional zfs compile-with "${ZFS_C}"
233contrib/openzfs/module/zcommon/zfs_fletcher.c		optional zfs compile-with "${ZFS_C}"
234contrib/openzfs/module/zcommon/zfs_fletcher_superscalar.c		optional zfs compile-with "${ZFS_C}"
235contrib/openzfs/module/zcommon/zfs_fletcher_superscalar4.c		optional zfs compile-with "${ZFS_C}"
236contrib/openzfs/module/zcommon/zfs_namecheck.c		optional zfs compile-with "${ZFS_C}"
237contrib/openzfs/module/zcommon/zfs_prop.c		optional zfs compile-with "${ZFS_C}"
238contrib/openzfs/module/zcommon/zpool_prop.c		optional zfs compile-with "${ZFS_C}"
239contrib/openzfs/module/zcommon/zprop_common.c		optional zfs compile-with "${ZFS_C}"
240
241# zfs edon-r hash support
242contrib/openzfs/module/icp/algs/edonr/edonr.c		optional zfs compile-with "${ZFS_C}"
243
244#zfs core common code
245contrib/openzfs/module/zfs/abd.c		optional zfs compile-with "${ZFS_C}"
246contrib/openzfs/module/zfs/aggsum.c		optional zfs compile-with "${ZFS_C}"
247contrib/openzfs/module/zfs/arc.c		optional zfs compile-with "${ZFS_C}"
248contrib/openzfs/module/zfs/blkptr.c		optional zfs compile-with "${ZFS_C}"
249contrib/openzfs/module/zfs/bplist.c		optional zfs compile-with "${ZFS_C}"
250contrib/openzfs/module/zfs/bpobj.c		optional zfs compile-with "${ZFS_C}"
251contrib/openzfs/module/zfs/bptree.c		optional zfs compile-with "${ZFS_C}"
252contrib/openzfs/module/zfs/btree.c		optional zfs compile-with "${ZFS_C}"
253contrib/openzfs/module/zfs/bqueue.c		optional zfs compile-with "${ZFS_C}"
254contrib/openzfs/module/zfs/dbuf.c		optional zfs compile-with "${ZFS_C}"
255contrib/openzfs/module/zfs/dbuf_stats.c		optional zfs compile-with "${ZFS_C}"
256contrib/openzfs/module/zfs/dataset_kstats.c		optional zfs compile-with "${ZFS_C}"
257contrib/openzfs/module/zfs/ddt.c		optional zfs compile-with "${ZFS_C}"
258contrib/openzfs/module/zfs/ddt_zap.c		optional zfs compile-with "${ZFS_C}"
259contrib/openzfs/module/zfs/dmu.c		optional zfs compile-with "${ZFS_C}"
260contrib/openzfs/module/zfs/dmu_diff.c		optional zfs compile-with "${ZFS_C}"
261contrib/openzfs/module/zfs/dmu_object.c		optional zfs compile-with "${ZFS_C}"
262contrib/openzfs/module/zfs/dmu_objset.c		optional zfs compile-with "${ZFS_C}"
263contrib/openzfs/module/zfs/dmu_recv.c		optional zfs compile-with "${ZFS_C}"
264contrib/openzfs/module/zfs/dmu_redact.c		optional zfs compile-with "${ZFS_C}"
265contrib/openzfs/module/zfs/dmu_send.c		optional zfs compile-with "${ZFS_C}"
266contrib/openzfs/module/zfs/dmu_traverse.c		optional zfs compile-with "${ZFS_C}"
267contrib/openzfs/module/zfs/dmu_tx.c		optional zfs compile-with "${ZFS_C}"
268contrib/openzfs/module/zfs/dmu_zfetch.c		optional zfs compile-with "${ZFS_C}"
269contrib/openzfs/module/zfs/dnode.c		optional zfs compile-with "${ZFS_C}" \
270	warning "kernel contains CDDL licensed ZFS filesystem"
271contrib/openzfs/module/zfs/dnode_sync.c		optional zfs compile-with "${ZFS_C}"
272contrib/openzfs/module/zfs/dsl_bookmark.c		optional zfs compile-with "${ZFS_C}"
273contrib/openzfs/module/zfs/dsl_crypt.c		optional zfs compile-with "${ZFS_C}"
274contrib/openzfs/module/zfs/dsl_dataset.c		optional zfs compile-with "${ZFS_C}"
275contrib/openzfs/module/zfs/dsl_deadlist.c		optional zfs compile-with "${ZFS_C}"
276contrib/openzfs/module/zfs/dsl_deleg.c		optional zfs compile-with "${ZFS_C}"
277contrib/openzfs/module/zfs/dsl_destroy.c		optional zfs compile-with "${ZFS_C}"
278contrib/openzfs/module/zfs/dsl_dir.c		optional zfs compile-with "${ZFS_C}"
279contrib/openzfs/module/zfs/dsl_pool.c		optional zfs compile-with "${ZFS_C}"
280contrib/openzfs/module/zfs/dsl_prop.c		optional zfs compile-with "${ZFS_C}"
281contrib/openzfs/module/zfs/dsl_scan.c		optional zfs compile-with "${ZFS_C}"
282contrib/openzfs/module/zfs/dsl_synctask.c		optional zfs compile-with "${ZFS_C}"
283contrib/openzfs/module/zfs/dsl_userhold.c		optional zfs compile-with "${ZFS_C}"
284contrib/openzfs/module/zfs/edonr_zfs.c		optional zfs compile-with "${ZFS_C}"
285contrib/openzfs/module/zfs/fm.c		optional zfs compile-with "${ZFS_C}"
286contrib/openzfs/module/zfs/gzip.c		optional zfs compile-with "${ZFS_C}"
287contrib/openzfs/module/zfs/lzjb.c		optional zfs compile-with "${ZFS_C}"
288contrib/openzfs/module/zfs/lz4.c		optional zfs compile-with "${ZFS_C}"
289contrib/openzfs/module/zfs/metaslab.c		optional zfs compile-with "${ZFS_C}"
290contrib/openzfs/module/zfs/mmp.c		optional zfs compile-with "${ZFS_C}"
291contrib/openzfs/module/zfs/multilist.c		optional zfs compile-with "${ZFS_C}"
292contrib/openzfs/module/zfs/objlist.c		optional zfs compile-with "${ZFS_C}"
293contrib/openzfs/module/zfs/pathname.c		optional zfs compile-with "${ZFS_C}"
294contrib/openzfs/module/zfs/range_tree.c		optional zfs compile-with "${ZFS_C}"
295contrib/openzfs/module/zfs/refcount.c		optional zfs compile-with "${ZFS_C}"
296contrib/openzfs/module/zfs/rrwlock.c		optional zfs compile-with "${ZFS_C}"
297contrib/openzfs/module/zfs/sa.c		optional zfs compile-with "${ZFS_C}"
298contrib/openzfs/module/zfs/sha256.c		optional zfs compile-with "${ZFS_C}"
299contrib/openzfs/module/zfs/skein_zfs.c		optional zfs compile-with "${ZFS_C}"
300contrib/openzfs/module/zfs/spa.c		optional zfs compile-with "${ZFS_C}"
301contrib/openzfs/module/zfs/spa_boot.c		optional zfs compile-with "${ZFS_C}"
302contrib/openzfs/module/zfs/spa_checkpoint.c		optional zfs compile-with "${ZFS_C}"
303contrib/openzfs/module/zfs/spa_config.c		optional zfs compile-with "${ZFS_C}"
304contrib/openzfs/module/zfs/spa_errlog.c		optional zfs compile-with "${ZFS_C}"
305contrib/openzfs/module/zfs/spa_history.c		optional zfs compile-with "${ZFS_C}"
306contrib/openzfs/module/zfs/spa_log_spacemap.c		optional zfs compile-with "${ZFS_C}"
307contrib/openzfs/module/zfs/spa_misc.c		optional zfs compile-with "${ZFS_C}"
308contrib/openzfs/module/zfs/spa_stats.c		optional zfs compile-with "${ZFS_C}"
309contrib/openzfs/module/zfs/space_map.c		optional zfs compile-with "${ZFS_C}"
310contrib/openzfs/module/zfs/space_reftree.c		optional zfs compile-with "${ZFS_C}"
311contrib/openzfs/module/zfs/txg.c		optional zfs compile-with "${ZFS_C}"
312contrib/openzfs/module/zfs/uberblock.c		optional zfs compile-with "${ZFS_C}"
313contrib/openzfs/module/zfs/unique.c		optional zfs compile-with "${ZFS_C}"
314contrib/openzfs/module/zfs/vdev.c		optional zfs compile-with "${ZFS_C}"
315contrib/openzfs/module/zfs/vdev_cache.c		optional zfs compile-with "${ZFS_C}"
316contrib/openzfs/module/zfs/vdev_draid.c		optional zfs compile-with "${ZFS_C}"
317contrib/openzfs/module/zfs/vdev_draid_rand.c		optional zfs compile-with "${ZFS_C}"
318contrib/openzfs/module/zfs/vdev_indirect.c		optional zfs compile-with "${ZFS_C}"
319contrib/openzfs/module/zfs/vdev_indirect_births.c		optional zfs compile-with "${ZFS_C}"
320contrib/openzfs/module/zfs/vdev_indirect_mapping.c		optional zfs compile-with "${ZFS_C}"
321contrib/openzfs/module/zfs/vdev_initialize.c		optional zfs compile-with "${ZFS_C}"
322contrib/openzfs/module/zfs/vdev_label.c		optional zfs compile-with "${ZFS_C}"
323contrib/openzfs/module/zfs/vdev_mirror.c		optional zfs compile-with "${ZFS_C}"
324contrib/openzfs/module/zfs/vdev_missing.c		optional zfs compile-with "${ZFS_C}"
325contrib/openzfs/module/zfs/vdev_queue.c		optional zfs compile-with "${ZFS_C}"
326contrib/openzfs/module/zfs/vdev_raidz.c		optional zfs compile-with "${ZFS_C}"
327contrib/openzfs/module/zfs/vdev_raidz_math.c		optional zfs compile-with "${ZFS_C}"
328contrib/openzfs/module/zfs/vdev_raidz_math_scalar.c		optional zfs compile-with "${ZFS_C}"
329contrib/openzfs/module/zfs/vdev_rebuild.c		optional zfs compile-with "${ZFS_C}"
330contrib/openzfs/module/zfs/vdev_removal.c		optional zfs compile-with "${ZFS_C}"
331contrib/openzfs/module/zfs/vdev_root.c		optional zfs compile-with "${ZFS_C}"
332contrib/openzfs/module/zfs/vdev_trim.c		optional zfs compile-with "${ZFS_C}"
333contrib/openzfs/module/zfs/zap.c		optional zfs compile-with "${ZFS_C}"
334contrib/openzfs/module/zfs/zap_leaf.c		optional zfs compile-with "${ZFS_C}"
335contrib/openzfs/module/zfs/zap_micro.c		optional zfs compile-with "${ZFS_C}"
336contrib/openzfs/module/zfs/zcp.c		optional zfs compile-with "${ZFS_C}"
337contrib/openzfs/module/zfs/zcp_get.c		optional zfs compile-with "${ZFS_C}"
338contrib/openzfs/module/zfs/zcp_global.c		optional zfs compile-with "${ZFS_C}"
339contrib/openzfs/module/zfs/zcp_iter.c		optional zfs compile-with "${ZFS_C}"
340contrib/openzfs/module/zfs/zcp_set.c		optional zfs compile-with "${ZFS_C}"
341contrib/openzfs/module/zfs/zcp_synctask.c		optional zfs compile-with "${ZFS_C}"
342contrib/openzfs/module/zfs/zfeature.c		optional zfs compile-with "${ZFS_C}"
343contrib/openzfs/module/zfs/zfs_byteswap.c		optional zfs compile-with "${ZFS_C}"
344contrib/openzfs/module/zfs/zfs_fm.c		optional zfs compile-with "${ZFS_C}"
345contrib/openzfs/module/zfs/zfs_fuid.c		optional zfs compile-with "${ZFS_C}"
346contrib/openzfs/module/zfs/zfs_ioctl.c		optional zfs compile-with "${ZFS_C}"
347contrib/openzfs/module/zfs/zfs_log.c		optional zfs compile-with "${ZFS_C}"
348contrib/openzfs/module/zfs/zfs_onexit.c		optional zfs compile-with "${ZFS_C}"
349contrib/openzfs/module/zfs/zfs_quota.c		optional zfs compile-with "${ZFS_C}"
350contrib/openzfs/module/zfs/zfs_ratelimit.c		optional zfs compile-with "${ZFS_C}"
351contrib/openzfs/module/zfs/zfs_replay.c		optional zfs compile-with "${ZFS_C}"
352contrib/openzfs/module/zfs/zfs_rlock.c		optional zfs compile-with "${ZFS_C}"
353contrib/openzfs/module/zfs/zfs_sa.c		optional zfs compile-with "${ZFS_C}"
354contrib/openzfs/module/zfs/zfs_vnops.c		optional zfs compile-with "${ZFS_C}"
355contrib/openzfs/module/zstd/zfs_zstd.c		optional zfs zstdio compile-with "${ZFS_C}"
356contrib/openzfs/module/zfs/zil.c		optional zfs compile-with "${ZFS_C}"
357contrib/openzfs/module/zfs/zio.c		optional zfs compile-with "${ZFS_C}"
358contrib/openzfs/module/zfs/zio_checksum.c		optional zfs compile-with "${ZFS_C}"
359contrib/openzfs/module/zfs/zio_compress.c		optional zfs compile-with "${ZFS_C}"
360contrib/openzfs/module/zfs/zio_inject.c		optional zfs compile-with "${ZFS_C}"
361contrib/openzfs/module/zfs/zle.c		optional zfs compile-with "${ZFS_C}"
362contrib/openzfs/module/zfs/zrlock.c		optional zfs compile-with "${ZFS_C}"
363contrib/openzfs/module/zfs/zthr.c		optional zfs compile-with "${ZFS_C}"
364contrib/openzfs/module/zfs/zvol.c		optional zfs compile-with "${ZFS_C}"
365
366# dtrace specific
367cddl/contrib/opensolaris/uts/common/dtrace/dtrace.c	optional dtrace compile-with "${DTRACE_C}" \
368							warning "kernel contains CDDL licensed DTRACE"
369cddl/contrib/opensolaris/uts/common/dtrace/dtrace_xoroshiro128_plus.c	optional dtrace compile-with "${DTRACE_C}"
370cddl/dev/dtmalloc/dtmalloc.c		optional dtmalloc        | dtraceall compile-with "${CDDL_C}"
371cddl/dev/profile/profile.c		optional dtrace_profile  | dtraceall compile-with "${CDDL_C}"
372cddl/dev/sdt/sdt.c			optional dtrace_sdt      | dtraceall compile-with "${CDDL_C}"
373cddl/dev/fbt/fbt.c			optional dtrace_fbt      | dtraceall compile-with "${FBT_C}"
374cddl/dev/systrace/systrace.c		optional dtrace_systrace | dtraceall compile-with "${CDDL_C}"
375cddl/dev/prototype.c			optional dtrace_prototype | dtraceall compile-with "${CDDL_C}"
376fs/nfsclient/nfs_clkdtrace.c		optional dtnfscl nfscl   | dtraceall nfscl compile-with "${CDDL_C}"
377compat/freebsd32/freebsd32_abort2.c	optional compat_freebsd32
378compat/freebsd32/freebsd32_capability.c	optional compat_freebsd32
379compat/freebsd32/freebsd32_ioctl.c	optional compat_freebsd32
380compat/freebsd32/freebsd32_misc.c	optional compat_freebsd32
381compat/freebsd32/freebsd32_syscalls.c	optional compat_freebsd32
382compat/freebsd32/freebsd32_sysent.c	optional compat_freebsd32
383contrib/ck/src/ck_array.c				standard compile-with "${NORMAL_C} -I$S/contrib/ck/include"
384contrib/ck/src/ck_barrier_centralized.c			standard compile-with "${NORMAL_C} -I$S/contrib/ck/include"
385contrib/ck/src/ck_barrier_combining.c			standard compile-with "${NORMAL_C} -I$S/contrib/ck/include"
386contrib/ck/src/ck_barrier_dissemination.c		standard compile-with "${NORMAL_C} -I$S/contrib/ck/include"
387contrib/ck/src/ck_barrier_mcs.c				standard compile-with "${NORMAL_C} -I$S/contrib/ck/include"
388contrib/ck/src/ck_barrier_tournament.c			standard compile-with "${NORMAL_C} -I$S/contrib/ck/include"
389contrib/ck/src/ck_epoch.c				standard compile-with "${NORMAL_C} -I$S/contrib/ck/include"
390contrib/ck/src/ck_hp.c					standard compile-with "${NORMAL_C} -I$S/contrib/ck/include"
391contrib/ck/src/ck_hs.c					standard compile-with "${NORMAL_C} -I$S/contrib/ck/include"
392contrib/ck/src/ck_ht.c					standard compile-with "${NORMAL_C} -I$S/contrib/ck/include"
393contrib/ck/src/ck_rhs.c					standard compile-with "${NORMAL_C} -I$S/contrib/ck/include"
394contrib/dev/acpica/common/ahids.c			optional acpi acpi_debug
395contrib/dev/acpica/common/ahuuids.c			optional acpi acpi_debug
396contrib/dev/acpica/components/debugger/dbcmds.c		optional acpi acpi_debug
397contrib/dev/acpica/components/debugger/dbconvert.c	optional acpi acpi_debug
398contrib/dev/acpica/components/debugger/dbdisply.c	optional acpi acpi_debug
399contrib/dev/acpica/components/debugger/dbexec.c		optional acpi acpi_debug
400contrib/dev/acpica/components/debugger/dbhistry.c	optional acpi acpi_debug
401contrib/dev/acpica/components/debugger/dbinput.c	optional acpi acpi_debug
402contrib/dev/acpica/components/debugger/dbmethod.c	optional acpi acpi_debug
403contrib/dev/acpica/components/debugger/dbnames.c	optional acpi acpi_debug
404contrib/dev/acpica/components/debugger/dbobject.c	optional acpi acpi_debug
405contrib/dev/acpica/components/debugger/dbstats.c	optional acpi acpi_debug
406contrib/dev/acpica/components/debugger/dbtest.c		optional acpi acpi_debug
407contrib/dev/acpica/components/debugger/dbutils.c	optional acpi acpi_debug
408contrib/dev/acpica/components/debugger/dbxface.c	optional acpi acpi_debug
409contrib/dev/acpica/components/disassembler/dmbuffer.c	optional acpi acpi_debug
410contrib/dev/acpica/components/disassembler/dmcstyle.c	optional acpi acpi_debug
411contrib/dev/acpica/components/disassembler/dmdeferred.c	optional acpi acpi_debug
412contrib/dev/acpica/components/disassembler/dmnames.c	optional acpi acpi_debug
413contrib/dev/acpica/components/disassembler/dmopcode.c	optional acpi acpi_debug
414contrib/dev/acpica/components/disassembler/dmresrc.c	optional acpi acpi_debug
415contrib/dev/acpica/components/disassembler/dmresrcl.c	optional acpi acpi_debug
416contrib/dev/acpica/components/disassembler/dmresrcl2.c	optional acpi acpi_debug
417contrib/dev/acpica/components/disassembler/dmresrcs.c	optional acpi acpi_debug
418contrib/dev/acpica/components/disassembler/dmutils.c	optional acpi acpi_debug
419contrib/dev/acpica/components/disassembler/dmwalk.c	optional acpi acpi_debug
420contrib/dev/acpica/components/dispatcher/dsargs.c	optional acpi
421contrib/dev/acpica/components/dispatcher/dscontrol.c	optional acpi
422contrib/dev/acpica/components/dispatcher/dsdebug.c	optional acpi
423contrib/dev/acpica/components/dispatcher/dsfield.c	optional acpi
424contrib/dev/acpica/components/dispatcher/dsinit.c	optional acpi
425contrib/dev/acpica/components/dispatcher/dsmethod.c	optional acpi
426contrib/dev/acpica/components/dispatcher/dsmthdat.c	optional acpi
427contrib/dev/acpica/components/dispatcher/dsobject.c	optional acpi
428contrib/dev/acpica/components/dispatcher/dsopcode.c	optional acpi
429contrib/dev/acpica/components/dispatcher/dspkginit.c	optional acpi
430contrib/dev/acpica/components/dispatcher/dsutils.c	optional acpi
431contrib/dev/acpica/components/dispatcher/dswexec.c	optional acpi
432contrib/dev/acpica/components/dispatcher/dswload.c	optional acpi
433contrib/dev/acpica/components/dispatcher/dswload2.c	optional acpi
434contrib/dev/acpica/components/dispatcher/dswscope.c	optional acpi
435contrib/dev/acpica/components/dispatcher/dswstate.c	optional acpi
436contrib/dev/acpica/components/events/evevent.c		optional acpi
437contrib/dev/acpica/components/events/evglock.c		optional acpi
438contrib/dev/acpica/components/events/evgpe.c		optional acpi
439contrib/dev/acpica/components/events/evgpeblk.c		optional acpi
440contrib/dev/acpica/components/events/evgpeinit.c	optional acpi
441contrib/dev/acpica/components/events/evgpeutil.c	optional acpi
442contrib/dev/acpica/components/events/evhandler.c	optional acpi
443contrib/dev/acpica/components/events/evmisc.c		optional acpi
444contrib/dev/acpica/components/events/evregion.c		optional acpi
445contrib/dev/acpica/components/events/evrgnini.c		optional acpi
446contrib/dev/acpica/components/events/evsci.c		optional acpi
447contrib/dev/acpica/components/events/evxface.c		optional acpi
448contrib/dev/acpica/components/events/evxfevnt.c		optional acpi
449contrib/dev/acpica/components/events/evxfgpe.c		optional acpi
450contrib/dev/acpica/components/events/evxfregn.c		optional acpi
451contrib/dev/acpica/components/executer/exconcat.c	optional acpi
452contrib/dev/acpica/components/executer/exconfig.c	optional acpi
453contrib/dev/acpica/components/executer/exconvrt.c	optional acpi
454contrib/dev/acpica/components/executer/excreate.c	optional acpi
455contrib/dev/acpica/components/executer/exdebug.c	optional acpi
456contrib/dev/acpica/components/executer/exdump.c		optional acpi
457contrib/dev/acpica/components/executer/exfield.c	optional acpi
458contrib/dev/acpica/components/executer/exfldio.c	optional acpi
459contrib/dev/acpica/components/executer/exmisc.c		optional acpi
460contrib/dev/acpica/components/executer/exmutex.c	optional acpi
461contrib/dev/acpica/components/executer/exnames.c	optional acpi
462contrib/dev/acpica/components/executer/exoparg1.c	optional acpi
463contrib/dev/acpica/components/executer/exoparg2.c	optional acpi
464contrib/dev/acpica/components/executer/exoparg3.c	optional acpi
465contrib/dev/acpica/components/executer/exoparg6.c	optional acpi
466contrib/dev/acpica/components/executer/exprep.c		optional acpi
467contrib/dev/acpica/components/executer/exregion.c	optional acpi
468contrib/dev/acpica/components/executer/exresnte.c	optional acpi
469contrib/dev/acpica/components/executer/exresolv.c	optional acpi
470contrib/dev/acpica/components/executer/exresop.c	optional acpi
471contrib/dev/acpica/components/executer/exserial.c	optional acpi
472contrib/dev/acpica/components/executer/exstore.c	optional acpi
473contrib/dev/acpica/components/executer/exstoren.c	optional acpi
474contrib/dev/acpica/components/executer/exstorob.c	optional acpi
475contrib/dev/acpica/components/executer/exsystem.c	optional acpi
476contrib/dev/acpica/components/executer/extrace.c	optional acpi
477contrib/dev/acpica/components/executer/exutils.c	optional acpi
478contrib/dev/acpica/components/hardware/hwacpi.c		optional acpi
479contrib/dev/acpica/components/hardware/hwesleep.c	optional acpi
480contrib/dev/acpica/components/hardware/hwgpe.c		optional acpi
481contrib/dev/acpica/components/hardware/hwpci.c		optional acpi
482contrib/dev/acpica/components/hardware/hwregs.c		optional acpi
483contrib/dev/acpica/components/hardware/hwsleep.c	optional acpi
484contrib/dev/acpica/components/hardware/hwtimer.c	optional acpi
485contrib/dev/acpica/components/hardware/hwvalid.c	optional acpi
486contrib/dev/acpica/components/hardware/hwxface.c	optional acpi
487contrib/dev/acpica/components/hardware/hwxfsleep.c	optional acpi
488contrib/dev/acpica/components/namespace/nsaccess.c	optional acpi
489contrib/dev/acpica/components/namespace/nsalloc.c	optional acpi
490contrib/dev/acpica/components/namespace/nsarguments.c	optional acpi
491contrib/dev/acpica/components/namespace/nsconvert.c	optional acpi
492contrib/dev/acpica/components/namespace/nsdump.c	optional acpi
493contrib/dev/acpica/components/namespace/nseval.c	optional acpi
494contrib/dev/acpica/components/namespace/nsinit.c	optional acpi
495contrib/dev/acpica/components/namespace/nsload.c	optional acpi
496contrib/dev/acpica/components/namespace/nsnames.c	optional acpi
497contrib/dev/acpica/components/namespace/nsobject.c	optional acpi
498contrib/dev/acpica/components/namespace/nsparse.c	optional acpi
499contrib/dev/acpica/components/namespace/nspredef.c	optional acpi
500contrib/dev/acpica/components/namespace/nsprepkg.c	optional acpi
501contrib/dev/acpica/components/namespace/nsrepair.c	optional acpi
502contrib/dev/acpica/components/namespace/nsrepair2.c	optional acpi
503contrib/dev/acpica/components/namespace/nssearch.c	optional acpi
504contrib/dev/acpica/components/namespace/nsutils.c	optional acpi
505contrib/dev/acpica/components/namespace/nswalk.c	optional acpi
506contrib/dev/acpica/components/namespace/nsxfeval.c	optional acpi
507contrib/dev/acpica/components/namespace/nsxfname.c	optional acpi
508contrib/dev/acpica/components/namespace/nsxfobj.c	optional acpi
509contrib/dev/acpica/components/parser/psargs.c		optional acpi
510contrib/dev/acpica/components/parser/psloop.c		optional acpi
511contrib/dev/acpica/components/parser/psobject.c		optional acpi
512contrib/dev/acpica/components/parser/psopcode.c		optional acpi
513contrib/dev/acpica/components/parser/psopinfo.c		optional acpi
514contrib/dev/acpica/components/parser/psparse.c		optional acpi
515contrib/dev/acpica/components/parser/psscope.c		optional acpi
516contrib/dev/acpica/components/parser/pstree.c		optional acpi
517contrib/dev/acpica/components/parser/psutils.c		optional acpi
518contrib/dev/acpica/components/parser/pswalk.c		optional acpi
519contrib/dev/acpica/components/parser/psxface.c		optional acpi
520contrib/dev/acpica/components/resources/rsaddr.c	optional acpi
521contrib/dev/acpica/components/resources/rscalc.c	optional acpi
522contrib/dev/acpica/components/resources/rscreate.c	optional acpi
523contrib/dev/acpica/components/resources/rsdump.c	optional acpi acpi_debug
524contrib/dev/acpica/components/resources/rsdumpinfo.c	optional acpi
525contrib/dev/acpica/components/resources/rsinfo.c	optional acpi
526contrib/dev/acpica/components/resources/rsio.c		optional acpi
527contrib/dev/acpica/components/resources/rsirq.c		optional acpi
528contrib/dev/acpica/components/resources/rslist.c	optional acpi
529contrib/dev/acpica/components/resources/rsmemory.c	optional acpi
530contrib/dev/acpica/components/resources/rsmisc.c	optional acpi
531contrib/dev/acpica/components/resources/rsserial.c	optional acpi
532contrib/dev/acpica/components/resources/rsutils.c	optional acpi
533contrib/dev/acpica/components/resources/rsxface.c	optional acpi
534contrib/dev/acpica/components/tables/tbdata.c		optional acpi
535contrib/dev/acpica/components/tables/tbfadt.c		optional acpi
536contrib/dev/acpica/components/tables/tbfind.c		optional acpi
537contrib/dev/acpica/components/tables/tbinstal.c		optional acpi
538contrib/dev/acpica/components/tables/tbprint.c		optional acpi
539contrib/dev/acpica/components/tables/tbutils.c		optional acpi
540contrib/dev/acpica/components/tables/tbxface.c		optional acpi
541contrib/dev/acpica/components/tables/tbxfload.c		optional acpi
542contrib/dev/acpica/components/tables/tbxfroot.c		optional acpi
543contrib/dev/acpica/components/utilities/utaddress.c	optional acpi
544contrib/dev/acpica/components/utilities/utalloc.c	optional acpi
545contrib/dev/acpica/components/utilities/utascii.c	optional acpi
546contrib/dev/acpica/components/utilities/utbuffer.c	optional acpi
547contrib/dev/acpica/components/utilities/utcache.c	optional acpi
548contrib/dev/acpica/components/utilities/utcopy.c	optional acpi
549contrib/dev/acpica/components/utilities/utdebug.c	optional acpi
550contrib/dev/acpica/components/utilities/utdecode.c	optional acpi
551contrib/dev/acpica/components/utilities/utdelete.c	optional acpi
552contrib/dev/acpica/components/utilities/uterror.c	optional acpi
553contrib/dev/acpica/components/utilities/uteval.c	optional acpi
554contrib/dev/acpica/components/utilities/utexcep.c	optional acpi
555contrib/dev/acpica/components/utilities/utglobal.c	optional acpi
556contrib/dev/acpica/components/utilities/uthex.c		optional acpi
557contrib/dev/acpica/components/utilities/utids.c		optional acpi
558contrib/dev/acpica/components/utilities/utinit.c	optional acpi
559contrib/dev/acpica/components/utilities/utlock.c	optional acpi
560contrib/dev/acpica/components/utilities/utmath.c	optional acpi
561contrib/dev/acpica/components/utilities/utmisc.c	optional acpi
562contrib/dev/acpica/components/utilities/utmutex.c	optional acpi
563contrib/dev/acpica/components/utilities/utnonansi.c	optional acpi
564contrib/dev/acpica/components/utilities/utobject.c	optional acpi
565contrib/dev/acpica/components/utilities/utosi.c		optional acpi
566contrib/dev/acpica/components/utilities/utownerid.c	optional acpi
567contrib/dev/acpica/components/utilities/utpredef.c	optional acpi
568contrib/dev/acpica/components/utilities/utresdecode.c	optional acpi acpi_debug
569contrib/dev/acpica/components/utilities/utresrc.c	optional acpi
570contrib/dev/acpica/components/utilities/utstate.c	optional acpi
571contrib/dev/acpica/components/utilities/utstring.c	optional acpi
572contrib/dev/acpica/components/utilities/utstrsuppt.c	optional acpi
573contrib/dev/acpica/components/utilities/utstrtoul64.c	optional acpi
574contrib/dev/acpica/components/utilities/utuuid.c	optional acpi acpi_debug
575contrib/dev/acpica/components/utilities/utxface.c	optional acpi
576contrib/dev/acpica/components/utilities/utxferror.c	optional acpi
577contrib/dev/acpica/components/utilities/utxfinit.c	optional acpi
578contrib/dev/acpica/os_specific/service_layers/osgendbg.c	optional acpi acpi_debug
579contrib/ipfilter/netinet/fil.c	optional ipfilter inet \
580	compile-with "${NORMAL_C} ${NO_WSELF_ASSIGN} -Wno-unused -I$S/contrib/ipfilter"
581contrib/ipfilter/netinet/ip_auth.c optional ipfilter inet \
582	compile-with "${NORMAL_C} -Wno-unused -I$S/contrib/ipfilter"
583contrib/ipfilter/netinet/ip_fil_freebsd.c optional ipfilter inet \
584	compile-with "${NORMAL_C} -Wno-unused -I$S/contrib/ipfilter"
585contrib/ipfilter/netinet/ip_frag.c optional ipfilter inet \
586	compile-with "${NORMAL_C} -Wno-unused -I$S/contrib/ipfilter"
587contrib/ipfilter/netinet/ip_log.c optional ipfilter inet \
588	compile-with "${NORMAL_C} -I$S/contrib/ipfilter"
589contrib/ipfilter/netinet/ip_nat.c optional ipfilter inet \
590	compile-with "${NORMAL_C} -Wno-unused -I$S/contrib/ipfilter"
591contrib/ipfilter/netinet/ip_proxy.c optional ipfilter inet \
592	compile-with "${NORMAL_C} ${NO_WSELF_ASSIGN} -Wno-unused -I$S/contrib/ipfilter"
593contrib/ipfilter/netinet/ip_state.c optional ipfilter inet \
594	compile-with "${NORMAL_C} -Wno-unused -I$S/contrib/ipfilter"
595contrib/ipfilter/netinet/ip_lookup.c optional ipfilter inet \
596	compile-with "${NORMAL_C} ${NO_WSELF_ASSIGN} -Wno-unused -Wno-error -I$S/contrib/ipfilter"
597contrib/ipfilter/netinet/ip_pool.c optional ipfilter inet \
598	compile-with "${NORMAL_C} -Wno-unused -I$S/contrib/ipfilter"
599contrib/ipfilter/netinet/ip_htable.c optional ipfilter inet \
600	compile-with "${NORMAL_C} -Wno-unused -I$S/contrib/ipfilter ${NO_WTAUTOLOGICAL_POINTER_COMPARE}"
601contrib/ipfilter/netinet/ip_sync.c optional ipfilter inet \
602	compile-with "${NORMAL_C} -Wno-unused -I$S/contrib/ipfilter"
603contrib/ipfilter/netinet/mlfk_ipl.c optional ipfilter inet \
604	compile-with "${NORMAL_C} -I$S/contrib/ipfilter"
605contrib/ipfilter/netinet/ip_nat6.c optional ipfilter inet \
606	compile-with "${NORMAL_C} -Wno-unused -I$S/contrib/ipfilter"
607contrib/ipfilter/netinet/ip_rules.c optional ipfilter inet \
608	compile-with "${NORMAL_C} -I$S/contrib/ipfilter"
609contrib/ipfilter/netinet/ip_scan.c optional ipfilter inet \
610	compile-with "${NORMAL_C} -Wno-unused -I$S/contrib/ipfilter"
611contrib/ipfilter/netinet/ip_dstlist.c optional ipfilter inet \
612	compile-with "${NORMAL_C} -Wno-unused -I$S/contrib/ipfilter"
613contrib/ipfilter/netinet/radix_ipf.c optional ipfilter inet \
614	compile-with "${NORMAL_C} -I$S/contrib/ipfilter"
615contrib/libfdt/fdt.c		optional fdt
616contrib/libfdt/fdt_ro.c		optional fdt
617contrib/libfdt/fdt_rw.c		optional fdt
618contrib/libfdt/fdt_strerror.c	optional fdt
619contrib/libfdt/fdt_sw.c		optional fdt
620contrib/libfdt/fdt_wip.c	optional fdt
621contrib/libnv/cnvlist.c		standard
622contrib/libnv/dnvlist.c		standard
623contrib/libnv/nvlist.c		standard
624contrib/libnv/bsd_nvpair.c		standard
625contrib/ngatm/netnatm/api/cc_conn.c optional ngatm_ccatm \
626	compile-with "${NORMAL_C_NOWERROR} -I$S/contrib/ngatm"
627contrib/ngatm/netnatm/api/cc_data.c optional ngatm_ccatm \
628	compile-with "${NORMAL_C} -I$S/contrib/ngatm"
629contrib/ngatm/netnatm/api/cc_dump.c optional ngatm_ccatm \
630	compile-with "${NORMAL_C} -I$S/contrib/ngatm"
631contrib/ngatm/netnatm/api/cc_port.c optional ngatm_ccatm \
632	compile-with "${NORMAL_C} -I$S/contrib/ngatm"
633contrib/ngatm/netnatm/api/cc_sig.c optional ngatm_ccatm \
634	compile-with "${NORMAL_C} -I$S/contrib/ngatm"
635contrib/ngatm/netnatm/api/cc_user.c optional ngatm_ccatm \
636	compile-with "${NORMAL_C} -I$S/contrib/ngatm"
637contrib/ngatm/netnatm/api/unisap.c optional ngatm_ccatm \
638	compile-with "${NORMAL_C} -I$S/contrib/ngatm"
639contrib/ngatm/netnatm/misc/straddr.c optional ngatm_atmbase \
640	compile-with "${NORMAL_C} -I$S/contrib/ngatm"
641contrib/ngatm/netnatm/misc/unimsg_common.c optional ngatm_atmbase \
642	compile-with "${NORMAL_C} -I$S/contrib/ngatm"
643contrib/ngatm/netnatm/msg/traffic.c optional ngatm_atmbase \
644	compile-with "${NORMAL_C} -I$S/contrib/ngatm"
645contrib/ngatm/netnatm/msg/uni_ie.c optional ngatm_atmbase \
646	compile-with "${NORMAL_C} -I$S/contrib/ngatm"
647contrib/ngatm/netnatm/msg/uni_msg.c optional ngatm_atmbase \
648	compile-with "${NORMAL_C} -I$S/contrib/ngatm"
649contrib/ngatm/netnatm/saal/saal_sscfu.c	optional ngatm_sscfu \
650	compile-with "${NORMAL_C} -I$S/contrib/ngatm"
651contrib/ngatm/netnatm/saal/saal_sscop.c	optional ngatm_sscop \
652	compile-with "${NORMAL_C} -I$S/contrib/ngatm"
653contrib/ngatm/netnatm/sig/sig_call.c optional ngatm_uni \
654	compile-with "${NORMAL_C} -I$S/contrib/ngatm"
655contrib/ngatm/netnatm/sig/sig_coord.c optional ngatm_uni \
656	compile-with "${NORMAL_C} -I$S/contrib/ngatm"
657contrib/ngatm/netnatm/sig/sig_party.c optional ngatm_uni \
658	compile-with "${NORMAL_C} -I$S/contrib/ngatm"
659contrib/ngatm/netnatm/sig/sig_print.c optional ngatm_uni \
660	compile-with "${NORMAL_C} -I$S/contrib/ngatm"
661contrib/ngatm/netnatm/sig/sig_reset.c optional ngatm_uni \
662	compile-with "${NORMAL_C} -I$S/contrib/ngatm"
663contrib/ngatm/netnatm/sig/sig_uni.c optional ngatm_uni \
664	compile-with "${NORMAL_C} -I$S/contrib/ngatm"
665contrib/ngatm/netnatm/sig/sig_unimsgcpy.c optional ngatm_uni \
666	compile-with "${NORMAL_C} -I$S/contrib/ngatm"
667contrib/ngatm/netnatm/sig/sig_verify.c optional ngatm_uni \
668	compile-with "${NORMAL_C} -I$S/contrib/ngatm"
669# xz
670dev/xz/xz_mod.c	optional xz \
671	compile-with "${NORMAL_C} -I$S/contrib/xz-embedded/freebsd/ -I$S/contrib/xz-embedded/linux/lib/xz/ -I$S/contrib/xz-embedded/linux/include/linux/"
672contrib/xz-embedded/linux/lib/xz/xz_crc32.c	optional xz \
673	compile-with "${NORMAL_C} -I$S/contrib/xz-embedded/freebsd/ -I$S/contrib/xz-embedded/linux/lib/xz/ -I$S/contrib/xz-embedded/linux/include/linux/"
674contrib/xz-embedded/linux/lib/xz/xz_dec_bcj.c	optional xz \
675	compile-with "${NORMAL_C} -I$S/contrib/xz-embedded/freebsd/ -I$S/contrib/xz-embedded/linux/lib/xz/ -I$S/contrib/xz-embedded/linux/include/linux/"
676contrib/xz-embedded/linux/lib/xz/xz_dec_lzma2.c	optional xz \
677	compile-with "${NORMAL_C} -I$S/contrib/xz-embedded/freebsd/ -I$S/contrib/xz-embedded/linux/lib/xz/ -I$S/contrib/xz-embedded/linux/include/linux/"
678contrib/xz-embedded/linux/lib/xz/xz_dec_stream.c optional xz \
679	compile-with "${NORMAL_C} -I$S/contrib/xz-embedded/freebsd/ -I$S/contrib/xz-embedded/linux/lib/xz/ -I$S/contrib/xz-embedded/linux/include/linux/"
680# Zstd
681contrib/zstd/lib/freebsd/zstd_kmalloc.c		optional zstdio compile-with ${ZSTD_C}
682contrib/zstd/lib/common/zstd_common.c		optional zstdio compile-with ${ZSTD_C}
683contrib/zstd/lib/common/fse_decompress.c	optional zstdio compile-with ${ZSTD_C}
684contrib/zstd/lib/common/entropy_common.c	optional zstdio compile-with ${ZSTD_C}
685contrib/zstd/lib/common/error_private.c		optional zstdio compile-with ${ZSTD_C}
686contrib/zstd/lib/common/xxhash.c		optional zstdio compile-with ${ZSTD_C}
687contrib/zstd/lib/compress/zstd_compress.c	optional zstdio compile-with ${ZSTD_C}
688contrib/zstd/lib/compress/zstd_compress_literals.c	optional zstdio compile-with ${ZSTD_C}
689contrib/zstd/lib/compress/zstd_compress_sequences.c	optional zstdio compile-with ${ZSTD_C}
690contrib/zstd/lib/compress/zstd_compress_superblock.c	optional zstdio compile-with ${ZSTD_C}
691contrib/zstd/lib/compress/fse_compress.c	optional zstdio compile-with ${ZSTD_C}
692contrib/zstd/lib/compress/hist.c		optional zstdio compile-with ${ZSTD_C}
693contrib/zstd/lib/compress/huf_compress.c	optional zstdio compile-with ${ZSTD_C}
694contrib/zstd/lib/compress/zstd_double_fast.c	optional zstdio compile-with ${ZSTD_C}
695contrib/zstd/lib/compress/zstd_fast.c		optional zstdio compile-with ${ZSTD_C}
696contrib/zstd/lib/compress/zstd_lazy.c		optional zstdio compile-with ${ZSTD_C}
697contrib/zstd/lib/compress/zstd_ldm.c		optional zstdio compile-with ${ZSTD_C}
698contrib/zstd/lib/compress/zstd_opt.c		optional zstdio compile-with ${ZSTD_C}
699contrib/zstd/lib/decompress/zstd_ddict.c	optional zstdio compile-with ${ZSTD_C}
700contrib/zstd/lib/decompress/zstd_decompress.c	optional zstdio compile-with ${ZSTD_C}
701# See comment in sys/conf/kern.pre.mk
702contrib/zstd/lib/decompress/zstd_decompress_block.c	optional zstdio \
703	compile-with "${ZSTD_C} ${ZSTD_DECOMPRESS_BLOCK_FLAGS}"
704contrib/zstd/lib/decompress/huf_decompress.c	optional zstdio compile-with ${ZSTD_C}
705# Blake 2
706contrib/libb2/blake2b-ref.c	optional crypto | ipsec | ipsec_support | !random_loadable random_fenestrasx \
707	compile-with "${NORMAL_C} -I$S/crypto/blake2 -Wno-cast-qual -DSUFFIX=_ref -Wno-unused-function"
708contrib/libb2/blake2s-ref.c	optional crypto | ipsec | ipsec_support \
709	compile-with "${NORMAL_C} -I$S/crypto/blake2 -Wno-cast-qual -DSUFFIX=_ref -Wno-unused-function"
710crypto/blake2/blake2-sw.c	optional crypto | ipsec | ipsec_support \
711	compile-with "${NORMAL_C} -I$S/crypto/blake2 -Wno-cast-qual"
712crypto/camellia/camellia.c	optional crypto | ipsec | ipsec_support
713crypto/camellia/camellia-api.c	optional crypto | ipsec | ipsec_support
714crypto/chacha20/chacha.c	standard
715crypto/chacha20/chacha-sw.c	optional crypto | ipsec | ipsec_support
716crypto/des/des_ecb.c		optional netsmb
717crypto/des/des_setkey.c		optional netsmb
718crypto/openssl/ossl.c		optional ossl
719crypto/openssl/ossl_aes.c	optional ossl
720crypto/openssl/ossl_chacha20.c	optional ossl
721crypto/openssl/ossl_poly1305.c	optional ossl
722crypto/openssl/ossl_sha1.c	optional ossl
723crypto/openssl/ossl_sha256.c	optional ossl
724crypto/openssl/ossl_sha512.c	optional ossl
725crypto/rc4/rc4.c		optional netgraph_mppc_encryption
726crypto/rijndael/rijndael-alg-fst.c optional crypto | ekcd | geom_bde | \
727	ipsec | ipsec_support | !random_loadable | wlan_ccmp
728crypto/rijndael/rijndael-api-fst.c optional ekcd | geom_bde | !random_loadable
729crypto/rijndael/rijndael-api.c	optional crypto | ipsec | ipsec_support | \
730	wlan_ccmp
731crypto/sha1.c			optional carp | crypto | ether | ipsec | \
732	ipsec_support | netgraph_mppc_encryption | sctp
733crypto/sha2/sha256c.c		optional crypto | ekcd | geom_bde | ipsec | \
734	ipsec_support | !random_loadable | sctp | zfs
735crypto/sha2/sha512c.c		optional crypto | geom_bde | ipsec | \
736	ipsec_support | zfs
737crypto/skein/skein.c		optional crypto | zfs
738crypto/skein/skein_block.c	optional crypto | zfs
739crypto/siphash/siphash.c	optional inet | inet6
740crypto/siphash/siphash_test.c	optional inet | inet6
741ddb/db_access.c			optional ddb
742ddb/db_break.c			optional ddb
743ddb/db_capture.c		optional ddb
744ddb/db_command.c		optional ddb
745ddb/db_examine.c		optional ddb
746ddb/db_expr.c			optional ddb
747ddb/db_input.c			optional ddb
748ddb/db_lex.c			optional ddb
749ddb/db_main.c			optional ddb
750ddb/db_output.c			optional ddb
751ddb/db_print.c			optional ddb
752ddb/db_ps.c			optional ddb
753ddb/db_run.c			optional ddb
754ddb/db_script.c			optional ddb
755ddb/db_sym.c			optional ddb
756ddb/db_thread.c			optional ddb
757ddb/db_textdump.c		optional ddb
758ddb/db_variables.c		optional ddb
759ddb/db_watch.c			optional ddb
760ddb/db_write_cmd.c		optional ddb
761dev/aac/aac.c			optional aac
762dev/aac/aac_cam.c		optional aacp aac
763dev/aac/aac_debug.c		optional aac
764dev/aac/aac_disk.c		optional aac
765dev/aac/aac_pci.c		optional aac pci
766dev/aacraid/aacraid.c		optional aacraid
767dev/aacraid/aacraid_cam.c	optional aacraid scbus
768dev/aacraid/aacraid_debug.c	optional aacraid
769dev/aacraid/aacraid_pci.c	optional aacraid pci
770dev/acpi_support/acpi_wmi.c	optional acpi_wmi acpi
771dev/acpi_support/acpi_asus.c	optional acpi_asus acpi
772dev/acpi_support/acpi_asus_wmi.c	optional acpi_asus_wmi acpi
773dev/acpi_support/acpi_fujitsu.c	optional acpi_fujitsu acpi
774dev/acpi_support/acpi_hp.c	optional acpi_hp acpi
775dev/acpi_support/acpi_ibm.c	optional acpi_ibm acpi
776dev/acpi_support/acpi_panasonic.c optional acpi_panasonic acpi
777dev/acpi_support/acpi_sony.c	optional acpi_sony acpi
778dev/acpi_support/acpi_toshiba.c	optional acpi_toshiba acpi
779dev/acpi_support/atk0110.c	optional aibs acpi
780dev/acpica/Osd/OsdDebug.c	optional acpi
781dev/acpica/Osd/OsdHardware.c	optional acpi
782dev/acpica/Osd/OsdInterrupt.c	optional acpi
783dev/acpica/Osd/OsdMemory.c	optional acpi
784dev/acpica/Osd/OsdSchedule.c	optional acpi
785dev/acpica/Osd/OsdStream.c	optional acpi
786dev/acpica/Osd/OsdSynch.c	optional acpi
787dev/acpica/Osd/OsdTable.c	optional acpi
788dev/acpica/acpi.c		optional acpi
789dev/acpica/acpi_acad.c		optional acpi
790dev/acpica/acpi_apei.c		optional acpi
791dev/acpica/acpi_battery.c	optional acpi
792dev/acpica/acpi_button.c	optional acpi
793dev/acpica/acpi_cmbat.c		optional acpi
794dev/acpica/acpi_cpu.c		optional acpi
795dev/acpica/acpi_ec.c		optional acpi
796dev/acpica/acpi_isab.c		optional acpi isa
797dev/acpica/acpi_lid.c		optional acpi
798dev/acpica/acpi_package.c	optional acpi
799dev/acpica/acpi_perf.c		optional acpi
800dev/acpica/acpi_powerres.c	optional acpi
801dev/acpica/acpi_quirk.c		optional acpi
802dev/acpica/acpi_resource.c	optional acpi
803dev/acpica/acpi_container.c	optional acpi
804dev/acpica/acpi_smbat.c		optional acpi
805dev/acpica/acpi_thermal.c	optional acpi
806dev/acpica/acpi_throttle.c	optional acpi
807dev/acpica/acpi_video.c		optional acpi_video acpi
808dev/acpica/acpi_dock.c		optional acpi_dock acpi
809dev/adlink/adlink.c		optional adlink
810dev/ae/if_ae.c			optional ae pci
811dev/age/if_age.c		optional age pci
812dev/agp/agp.c			optional agp pci
813dev/agp/agp_if.m		optional agp pci
814dev/ahci/ahci.c			optional ahci
815dev/ahci/ahciem.c		optional ahci
816dev/ahci/ahci_pci.c		optional ahci pci
817dev/aic7xxx/ahc_isa.c		optional ahc isa
818dev/aic7xxx/ahc_pci.c		optional ahc pci \
819	compile-with "${NORMAL_C} ${NO_WCONSTANT_CONVERSION}"
820dev/aic7xxx/ahd_pci.c		optional ahd pci \
821	compile-with "${NORMAL_C} ${NO_WCONSTANT_CONVERSION}"
822dev/aic7xxx/aic7770.c		optional ahc
823dev/aic7xxx/aic79xx.c		optional ahd pci
824dev/aic7xxx/aic79xx_osm.c	optional ahd pci
825dev/aic7xxx/aic79xx_pci.c	optional ahd pci
826dev/aic7xxx/aic79xx_reg_print.c	optional ahd pci ahd_reg_pretty_print
827dev/aic7xxx/aic7xxx.c		optional ahc
828dev/aic7xxx/aic7xxx_93cx6.c	optional ahc
829dev/aic7xxx/aic7xxx_osm.c	optional ahc
830dev/aic7xxx/aic7xxx_pci.c	optional ahc pci
831dev/aic7xxx/aic7xxx_reg_print.c	optional ahc ahc_reg_pretty_print
832dev/al_eth/al_eth.c				optional al_eth	fdt	\
833	no-depend	\
834	compile-with "${CC} -c -o ${.TARGET} ${CFLAGS} -I$S/contrib/alpine-hal -I$S/contrib/alpine-hal/eth ${.IMPSRC}"
835dev/al_eth/al_init_eth_lm.c			optional al_eth	fdt	\
836	no-depend	\
837	compile-with "${CC} -c -o ${.TARGET} ${CFLAGS} -I$S/contrib/alpine-hal -I$S/contrib/alpine-hal/eth ${.IMPSRC}"
838dev/al_eth/al_init_eth_kr.c			optional al_eth	fdt	\
839	no-depend	\
840	compile-with "${CC} -c -o ${.TARGET} ${CFLAGS} -I$S/contrib/alpine-hal -I$S/contrib/alpine-hal/eth ${.IMPSRC}"
841contrib/alpine-hal/al_hal_iofic.c		optional al_iofic	\
842	no-depend	\
843	compile-with "${CC} -c -o ${.TARGET} ${CFLAGS} -I$S/contrib/alpine-hal -I$S/contrib/alpine-hal/eth ${.IMPSRC}"
844contrib/alpine-hal/al_hal_serdes_25g.c		optional al_serdes	\
845	no-depend	\
846	compile-with "${CC} -c -o ${.TARGET} ${CFLAGS} -I$S/contrib/alpine-hal -I$S/contrib/alpine-hal/eth ${.IMPSRC}"
847contrib/alpine-hal/al_hal_serdes_hssp.c		optional al_serdes	\
848	no-depend	\
849	compile-with "${CC} -c -o ${.TARGET} ${CFLAGS} -I$S/contrib/alpine-hal -I$S/contrib/alpine-hal/eth ${.IMPSRC}"
850contrib/alpine-hal/al_hal_udma_config.c		optional al_udma	\
851	no-depend	\
852	compile-with "${CC} -c -o ${.TARGET} ${CFLAGS} -I$S/contrib/alpine-hal -I$S/contrib/alpine-hal/eth ${.IMPSRC}"
853contrib/alpine-hal/al_hal_udma_debug.c		optional al_udma	\
854	no-depend	\
855	compile-with "${CC} -c -o ${.TARGET} ${CFLAGS} -I$S/contrib/alpine-hal -I$S/contrib/alpine-hal/eth ${.IMPSRC}"
856contrib/alpine-hal/al_hal_udma_iofic.c		optional al_udma	\
857	no-depend	\
858	compile-with "${CC} -c -o ${.TARGET} ${CFLAGS} -I$S/contrib/alpine-hal -I$S/contrib/alpine-hal/eth ${.IMPSRC}"
859contrib/alpine-hal/al_hal_udma_main.c		optional al_udma	\
860	no-depend	\
861	compile-with "${CC} -c -o ${.TARGET} ${CFLAGS} -I$S/contrib/alpine-hal -I$S/contrib/alpine-hal/eth ${.IMPSRC}"
862contrib/alpine-hal/al_serdes.c			optional al_serdes	\
863	no-depend	\
864	compile-with "${CC} -c -o ${.TARGET} ${CFLAGS} -I$S/contrib/alpine-hal -I$S/contrib/alpine-hal/eth ${.IMPSRC}"
865contrib/alpine-hal/eth/al_hal_eth_kr.c		optional al_eth		\
866	no-depend	\
867	compile-with "${CC} -c -o ${.TARGET} ${CFLAGS} -I$S/contrib/alpine-hal -I$S/contrib/alpine-hal/eth ${.IMPSRC}"
868contrib/alpine-hal/eth/al_hal_eth_main.c	optional al_eth		\
869	no-depend	\
870	compile-with "${CC} -c -o ${.TARGET} ${CFLAGS} -I$S/contrib/alpine-hal -I$S/contrib/alpine-hal/eth ${.IMPSRC}"
871dev/alc/if_alc.c		optional alc pci
872dev/ale/if_ale.c		optional ale pci
873dev/alpm/alpm.c			optional alpm pci
874dev/altera/avgen/altera_avgen.c		optional altera_avgen
875dev/altera/avgen/altera_avgen_fdt.c	optional altera_avgen fdt
876dev/altera/avgen/altera_avgen_nexus.c	optional altera_avgen
877dev/altera/msgdma/msgdma.c		optional altera_msgdma xdma
878dev/altera/sdcard/altera_sdcard.c	optional altera_sdcard
879dev/altera/sdcard/altera_sdcard_disk.c	optional altera_sdcard
880dev/altera/sdcard/altera_sdcard_io.c	optional altera_sdcard
881dev/altera/sdcard/altera_sdcard_fdt.c	optional altera_sdcard fdt
882dev/altera/sdcard/altera_sdcard_nexus.c	optional altera_sdcard
883dev/altera/softdma/softdma.c	optional altera_softdma xdma fdt
884dev/altera/pio/pio.c		optional altera_pio
885dev/altera/pio/pio_if.m		optional altera_pio
886dev/amdpm/amdpm.c		optional amdpm pci | nfpm pci
887dev/amdsmb/amdsmb.c		optional amdsmb pci
888#
889dev/ata/ata_if.m		optional ata | atacore
890dev/ata/ata-all.c		optional ata | atacore
891dev/ata/ata-dma.c		optional ata | atacore
892dev/ata/ata-lowlevel.c		optional ata | atacore
893dev/ata/ata-sata.c		optional ata | atacore
894dev/ata/ata-isa.c		optional ata isa | ataisa
895dev/ata/ata-pci.c		optional ata pci | atapci
896dev/ata/chipsets/ata-acard.c	optional ata pci | ataacard
897dev/ata/chipsets/ata-acerlabs.c	optional ata pci | ataacerlabs
898dev/ata/chipsets/ata-amd.c	optional ata pci | ataamd
899dev/ata/chipsets/ata-ati.c	optional ata pci | ataati
900dev/ata/chipsets/ata-cenatek.c	optional ata pci | atacenatek
901dev/ata/chipsets/ata-cypress.c	optional ata pci | atacypress
902dev/ata/chipsets/ata-cyrix.c	optional ata pci | atacyrix
903dev/ata/chipsets/ata-highpoint.c	optional ata pci | atahighpoint
904dev/ata/chipsets/ata-intel.c	optional ata pci | ataintel
905dev/ata/chipsets/ata-ite.c	optional ata pci | ataite
906dev/ata/chipsets/ata-jmicron.c	optional ata pci | atajmicron
907dev/ata/chipsets/ata-marvell.c	optional ata pci | atamarvell
908dev/ata/chipsets/ata-micron.c	optional ata pci | atamicron
909dev/ata/chipsets/ata-national.c	optional ata pci | atanational
910dev/ata/chipsets/ata-netcell.c	optional ata pci | atanetcell
911dev/ata/chipsets/ata-nvidia.c	optional ata pci | atanvidia
912dev/ata/chipsets/ata-promise.c	optional ata pci | atapromise
913dev/ata/chipsets/ata-serverworks.c	optional ata pci | ataserverworks
914dev/ata/chipsets/ata-siliconimage.c	optional ata pci | atasiliconimage | ataati
915dev/ata/chipsets/ata-sis.c	optional ata pci | atasis
916dev/ata/chipsets/ata-via.c	optional ata pci | atavia
917#
918dev/ath/if_ath_pci.c		optional ath_pci pci \
919	compile-with "${NORMAL_C} -I$S/dev/ath"
920#
921dev/ath/if_ath_ahb.c		optional ath_ahb \
922	compile-with "${NORMAL_C} -I$S/dev/ath"
923#
924dev/ath/if_ath.c		optional ath \
925	compile-with "${NORMAL_C} -I$S/dev/ath"
926dev/ath/if_ath_alq.c		optional ath \
927	compile-with "${NORMAL_C} -I$S/dev/ath"
928dev/ath/if_ath_beacon.c		optional ath \
929	compile-with "${NORMAL_C} -I$S/dev/ath"
930dev/ath/if_ath_btcoex.c		optional ath \
931	compile-with "${NORMAL_C} -I$S/dev/ath"
932dev/ath/if_ath_btcoex_mci.c	optional ath \
933	compile-with "${NORMAL_C} -I$S/dev/ath"
934dev/ath/if_ath_debug.c		optional ath \
935	compile-with "${NORMAL_C} -I$S/dev/ath"
936dev/ath/if_ath_descdma.c	optional ath \
937	compile-with "${NORMAL_C} -I$S/dev/ath"
938dev/ath/if_ath_keycache.c	optional ath \
939	compile-with "${NORMAL_C} -I$S/dev/ath"
940dev/ath/if_ath_ioctl.c		optional ath \
941	compile-with "${NORMAL_C} -I$S/dev/ath"
942dev/ath/if_ath_led.c		optional ath \
943	compile-with "${NORMAL_C} -I$S/dev/ath"
944dev/ath/if_ath_lna_div.c	optional ath \
945	compile-with "${NORMAL_C} -I$S/dev/ath"
946dev/ath/if_ath_tx.c		optional ath \
947	compile-with "${NORMAL_C} -I$S/dev/ath"
948dev/ath/if_ath_tx_edma.c	optional ath \
949	compile-with "${NORMAL_C} -I$S/dev/ath"
950dev/ath/if_ath_tx_ht.c		optional ath \
951	compile-with "${NORMAL_C} -I$S/dev/ath"
952dev/ath/if_ath_tdma.c		optional ath \
953	compile-with "${NORMAL_C} -I$S/dev/ath"
954dev/ath/if_ath_sysctl.c		optional ath \
955	compile-with "${NORMAL_C} -I$S/dev/ath"
956dev/ath/if_ath_rx.c		optional ath \
957	compile-with "${NORMAL_C} -I$S/dev/ath"
958dev/ath/if_ath_rx_edma.c	optional ath \
959	compile-with "${NORMAL_C} -I$S/dev/ath"
960dev/ath/if_ath_spectral.c	optional ath \
961	compile-with "${NORMAL_C} -I$S/dev/ath"
962dev/ath/ah_osdep.c		optional ath \
963	compile-with "${NORMAL_C} -I$S/dev/ath"
964#
965dev/ath/ath_hal/ah.c		optional ath \
966	compile-with "${NORMAL_C} -I$S/dev/ath"
967dev/ath/ath_hal/ah_eeprom_v1.c	optional ath_hal | ath_ar5210 \
968	compile-with "${NORMAL_C} -I$S/dev/ath"
969dev/ath/ath_hal/ah_eeprom_v3.c	optional ath_hal | ath_ar5211 | ath_ar5212 \
970	compile-with "${NORMAL_C} -I$S/dev/ath"
971dev/ath/ath_hal/ah_eeprom_v14.c \
972	optional ath_hal | ath_ar5416 | ath_ar9160 | ath_ar9280 \
973	compile-with "${NORMAL_C} -I$S/dev/ath"
974dev/ath/ath_hal/ah_eeprom_v4k.c \
975	optional ath_hal | ath_ar9285 \
976	compile-with "${NORMAL_C} -I$S/dev/ath"
977dev/ath/ath_hal/ah_eeprom_9287.c \
978	optional ath_hal | ath_ar9287 \
979	compile-with "${NORMAL_C} -I$S/dev/ath"
980dev/ath/ath_hal/ah_regdomain.c	optional ath \
981	compile-with "${NORMAL_C} ${NO_WSHIFT_COUNT_NEGATIVE} ${NO_WSHIFT_COUNT_OVERFLOW} -I$S/dev/ath"
982# ar5210
983dev/ath/ath_hal/ar5210/ar5210_attach.c		optional ath_hal | ath_ar5210 \
984	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
985dev/ath/ath_hal/ar5210/ar5210_beacon.c		optional ath_hal | ath_ar5210 \
986	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
987dev/ath/ath_hal/ar5210/ar5210_interrupts.c	optional ath_hal | ath_ar5210 \
988	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
989dev/ath/ath_hal/ar5210/ar5210_keycache.c	optional ath_hal | ath_ar5210 \
990	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
991dev/ath/ath_hal/ar5210/ar5210_misc.c		optional ath_hal | ath_ar5210 \
992	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
993dev/ath/ath_hal/ar5210/ar5210_phy.c		optional ath_hal | ath_ar5210 \
994	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
995dev/ath/ath_hal/ar5210/ar5210_power.c		optional ath_hal | ath_ar5210 \
996	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
997dev/ath/ath_hal/ar5210/ar5210_recv.c		optional ath_hal | ath_ar5210 \
998	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
999dev/ath/ath_hal/ar5210/ar5210_reset.c		optional ath_hal | ath_ar5210 \
1000	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
1001dev/ath/ath_hal/ar5210/ar5210_xmit.c		optional ath_hal | ath_ar5210 \
1002	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
1003# ar5211
1004dev/ath/ath_hal/ar5211/ar5211_attach.c		optional ath_hal | ath_ar5211 \
1005	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
1006dev/ath/ath_hal/ar5211/ar5211_beacon.c		optional ath_hal | ath_ar5211 \
1007	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
1008dev/ath/ath_hal/ar5211/ar5211_interrupts.c	optional ath_hal | ath_ar5211 \
1009	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
1010dev/ath/ath_hal/ar5211/ar5211_keycache.c	optional ath_hal | ath_ar5211 \
1011	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
1012dev/ath/ath_hal/ar5211/ar5211_misc.c		optional ath_hal | ath_ar5211 \
1013	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
1014dev/ath/ath_hal/ar5211/ar5211_phy.c		optional ath_hal | ath_ar5211 \
1015	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
1016dev/ath/ath_hal/ar5211/ar5211_power.c		optional ath_hal | ath_ar5211 \
1017	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
1018dev/ath/ath_hal/ar5211/ar5211_recv.c		optional ath_hal | ath_ar5211 \
1019	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
1020dev/ath/ath_hal/ar5211/ar5211_reset.c		optional ath_hal | ath_ar5211 \
1021	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
1022dev/ath/ath_hal/ar5211/ar5211_xmit.c		optional ath_hal | ath_ar5211 \
1023	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
1024# ar5212
1025dev/ath/ath_hal/ar5212/ar5212_ani.c \
1026	optional ath_hal | ath_ar5212 | ath_ar5416 | ath_ar9160 | ath_ar9280 | \
1027	ath_ar9285 ath_ar9287 \
1028	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
1029dev/ath/ath_hal/ar5212/ar5212_attach.c \
1030	optional ath_hal | ath_ar5212 | ath_ar5416 | ath_ar9160 | ath_ar9280 | \
1031	ath_ar9285 ath_ar9287 \
1032	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
1033dev/ath/ath_hal/ar5212/ar5212_beacon.c \
1034	optional ath_hal | ath_ar5212 | ath_ar5416 | ath_ar9160 | ath_ar9280 | \
1035	ath_ar9285 ath_ar9287 \
1036	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
1037dev/ath/ath_hal/ar5212/ar5212_eeprom.c \
1038	optional ath_hal | ath_ar5212 | ath_ar5416 | ath_ar9160 | ath_ar9280 | \
1039	ath_ar9285 ath_ar9287 \
1040	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
1041dev/ath/ath_hal/ar5212/ar5212_gpio.c \
1042	optional ath_hal | ath_ar5212 | ath_ar5416 | ath_ar9160 | ath_ar9280 | \
1043	ath_ar9285 ath_ar9287 \
1044	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
1045dev/ath/ath_hal/ar5212/ar5212_interrupts.c \
1046	optional ath_hal | ath_ar5212 | ath_ar5416 | ath_ar9160 | ath_ar9280 | \
1047	ath_ar9285 ath_ar9287 \
1048	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
1049dev/ath/ath_hal/ar5212/ar5212_keycache.c \
1050	optional ath_hal | ath_ar5212 | ath_ar5416 | ath_ar9160 | ath_ar9280 | \
1051	ath_ar9285 ath_ar9287 \
1052	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
1053dev/ath/ath_hal/ar5212/ar5212_misc.c \
1054	optional ath_hal | ath_ar5212 | ath_ar5416 | ath_ar9160 | ath_ar9280 | \
1055	ath_ar9285 ath_ar9287 \
1056	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
1057dev/ath/ath_hal/ar5212/ar5212_phy.c \
1058	optional ath_hal | ath_ar5212 | ath_ar5416 | ath_ar9160 | ath_ar9280 | \
1059	ath_ar9285 ath_ar9287 \
1060	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
1061dev/ath/ath_hal/ar5212/ar5212_power.c \
1062	optional ath_hal | ath_ar5212 | ath_ar5416 | ath_ar9160 | ath_ar9280 | \
1063	ath_ar9285 ath_ar9287 \
1064	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
1065dev/ath/ath_hal/ar5212/ar5212_recv.c \
1066	optional ath_hal | ath_ar5212 | ath_ar5416 | ath_ar9160 | ath_ar9280 | \
1067	ath_ar9285 ath_ar9287 \
1068	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
1069dev/ath/ath_hal/ar5212/ar5212_reset.c \
1070	optional ath_hal | ath_ar5212 | ath_ar5416 | ath_ar9160 | ath_ar9280 | \
1071	ath_ar9285 ath_ar9287 \
1072	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
1073dev/ath/ath_hal/ar5212/ar5212_rfgain.c \
1074	optional ath_hal | ath_ar5212 | ath_ar5416 | ath_ar9160 | ath_ar9280 | \
1075	ath_ar9285 ath_ar9287 \
1076	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
1077dev/ath/ath_hal/ar5212/ar5212_xmit.c \
1078	optional ath_hal | ath_ar5212 | ath_ar5416 | ath_ar9160 | ath_ar9280 | \
1079	ath_ar9285 ath_ar9287 \
1080	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
1081# ar5416 (depends on ar5212)
1082dev/ath/ath_hal/ar5416/ar5416_ani.c \
1083	optional ath_hal | ath_ar5416 | ath_ar9160 | ath_ar9280 | ath_ar9285 | \
1084	ath_ar9287 \
1085	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
1086dev/ath/ath_hal/ar5416/ar5416_attach.c \
1087	optional ath_hal | ath_ar5416 | ath_ar9160 | ath_ar9280 | ath_ar9285 | \
1088	ath_ar9287 \
1089	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
1090dev/ath/ath_hal/ar5416/ar5416_beacon.c \
1091	optional ath_hal | ath_ar5416 | ath_ar9160 | ath_ar9280 | ath_ar9285 | \
1092	ath_ar9287 \
1093	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
1094dev/ath/ath_hal/ar5416/ar5416_btcoex.c \
1095	optional ath_hal | ath_ar5416 | ath_ar9160 | ath_ar9280 | ath_ar9285 | \
1096	ath_ar9287 \
1097	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
1098dev/ath/ath_hal/ar5416/ar5416_cal.c \
1099	optional ath_hal | ath_ar5416 | ath_ar9160 | ath_ar9280 | ath_ar9285 | \
1100	ath_ar9287 \
1101	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
1102dev/ath/ath_hal/ar5416/ar5416_cal_iq.c \
1103	optional ath_hal | ath_ar5416 | ath_ar9160 | ath_ar9280 | ath_ar9285 | \
1104	ath_ar9287 \
1105	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
1106dev/ath/ath_hal/ar5416/ar5416_cal_adcgain.c \
1107	optional ath_hal | ath_ar5416 | ath_ar9160 | ath_ar9280 | ath_ar9285 | \
1108	ath_ar9287 \
1109	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
1110dev/ath/ath_hal/ar5416/ar5416_cal_adcdc.c \
1111	optional ath_hal | ath_ar5416 | ath_ar9160 | ath_ar9280 | ath_ar9285 | \
1112	ath_ar9287 \
1113	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
1114dev/ath/ath_hal/ar5416/ar5416_eeprom.c \
1115	optional ath_hal | ath_ar5416 | ath_ar9160 | ath_ar9280 | ath_ar9285 | \
1116	ath_ar9287 \
1117	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
1118dev/ath/ath_hal/ar5416/ar5416_gpio.c \
1119	optional ath_hal | ath_ar5416 | ath_ar9160 | ath_ar9280 | ath_ar9285 | \
1120	ath_ar9287 \
1121	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
1122dev/ath/ath_hal/ar5416/ar5416_interrupts.c \
1123	optional ath_hal | ath_ar5416 | ath_ar9160 | ath_ar9280 | ath_ar9285 | \
1124	ath_ar9287 \
1125	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
1126dev/ath/ath_hal/ar5416/ar5416_keycache.c \
1127	optional ath_hal | ath_ar5416 | ath_ar9160 | ath_ar9280 | ath_ar9285 | \
1128	ath_ar9287 \
1129	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
1130dev/ath/ath_hal/ar5416/ar5416_misc.c \
1131	optional ath_hal | ath_ar5416 | ath_ar9160 | ath_ar9280 | ath_ar9285 | \
1132	ath_ar9287 \
1133	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
1134dev/ath/ath_hal/ar5416/ar5416_phy.c \
1135	optional ath_hal | ath_ar5416 | ath_ar9160 | ath_ar9280 | ath_ar9285 | \
1136	ath_ar9287 \
1137	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
1138dev/ath/ath_hal/ar5416/ar5416_power.c \
1139	optional ath_hal | ath_ar5416 | ath_ar9160 | ath_ar9280 | ath_ar9285 | \
1140	ath_ar9287 \
1141	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
1142dev/ath/ath_hal/ar5416/ar5416_radar.c \
1143	optional ath_hal | ath_ar5416 | ath_ar9160 | ath_ar9280 | ath_ar9285 | \
1144	ath_ar9287 \
1145	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
1146dev/ath/ath_hal/ar5416/ar5416_recv.c \
1147	optional ath_hal | ath_ar5416 | ath_ar9160 | ath_ar9280 | ath_ar9285 | \
1148	ath_ar9287 \
1149	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
1150dev/ath/ath_hal/ar5416/ar5416_reset.c \
1151	optional ath_hal | ath_ar5416 | ath_ar9160 | ath_ar9280 | ath_ar9285 | \
1152	ath_ar9287 \
1153	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
1154dev/ath/ath_hal/ar5416/ar5416_spectral.c \
1155	optional ath_hal | ath_ar5416 | ath_ar9160 | ath_ar9280 | ath_ar9285 | \
1156	ath_ar9287 \
1157	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
1158dev/ath/ath_hal/ar5416/ar5416_xmit.c \
1159	optional ath_hal | ath_ar5416 | ath_ar9160 | ath_ar9280 | ath_ar9285 | \
1160	ath_ar9287 \
1161	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
1162# ar9130 (depends upon ar5416) - also requires AH_SUPPORT_AR9130
1163#
1164# Since this is an embedded MAC SoC, there's no need to compile it into the
1165# default HAL.
1166dev/ath/ath_hal/ar9001/ar9130_attach.c optional ath_ar9130 \
1167	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
1168dev/ath/ath_hal/ar9001/ar9130_phy.c optional ath_ar9130 \
1169	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
1170dev/ath/ath_hal/ar9001/ar9130_eeprom.c optional ath_ar9130 \
1171	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
1172# ar9160 (depends on ar5416)
1173dev/ath/ath_hal/ar9001/ar9160_attach.c optional ath_hal | ath_ar9160 \
1174	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
1175# ar9280 (depends on ar5416)
1176dev/ath/ath_hal/ar9002/ar9280_attach.c optional ath_hal | ath_ar9280 | \
1177	ath_ar9285 \
1178	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
1179dev/ath/ath_hal/ar9002/ar9280_olc.c optional ath_hal | ath_ar9280 | \
1180	ath_ar9285 \
1181	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
1182# ar9285 (depends on ar5416 and ar9280)
1183dev/ath/ath_hal/ar9002/ar9285_attach.c optional ath_hal | ath_ar9285 \
1184	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
1185dev/ath/ath_hal/ar9002/ar9285_btcoex.c optional ath_hal | ath_ar9285 \
1186	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
1187dev/ath/ath_hal/ar9002/ar9285_reset.c optional ath_hal | ath_ar9285 \
1188	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
1189dev/ath/ath_hal/ar9002/ar9285_cal.c optional ath_hal | ath_ar9285 \
1190	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
1191dev/ath/ath_hal/ar9002/ar9285_phy.c optional ath_hal | ath_ar9285 \
1192	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
1193dev/ath/ath_hal/ar9002/ar9285_diversity.c optional ath_hal | ath_ar9285 \
1194	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
1195# ar9287 (depends on ar5416)
1196dev/ath/ath_hal/ar9002/ar9287_attach.c optional ath_hal | ath_ar9287 \
1197	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
1198dev/ath/ath_hal/ar9002/ar9287_reset.c optional ath_hal | ath_ar9287 \
1199	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
1200dev/ath/ath_hal/ar9002/ar9287_cal.c optional ath_hal | ath_ar9287 \
1201	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
1202dev/ath/ath_hal/ar9002/ar9287_olc.c optional ath_hal | ath_ar9287 \
1203	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
1204
1205# ar9300
1206contrib/dev/ath/ath_hal/ar9300/ar9300_ani.c optional ath_hal | ath_ar9300 \
1207	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal -I$S/contrib/dev/ath/ath_hal"
1208contrib/dev/ath/ath_hal/ar9300/ar9300_attach.c optional ath_hal | ath_ar9300 \
1209	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal -I$S/contrib/dev/ath/ath_hal"
1210contrib/dev/ath/ath_hal/ar9300/ar9300_beacon.c optional ath_hal | ath_ar9300 \
1211	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal -I$S/contrib/dev/ath/ath_hal"
1212contrib/dev/ath/ath_hal/ar9300/ar9300_eeprom.c optional ath_hal | ath_ar9300 \
1213	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal -I$S/contrib/dev/ath/ath_hal ${NO_WCONSTANT_CONVERSION}"
1214contrib/dev/ath/ath_hal/ar9300/ar9300_freebsd.c optional ath_hal | ath_ar9300 \
1215	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal -I$S/contrib/dev/ath/ath_hal"
1216contrib/dev/ath/ath_hal/ar9300/ar9300_gpio.c optional ath_hal | ath_ar9300 \
1217	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal -I$S/contrib/dev/ath/ath_hal"
1218contrib/dev/ath/ath_hal/ar9300/ar9300_interrupts.c optional ath_hal | ath_ar9300 \
1219	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal -I$S/contrib/dev/ath/ath_hal"
1220contrib/dev/ath/ath_hal/ar9300/ar9300_keycache.c optional ath_hal | ath_ar9300 \
1221	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal -I$S/contrib/dev/ath/ath_hal"
1222contrib/dev/ath/ath_hal/ar9300/ar9300_mci.c optional ath_hal | ath_ar9300 \
1223	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal -I$S/contrib/dev/ath/ath_hal"
1224contrib/dev/ath/ath_hal/ar9300/ar9300_misc.c optional ath_hal | ath_ar9300 \
1225	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal -I$S/contrib/dev/ath/ath_hal"
1226contrib/dev/ath/ath_hal/ar9300/ar9300_paprd.c optional ath_hal | ath_ar9300 \
1227	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal -I$S/contrib/dev/ath/ath_hal"
1228contrib/dev/ath/ath_hal/ar9300/ar9300_phy.c optional ath_hal | ath_ar9300 \
1229	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal -I$S/contrib/dev/ath/ath_hal"
1230contrib/dev/ath/ath_hal/ar9300/ar9300_power.c optional ath_hal | ath_ar9300 \
1231	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal -I$S/contrib/dev/ath/ath_hal"
1232contrib/dev/ath/ath_hal/ar9300/ar9300_radar.c optional ath_hal | ath_ar9300 \
1233	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal -I$S/contrib/dev/ath/ath_hal"
1234contrib/dev/ath/ath_hal/ar9300/ar9300_radio.c optional ath_hal | ath_ar9300 \
1235	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal -I$S/contrib/dev/ath/ath_hal"
1236contrib/dev/ath/ath_hal/ar9300/ar9300_recv.c optional ath_hal | ath_ar9300 \
1237	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal -I$S/contrib/dev/ath/ath_hal"
1238contrib/dev/ath/ath_hal/ar9300/ar9300_recv_ds.c optional ath_hal | ath_ar9300 \
1239	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal -I$S/contrib/dev/ath/ath_hal"
1240contrib/dev/ath/ath_hal/ar9300/ar9300_reset.c optional ath_hal | ath_ar9300 \
1241	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal -I$S/contrib/dev/ath/ath_hal ${NO_WSOMETIMES_UNINITIALIZED} -Wno-unused-function"
1242contrib/dev/ath/ath_hal/ar9300/ar9300_stub.c optional ath_hal | ath_ar9300 \
1243	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal -I$S/contrib/dev/ath/ath_hal"
1244contrib/dev/ath/ath_hal/ar9300/ar9300_stub_funcs.c optional ath_hal | ath_ar9300 \
1245	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal -I$S/contrib/dev/ath/ath_hal"
1246contrib/dev/ath/ath_hal/ar9300/ar9300_spectral.c optional ath_hal | ath_ar9300 \
1247	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal -I$S/contrib/dev/ath/ath_hal"
1248contrib/dev/ath/ath_hal/ar9300/ar9300_timer.c optional ath_hal | ath_ar9300 \
1249	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal -I$S/contrib/dev/ath/ath_hal"
1250contrib/dev/ath/ath_hal/ar9300/ar9300_xmit.c optional ath_hal | ath_ar9300 \
1251	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal -I$S/contrib/dev/ath/ath_hal"
1252contrib/dev/ath/ath_hal/ar9300/ar9300_xmit_ds.c optional ath_hal | ath_ar9300 \
1253	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal -I$S/contrib/dev/ath/ath_hal"
1254
1255# rf backends
1256dev/ath/ath_hal/ar5212/ar2316.c	optional ath_rf2316 \
1257	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
1258dev/ath/ath_hal/ar5212/ar2317.c	optional ath_rf2317 \
1259	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
1260dev/ath/ath_hal/ar5212/ar2413.c	optional ath_hal | ath_rf2413 \
1261	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
1262dev/ath/ath_hal/ar5212/ar2425.c	optional ath_hal | ath_rf2425 | ath_rf2417 \
1263	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
1264dev/ath/ath_hal/ar5212/ar5111.c	optional ath_hal | ath_rf5111 \
1265	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
1266dev/ath/ath_hal/ar5212/ar5112.c	optional ath_hal | ath_rf5112 \
1267	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
1268dev/ath/ath_hal/ar5212/ar5413.c	optional ath_hal | ath_rf5413 \
1269	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
1270dev/ath/ath_hal/ar5416/ar2133.c optional ath_hal | ath_ar5416 | \
1271	ath_ar9130 | ath_ar9160 | ath_ar9280 \
1272	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
1273dev/ath/ath_hal/ar9002/ar9280.c optional ath_hal | ath_ar9280 | ath_ar9285 \
1274	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
1275dev/ath/ath_hal/ar9002/ar9285.c optional ath_hal | ath_ar9285 \
1276	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
1277dev/ath/ath_hal/ar9002/ar9287.c optional ath_hal | ath_ar9287 \
1278	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
1279
1280# ath rate control algorithms
1281dev/ath/ath_rate/amrr/amrr.c	optional ath_rate_amrr \
1282	compile-with "${NORMAL_C} -I$S/dev/ath"
1283dev/ath/ath_rate/onoe/onoe.c	optional ath_rate_onoe \
1284	compile-with "${NORMAL_C} -I$S/dev/ath"
1285dev/ath/ath_rate/sample/sample.c	optional ath_rate_sample \
1286	compile-with "${NORMAL_C} -I$S/dev/ath"
1287# ath DFS modules
1288dev/ath/ath_dfs/null/dfs_null.c	optional ath \
1289	compile-with "${NORMAL_C} -I$S/dev/ath"
1290#
1291dev/backlight/backlight_if.m		optional backlight | compat_linuxkpi
1292dev/backlight/backlight.c		optional backlight | compat_linuxkpi
1293dev/bce/if_bce.c			optional bce
1294dev/bfe/if_bfe.c			optional bfe
1295dev/bge/if_bge.c			optional bge
1296dev/bhnd/bhnd.c				optional bhnd
1297dev/bhnd/bhnd_erom.c			optional bhnd
1298dev/bhnd/bhnd_erom_if.m			optional bhnd
1299dev/bhnd/bhnd_subr.c			optional bhnd
1300dev/bhnd/bhnd_bus_if.m			optional bhnd
1301dev/bhnd/bhndb/bhnd_bhndb.c		optional bhndb bhnd
1302dev/bhnd/bhndb/bhndb.c			optional bhndb bhnd
1303dev/bhnd/bhndb/bhndb_bus_if.m		optional bhndb bhnd
1304dev/bhnd/bhndb/bhndb_hwdata.c		optional bhndb bhnd
1305dev/bhnd/bhndb/bhndb_if.m		optional bhndb bhnd
1306dev/bhnd/bhndb/bhndb_pci.c		optional bhndb_pci bhndb bhnd pci
1307dev/bhnd/bhndb/bhndb_pci_hwdata.c 	optional bhndb_pci bhndb bhnd pci
1308dev/bhnd/bhndb/bhndb_pci_sprom.c	optional bhndb_pci bhndb bhnd pci
1309dev/bhnd/bhndb/bhndb_subr.c		optional bhndb bhnd
1310dev/bhnd/bcma/bcma.c			optional bcma bhnd
1311dev/bhnd/bcma/bcma_bhndb.c		optional bcma bhnd bhndb
1312dev/bhnd/bcma/bcma_erom.c		optional bcma bhnd
1313dev/bhnd/bcma/bcma_subr.c		optional bcma bhnd
1314dev/bhnd/cores/chipc/bhnd_chipc_if.m	optional bhnd
1315dev/bhnd/cores/chipc/bhnd_sprom_chipc.c	optional bhnd
1316dev/bhnd/cores/chipc/bhnd_pmu_chipc.c	optional bhnd
1317dev/bhnd/cores/chipc/chipc.c		optional bhnd
1318dev/bhnd/cores/chipc/chipc_cfi.c	optional bhnd cfi
1319dev/bhnd/cores/chipc/chipc_gpio.c	optional bhnd gpio
1320dev/bhnd/cores/chipc/chipc_slicer.c	optional bhnd cfi | bhnd spibus
1321dev/bhnd/cores/chipc/chipc_spi.c	optional bhnd spibus
1322dev/bhnd/cores/chipc/chipc_subr.c	optional bhnd
1323dev/bhnd/cores/chipc/pwrctl/bhnd_pwrctl.c	optional bhnd
1324dev/bhnd/cores/chipc/pwrctl/bhnd_pwrctl_if.m	optional bhnd
1325dev/bhnd/cores/chipc/pwrctl/bhnd_pwrctl_hostb_if.m	optional bhnd
1326dev/bhnd/cores/chipc/pwrctl/bhnd_pwrctl_subr.c	optional bhnd
1327dev/bhnd/cores/pci/bhnd_pci.c		optional bhnd pci
1328dev/bhnd/cores/pci/bhnd_pci_hostb.c	optional bhndb bhnd pci
1329dev/bhnd/cores/pci/bhnd_pcib.c		optional bhnd_pcib bhnd pci
1330dev/bhnd/cores/pcie2/bhnd_pcie2.c	optional bhnd pci
1331dev/bhnd/cores/pcie2/bhnd_pcie2_hostb.c	optional bhndb bhnd pci
1332dev/bhnd/cores/pcie2/bhnd_pcie2b.c	optional bhnd_pcie2b bhnd pci
1333dev/bhnd/cores/pmu/bhnd_pmu.c		optional bhnd
1334dev/bhnd/cores/pmu/bhnd_pmu_core.c	optional bhnd
1335dev/bhnd/cores/pmu/bhnd_pmu_if.m	optional bhnd
1336dev/bhnd/cores/pmu/bhnd_pmu_subr.c	optional bhnd
1337dev/bhnd/nvram/bhnd_nvram_data.c	optional bhnd
1338dev/bhnd/nvram/bhnd_nvram_data_bcm.c	optional bhnd
1339dev/bhnd/nvram/bhnd_nvram_data_bcmraw.c	optional bhnd
1340dev/bhnd/nvram/bhnd_nvram_data_btxt.c	optional bhnd
1341dev/bhnd/nvram/bhnd_nvram_data_sprom.c	optional bhnd
1342dev/bhnd/nvram/bhnd_nvram_data_sprom_subr.c	optional bhnd
1343dev/bhnd/nvram/bhnd_nvram_data_tlv.c	optional bhnd
1344dev/bhnd/nvram/bhnd_nvram_if.m		optional bhnd
1345dev/bhnd/nvram/bhnd_nvram_io.c		optional bhnd
1346dev/bhnd/nvram/bhnd_nvram_iobuf.c	optional bhnd
1347dev/bhnd/nvram/bhnd_nvram_ioptr.c	optional bhnd
1348dev/bhnd/nvram/bhnd_nvram_iores.c	optional bhnd
1349dev/bhnd/nvram/bhnd_nvram_plist.c	optional bhnd
1350dev/bhnd/nvram/bhnd_nvram_store.c	optional bhnd
1351dev/bhnd/nvram/bhnd_nvram_store_subr.c	optional bhnd
1352dev/bhnd/nvram/bhnd_nvram_subr.c	optional bhnd
1353dev/bhnd/nvram/bhnd_nvram_value.c	optional bhnd
1354dev/bhnd/nvram/bhnd_nvram_value_fmts.c	optional bhnd
1355dev/bhnd/nvram/bhnd_nvram_value_prf.c	optional bhnd
1356dev/bhnd/nvram/bhnd_nvram_value_subr.c	optional bhnd
1357dev/bhnd/nvram/bhnd_sprom.c		optional bhnd
1358dev/bhnd/siba/siba.c			optional siba bhnd
1359dev/bhnd/siba/siba_bhndb.c		optional siba bhnd bhndb
1360dev/bhnd/siba/siba_erom.c		optional siba bhnd
1361dev/bhnd/siba/siba_subr.c		optional siba bhnd
1362#
1363dev/bnxt/bnxt_hwrm.c		optional bnxt iflib pci
1364dev/bnxt/bnxt_sysctl.c		optional bnxt iflib pci
1365dev/bnxt/bnxt_txrx.c		optional bnxt iflib pci
1366dev/bnxt/if_bnxt.c		optional bnxt iflib pci
1367dev/bwi/bwimac.c		optional bwi
1368dev/bwi/bwiphy.c		optional bwi
1369dev/bwi/bwirf.c			optional bwi
1370dev/bwi/if_bwi.c		optional bwi
1371dev/bwi/if_bwi_pci.c		optional bwi pci
1372dev/bwn/if_bwn.c		optional bwn bhnd
1373dev/bwn/if_bwn_pci.c		optional bwn pci bhnd bhndb bhndb_pci
1374dev/bwn/if_bwn_phy_common.c	optional bwn bhnd
1375dev/bwn/if_bwn_phy_g.c		optional bwn bhnd
1376dev/bwn/if_bwn_phy_lp.c		optional bwn bhnd
1377dev/bwn/if_bwn_phy_n.c		optional bwn bhnd
1378dev/bwn/if_bwn_util.c		optional bwn bhnd
1379dev/cadence/if_cgem.c		optional cgem fdt
1380dev/cardbus/card_if.m		standard
1381dev/cardbus/cardbus.c		optional cardbus
1382dev/cardbus/cardbus_cis.c	optional cardbus
1383dev/cardbus/cardbus_device.c	optional cardbus
1384dev/cardbus/power_if.m		standard
1385dev/cas/if_cas.c		optional cas
1386dev/cfi/cfi_bus_fdt.c		optional cfi fdt
1387dev/cfi/cfi_bus_nexus.c		optional cfi
1388dev/cfi/cfi_core.c		optional cfi
1389dev/cfi/cfi_dev.c		optional cfi
1390dev/cfi/cfi_disk.c		optional cfid
1391dev/chromebook_platform/chromebook_platform.c	optional chromebook_platform
1392dev/ciss/ciss.c			optional ciss
1393dev/cpufreq/ichss.c		optional cpufreq pci
1394dev/cxgb/cxgb_main.c		optional cxgb pci \
1395	compile-with "${NORMAL_C} -I$S/dev/cxgb"
1396dev/cxgb/cxgb_sge.c		optional cxgb pci \
1397	compile-with "${NORMAL_C} -I$S/dev/cxgb"
1398dev/cxgb/common/cxgb_mc5.c	optional cxgb pci \
1399	compile-with "${NORMAL_C} -I$S/dev/cxgb"
1400dev/cxgb/common/cxgb_vsc7323.c	optional cxgb pci \
1401	compile-with "${NORMAL_C} -I$S/dev/cxgb"
1402dev/cxgb/common/cxgb_vsc8211.c	optional cxgb pci \
1403	compile-with "${NORMAL_C} -I$S/dev/cxgb"
1404dev/cxgb/common/cxgb_ael1002.c	optional cxgb pci \
1405	compile-with "${NORMAL_C} -I$S/dev/cxgb"
1406dev/cxgb/common/cxgb_aq100x.c	optional cxgb pci \
1407	compile-with "${NORMAL_C} -I$S/dev/cxgb"
1408dev/cxgb/common/cxgb_mv88e1xxx.c	optional cxgb pci \
1409	compile-with "${NORMAL_C} -I$S/dev/cxgb"
1410dev/cxgb/common/cxgb_xgmac.c	optional cxgb pci \
1411	compile-with "${NORMAL_C} -I$S/dev/cxgb"
1412dev/cxgb/common/cxgb_t3_hw.c	optional cxgb pci \
1413	compile-with "${NORMAL_C} -I$S/dev/cxgb"
1414dev/cxgb/common/cxgb_tn1010.c	optional cxgb pci \
1415	compile-with "${NORMAL_C} -I$S/dev/cxgb"
1416dev/cxgb/sys/uipc_mvec.c	optional cxgb pci \
1417	compile-with "${NORMAL_C} -I$S/dev/cxgb"
1418dev/cxgb/cxgb_t3fw.c		optional cxgb cxgb_t3fw \
1419	compile-with "${NORMAL_C} -I$S/dev/cxgb"
1420dev/cxgbe/t4_clip.c		optional cxgbe pci \
1421	compile-with "${NORMAL_C} -I$S/dev/cxgbe"
1422dev/cxgbe/t4_filter.c		optional cxgbe pci \
1423	compile-with "${NORMAL_C} -I$S/dev/cxgbe"
1424dev/cxgbe/t4_if.m		optional cxgbe pci
1425dev/cxgbe/t4_iov.c		optional cxgbe pci \
1426	compile-with "${NORMAL_C} -I$S/dev/cxgbe"
1427dev/cxgbe/t4_mp_ring.c		optional cxgbe pci \
1428	compile-with "${NORMAL_C} -I$S/dev/cxgbe"
1429dev/cxgbe/t4_main.c		optional cxgbe pci \
1430	compile-with "${NORMAL_C} -I$S/dev/cxgbe"
1431dev/cxgbe/t4_netmap.c		optional cxgbe pci \
1432	compile-with "${NORMAL_C} -I$S/dev/cxgbe"
1433dev/cxgbe/t4_sched.c		optional cxgbe pci \
1434	compile-with "${NORMAL_C} -I$S/dev/cxgbe"
1435dev/cxgbe/t4_sge.c		optional cxgbe pci \
1436	compile-with "${NORMAL_C} -I$S/dev/cxgbe"
1437dev/cxgbe/t4_smt.c		optional cxgbe pci \
1438	compile-with "${NORMAL_C} -I$S/dev/cxgbe"
1439dev/cxgbe/t4_l2t.c		optional cxgbe pci \
1440	compile-with "${NORMAL_C} -I$S/dev/cxgbe"
1441dev/cxgbe/t4_tracer.c		optional cxgbe pci \
1442	compile-with "${NORMAL_C} -I$S/dev/cxgbe"
1443dev/cxgbe/t4_vf.c		optional cxgbev pci \
1444	compile-with "${NORMAL_C} -I$S/dev/cxgbe"
1445dev/cxgbe/common/t4_hw.c	optional cxgbe pci \
1446	compile-with "${NORMAL_C} -I$S/dev/cxgbe"
1447dev/cxgbe/common/t4vf_hw.c	optional cxgbev pci \
1448	compile-with "${NORMAL_C} -I$S/dev/cxgbe"
1449dev/cxgbe/crypto/t4_kern_tls.c	optional cxgbe pci kern_tls \
1450	compile-with "${NORMAL_C} -I$S/dev/cxgbe"
1451dev/cxgbe/crypto/t4_keyctx.c	optional cxgbe pci \
1452	compile-with "${NORMAL_C} -I$S/dev/cxgbe"
1453dev/cxgbe/cudbg/cudbg_common.c	optional cxgbe \
1454	compile-with "${NORMAL_C} -I$S/dev/cxgbe"
1455dev/cxgbe/cudbg/cudbg_flash_utils.c	optional cxgbe \
1456	compile-with "${NORMAL_C} -I$S/dev/cxgbe"
1457dev/cxgbe/cudbg/cudbg_lib.c	optional cxgbe \
1458	compile-with "${NORMAL_C} -I$S/dev/cxgbe"
1459dev/cxgbe/cudbg/cudbg_wtp.c	optional cxgbe \
1460	compile-with "${NORMAL_C} -I$S/dev/cxgbe"
1461dev/cxgbe/cudbg/fastlz.c	optional cxgbe \
1462	compile-with "${NORMAL_C} -I$S/dev/cxgbe"
1463dev/cxgbe/cudbg/fastlz_api.c	optional cxgbe \
1464	compile-with "${NORMAL_C} -I$S/dev/cxgbe"
1465t4fw_cfg.c		optional cxgbe					\
1466	compile-with	"${AWK} -f $S/tools/fw_stub.awk t4fw_cfg.fw:t4fw_cfg t4fw_cfg_uwire.fw:t4fw_cfg_uwire t4fw.fw:t4fw -mt4fw_cfg -c${.TARGET}" \
1467	no-ctfconvert no-implicit-rule before-depend local		\
1468	clean		"t4fw_cfg.c"
1469t4fw_cfg.fwo		optional cxgbe					\
1470	dependency	"t4fw_cfg.fw"					\
1471	compile-with	"${NORMAL_FWO}"					\
1472	no-implicit-rule						\
1473	clean		"t4fw_cfg.fwo"
1474t4fw_cfg.fw		optional cxgbe					\
1475	dependency	"$S/dev/cxgbe/firmware/t4fw_cfg.txt"		\
1476	compile-with	"${CP} ${.ALLSRC} ${.TARGET}"			\
1477	no-obj no-implicit-rule						\
1478	clean		"t4fw_cfg.fw"
1479t4fw_cfg_uwire.fwo	optional cxgbe					\
1480	dependency	"t4fw_cfg_uwire.fw"				\
1481	compile-with	"${NORMAL_FWO}"					\
1482	no-implicit-rule						\
1483	clean		"t4fw_cfg_uwire.fwo"
1484t4fw_cfg_uwire.fw	optional cxgbe					\
1485	dependency	"$S/dev/cxgbe/firmware/t4fw_cfg_uwire.txt"	\
1486	compile-with	"${CP} ${.ALLSRC} ${.TARGET}"			\
1487	no-obj no-implicit-rule						\
1488	clean		"t4fw_cfg_uwire.fw"
1489t4fw.fwo		optional cxgbe					\
1490	dependency	"t4fw.fw"					\
1491	compile-with	"${NORMAL_FWO}"					\
1492	no-implicit-rule						\
1493	clean		"t4fw.fwo"
1494t4fw.fw			optional cxgbe					\
1495	dependency	"$S/dev/cxgbe/firmware/t4fw-1.26.4.0.bin"	\
1496	compile-with	"${CP} ${.ALLSRC} ${.TARGET}"			\
1497	no-obj no-implicit-rule						\
1498	clean		"t4fw.fw"
1499t5fw_cfg.c		optional cxgbe					\
1500	compile-with	"${AWK} -f $S/tools/fw_stub.awk t5fw_cfg.fw:t5fw_cfg t5fw_cfg_uwire.fw:t5fw_cfg_uwire t5fw.fw:t5fw -mt5fw_cfg -c${.TARGET}" \
1501	no-ctfconvert no-implicit-rule before-depend local		\
1502	clean		"t5fw_cfg.c"
1503t5fw_cfg.fwo		optional cxgbe					\
1504	dependency	"t5fw_cfg.fw"					\
1505	compile-with	"${NORMAL_FWO}"					\
1506	no-implicit-rule						\
1507	clean		"t5fw_cfg.fwo"
1508t5fw_cfg.fw		optional cxgbe					\
1509	dependency	"$S/dev/cxgbe/firmware/t5fw_cfg.txt"		\
1510	compile-with	"${CP} ${.ALLSRC} ${.TARGET}"			\
1511	no-obj no-implicit-rule						\
1512	clean		"t5fw_cfg.fw"
1513t5fw_cfg_uwire.fwo	optional cxgbe					\
1514	dependency	"t5fw_cfg_uwire.fw"				\
1515	compile-with	"${NORMAL_FWO}"					\
1516	no-implicit-rule						\
1517	clean		"t5fw_cfg_uwire.fwo"
1518t5fw_cfg_uwire.fw	optional cxgbe					\
1519	dependency	"$S/dev/cxgbe/firmware/t5fw_cfg_uwire.txt"	\
1520	compile-with	"${CP} ${.ALLSRC} ${.TARGET}"			\
1521	no-obj no-implicit-rule						\
1522	clean		"t5fw_cfg_uwire.fw"
1523t5fw.fwo		optional cxgbe					\
1524	dependency	"t5fw.fw"					\
1525	compile-with	"${NORMAL_FWO}"					\
1526	no-implicit-rule						\
1527	clean		"t5fw.fwo"
1528t5fw.fw			optional cxgbe					\
1529	dependency	"$S/dev/cxgbe/firmware/t5fw-1.26.4.0.bin"	\
1530	compile-with	"${CP} ${.ALLSRC} ${.TARGET}"			\
1531	no-obj no-implicit-rule						\
1532	clean		"t5fw.fw"
1533t6fw_cfg.c		optional cxgbe					\
1534	compile-with	"${AWK} -f $S/tools/fw_stub.awk t6fw_cfg.fw:t6fw_cfg t6fw_cfg_uwire.fw:t6fw_cfg_uwire t6fw.fw:t6fw -mt6fw_cfg -c${.TARGET}" \
1535	no-ctfconvert no-implicit-rule before-depend local		\
1536	clean		"t6fw_cfg.c"
1537t6fw_cfg.fwo		optional cxgbe					\
1538	dependency	"t6fw_cfg.fw"					\
1539	compile-with	"${NORMAL_FWO}"					\
1540	no-implicit-rule						\
1541	clean		"t6fw_cfg.fwo"
1542t6fw_cfg.fw		optional cxgbe					\
1543	dependency	"$S/dev/cxgbe/firmware/t6fw_cfg.txt"		\
1544	compile-with	"${CP} ${.ALLSRC} ${.TARGET}"			\
1545	no-obj no-implicit-rule						\
1546	clean		"t6fw_cfg.fw"
1547t6fw_cfg_uwire.fwo	optional cxgbe					\
1548	dependency	"t6fw_cfg_uwire.fw"				\
1549	compile-with	"${NORMAL_FWO}"					\
1550	no-implicit-rule						\
1551	clean		"t6fw_cfg_uwire.fwo"
1552t6fw_cfg_uwire.fw	optional cxgbe					\
1553	dependency	"$S/dev/cxgbe/firmware/t6fw_cfg_uwire.txt"	\
1554	compile-with	"${CP} ${.ALLSRC} ${.TARGET}"			\
1555	no-obj no-implicit-rule						\
1556	clean		"t6fw_cfg_uwire.fw"
1557t6fw.fwo		optional cxgbe					\
1558	dependency	"t6fw.fw"					\
1559	compile-with	"${NORMAL_FWO}"					\
1560	no-implicit-rule						\
1561	clean		"t6fw.fwo"
1562t6fw.fw			optional cxgbe					\
1563	dependency	"$S/dev/cxgbe/firmware/t6fw-1.26.4.0.bin"	\
1564	compile-with	"${CP} ${.ALLSRC} ${.TARGET}"			\
1565	no-obj no-implicit-rule						\
1566	clean		"t6fw.fw"
1567dev/cxgbe/crypto/t4_crypto.c	optional ccr \
1568	compile-with "${NORMAL_C} -I$S/dev/cxgbe"
1569dev/cyapa/cyapa.c		optional cyapa iicbus
1570dev/dc/if_dc.c			optional dc pci
1571dev/dc/dcphy.c			optional dc pci
1572dev/dc/pnphy.c			optional dc pci
1573dev/dcons/dcons.c		optional dcons
1574dev/dcons/dcons_crom.c		optional dcons_crom
1575dev/dcons/dcons_os.c		optional dcons
1576dev/dme/if_dme.c		optional dme
1577dev/drm2/drm_agpsupport.c	optional drm2
1578dev/drm2/drm_auth.c		optional drm2
1579dev/drm2/drm_bufs.c		optional drm2
1580dev/drm2/drm_buffer.c		optional drm2
1581dev/drm2/drm_context.c		optional drm2
1582dev/drm2/drm_crtc.c		optional drm2
1583dev/drm2/drm_crtc_helper.c	optional drm2
1584dev/drm2/drm_dma.c		optional drm2
1585dev/drm2/drm_dp_helper.c	optional drm2
1586dev/drm2/drm_dp_iic_helper.c	optional drm2
1587dev/drm2/drm_drv.c		optional drm2
1588dev/drm2/drm_edid.c		optional drm2
1589dev/drm2/drm_fb_helper.c	optional drm2
1590dev/drm2/drm_fops.c		optional drm2
1591dev/drm2/drm_gem.c		optional drm2
1592dev/drm2/drm_gem_names.c	optional drm2
1593dev/drm2/drm_global.c		optional drm2
1594dev/drm2/drm_hashtab.c		optional drm2
1595dev/drm2/drm_ioctl.c		optional drm2
1596dev/drm2/drm_irq.c		optional drm2
1597dev/drm2/drm_linux_list_sort.c	optional drm2
1598dev/drm2/drm_lock.c		optional drm2
1599dev/drm2/drm_memory.c		optional drm2
1600dev/drm2/drm_mm.c		optional drm2
1601dev/drm2/drm_modes.c		optional drm2
1602dev/drm2/drm_pci.c		optional drm2
1603dev/drm2/drm_platform.c		optional drm2
1604dev/drm2/drm_scatter.c		optional drm2
1605dev/drm2/drm_stub.c		optional drm2
1606dev/drm2/drm_sysctl.c		optional drm2
1607dev/drm2/drm_vm.c		optional drm2
1608dev/drm2/drm_os_freebsd.c	optional drm2
1609dev/drm2/ttm/ttm_agp_backend.c	optional drm2
1610dev/drm2/ttm/ttm_lock.c		optional drm2
1611dev/drm2/ttm/ttm_object.c	optional drm2
1612dev/drm2/ttm/ttm_tt.c		optional drm2
1613dev/drm2/ttm/ttm_bo_util.c	optional drm2
1614dev/drm2/ttm/ttm_bo.c		optional drm2
1615dev/drm2/ttm/ttm_bo_manager.c	optional drm2
1616dev/drm2/ttm/ttm_execbuf_util.c	optional drm2
1617dev/drm2/ttm/ttm_memory.c	optional drm2
1618dev/drm2/ttm/ttm_page_alloc.c	optional drm2
1619dev/drm2/ttm/ttm_bo_vm.c	optional drm2
1620dev/efidev/efidev.c		optional efirt
1621dev/efidev/efirt.c		optional efirt
1622dev/efidev/efirtc.c		optional efirt
1623dev/e1000/if_em.c		optional em \
1624	compile-with "${NORMAL_C} -I$S/dev/e1000"
1625dev/e1000/em_txrx.c		optional em \
1626	compile-with "${NORMAL_C} -I$S/dev/e1000"
1627dev/e1000/igb_txrx.c		optional em \
1628	compile-with "${NORMAL_C} -I$S/dev/e1000"
1629dev/e1000/e1000_80003es2lan.c	optional em \
1630	compile-with "${NORMAL_C} -I$S/dev/e1000"
1631dev/e1000/e1000_82540.c		optional em \
1632	compile-with "${NORMAL_C} -I$S/dev/e1000"
1633dev/e1000/e1000_82541.c		optional em \
1634	compile-with "${NORMAL_C} -I$S/dev/e1000"
1635dev/e1000/e1000_82542.c		optional em \
1636	compile-with "${NORMAL_C} -I$S/dev/e1000"
1637dev/e1000/e1000_82543.c		optional em \
1638	compile-with "${NORMAL_C} -I$S/dev/e1000"
1639dev/e1000/e1000_82571.c		optional em \
1640	compile-with "${NORMAL_C} -I$S/dev/e1000"
1641dev/e1000/e1000_82575.c		optional em \
1642	compile-with "${NORMAL_C} -I$S/dev/e1000"
1643dev/e1000/e1000_ich8lan.c	optional em \
1644	compile-with "${NORMAL_C} -I$S/dev/e1000"
1645dev/e1000/e1000_i210.c		optional em \
1646	compile-with "${NORMAL_C} -I$S/dev/e1000"
1647dev/e1000/e1000_api.c		optional em \
1648	compile-with "${NORMAL_C} -I$S/dev/e1000"
1649dev/e1000/e1000_base.c		optional em \
1650	compile-with "${NORMAL_C} -I$S/dev/e1000"
1651dev/e1000/e1000_mac.c		optional em \
1652	compile-with "${NORMAL_C} -I$S/dev/e1000"
1653dev/e1000/e1000_manage.c	optional em \
1654	compile-with "${NORMAL_C} -I$S/dev/e1000"
1655dev/e1000/e1000_nvm.c		optional em \
1656	compile-with "${NORMAL_C} -I$S/dev/e1000"
1657dev/e1000/e1000_phy.c		optional em \
1658	compile-with "${NORMAL_C} -I$S/dev/e1000"
1659dev/e1000/e1000_vf.c		optional em \
1660	compile-with "${NORMAL_C} -I$S/dev/e1000"
1661dev/e1000/e1000_mbx.c		optional em \
1662	compile-with "${NORMAL_C} -I$S/dev/e1000"
1663dev/e1000/e1000_osdep.c		optional em \
1664	compile-with "${NORMAL_C} -I$S/dev/e1000"
1665dev/et/if_et.c			optional et
1666dev/ena/ena.c			optional ena \
1667	compile-with "${NORMAL_C} -I$S/contrib"
1668dev/ena/ena_datapath.c		optional ena \
1669	compile-with "${NORMAL_C} -I$S/contrib"
1670dev/ena/ena_netmap.c		optional ena \
1671	compile-with "${NORMAL_C} -I$S/contrib"
1672dev/ena/ena_rss.c		optional ena \
1673	compile-with "${NORMAL_C} -I$S/contrib"
1674dev/ena/ena_sysctl.c 		optional ena \
1675	compile-with "${NORMAL_C} -I$S/contrib"
1676contrib/ena-com/ena_com.c	optional ena
1677contrib/ena-com/ena_eth_com.c	optional ena
1678dev/etherswitch/arswitch/arswitch.c		optional arswitch
1679dev/etherswitch/arswitch/arswitch_reg.c		optional arswitch
1680dev/etherswitch/arswitch/arswitch_phy.c		optional arswitch
1681dev/etherswitch/arswitch/arswitch_8216.c	optional arswitch
1682dev/etherswitch/arswitch/arswitch_8226.c	optional arswitch
1683dev/etherswitch/arswitch/arswitch_8316.c	optional arswitch
1684dev/etherswitch/arswitch/arswitch_8327.c	optional arswitch
1685dev/etherswitch/arswitch/arswitch_7240.c	optional arswitch
1686dev/etherswitch/arswitch/arswitch_9340.c	optional arswitch
1687dev/etherswitch/arswitch/arswitch_vlans.c	optional arswitch
1688dev/etherswitch/etherswitch.c		optional etherswitch
1689dev/etherswitch/etherswitch_if.m	optional etherswitch
1690dev/etherswitch/ip17x/ip17x.c		optional ip17x
1691dev/etherswitch/ip17x/ip175c.c		optional ip17x
1692dev/etherswitch/ip17x/ip175d.c		optional ip17x
1693dev/etherswitch/ip17x/ip17x_phy.c	optional ip17x
1694dev/etherswitch/ip17x/ip17x_vlans.c	optional ip17x
1695dev/etherswitch/miiproxy.c		optional miiproxy
1696dev/etherswitch/rtl8366/rtl8366rb.c	optional rtl8366rb
1697dev/etherswitch/e6000sw/e6000sw.c	optional e6000sw
1698dev/etherswitch/e6000sw/e6060sw.c	optional e6060sw
1699dev/etherswitch/infineon/adm6996fc.c	optional adm6996fc
1700dev/etherswitch/micrel/ksz8995ma.c	optional ksz8995ma
1701dev/etherswitch/ukswitch/ukswitch.c	optional ukswitch
1702dev/evdev/cdev.c			optional evdev
1703dev/evdev/evdev.c			optional evdev
1704dev/evdev/evdev_mt.c			optional evdev
1705dev/evdev/evdev_utils.c			optional evdev
1706dev/evdev/uinput.c			optional evdev uinput
1707dev/exca/exca.c			optional cbb
1708dev/extres/clk/clk.c		optional ext_resources clk fdt
1709dev/extres/clk/clkdev_if.m	optional ext_resources clk fdt
1710dev/extres/clk/clknode_if.m	optional ext_resources clk fdt
1711dev/extres/clk/clk_bus.c	optional ext_resources clk fdt
1712dev/extres/clk/clk_div.c	optional ext_resources clk fdt
1713dev/extres/clk/clk_fixed.c	optional ext_resources clk fdt
1714dev/extres/clk/clk_gate.c	optional ext_resources clk fdt
1715dev/extres/clk/clk_link.c	optional ext_resources clk fdt
1716dev/extres/clk/clk_mux.c	optional ext_resources clk fdt
1717dev/extres/phy/phy.c		optional ext_resources phy fdt
1718dev/extres/phy/phydev_if.m	optional ext_resources phy fdt
1719dev/extres/phy/phynode_if.m	optional ext_resources phy fdt
1720dev/extres/phy/phy_usb.c	optional ext_resources phy fdt
1721dev/extres/phy/phynode_usb_if.m	optional ext_resources phy fdt
1722dev/extres/hwreset/hwreset.c	optional ext_resources hwreset fdt
1723dev/extres/hwreset/hwreset_if.m	optional ext_resources hwreset fdt
1724dev/extres/nvmem/nvmem.c	optional ext_resources nvmem fdt
1725dev/extres/nvmem/nvmem_if.m	optional ext_resources nvmem fdt
1726dev/extres/regulator/regdev_if.m	optional ext_resources regulator fdt
1727dev/extres/regulator/regnode_if.m	optional ext_resources regulator fdt
1728dev/extres/regulator/regulator.c	optional ext_resources regulator fdt
1729dev/extres/regulator/regulator_bus.c	optional ext_resources regulator fdt
1730dev/extres/regulator/regulator_fixed.c	optional ext_resources regulator fdt
1731dev/extres/syscon/syscon.c		optional ext_resources syscon
1732dev/extres/syscon/syscon_generic.c	optional ext_resources syscon fdt
1733dev/extres/syscon/syscon_if.m		optional ext_resources syscon
1734dev/extres/syscon/syscon_power.c	optional ext_resources syscon syscon_power fdt
1735dev/fb/fbd.c			optional fbd | vt
1736dev/fb/fb_if.m			standard
1737dev/fb/splash.c			optional sc splash
1738dev/fdt/fdt_clock.c		optional fdt fdt_clock
1739dev/fdt/fdt_clock_if.m		optional fdt fdt_clock
1740dev/fdt/fdt_common.c		optional fdt
1741dev/fdt/fdt_pinctrl.c		optional fdt fdt_pinctrl
1742dev/fdt/fdt_pinctrl_if.m	optional fdt fdt_pinctrl
1743dev/fdt/fdt_slicer.c		optional fdt cfi | fdt mx25l | fdt n25q | fdt at45d
1744dev/fdt/fdt_static_dtb.S	optional fdt fdt_dtb_static \
1745	dependency	"${FDT_DTS_FILE:T:R}.dtb"
1746dev/fdt/simplebus.c		optional fdt
1747dev/fdt/simple_mfd.c		optional syscon fdt
1748dev/filemon/filemon.c		optional filemon
1749dev/firewire/firewire.c		optional firewire
1750dev/firewire/fwcrom.c		optional firewire
1751dev/firewire/fwdev.c		optional firewire
1752dev/firewire/fwdma.c		optional firewire
1753dev/firewire/fwmem.c		optional firewire
1754dev/firewire/fwohci.c		optional firewire
1755dev/firewire/fwohci_pci.c	optional firewire pci
1756dev/firewire/if_fwe.c		optional fwe
1757dev/firewire/if_fwip.c		optional fwip
1758dev/firewire/sbp.c		optional sbp
1759dev/firewire/sbp_targ.c		optional sbp_targ
1760dev/flash/at45d.c		optional at45d
1761dev/flash/cqspi.c		optional cqspi fdt xdma
1762dev/flash/mx25l.c		optional mx25l
1763dev/flash/n25q.c		optional n25q fdt
1764dev/flash/qspi_if.m		optional cqspi fdt | n25q fdt
1765dev/fxp/if_fxp.c		optional fxp
1766dev/fxp/inphy.c			optional fxp
1767dev/gem/if_gem.c		optional gem
1768dev/gem/if_gem_pci.c		optional gem pci
1769dev/goldfish/goldfish_rtc.c	optional goldfish_rtc fdt
1770dev/gpio/dwgpio/dwgpio.c	optional gpio dwgpio fdt
1771dev/gpio/dwgpio/dwgpio_bus.c	optional gpio dwgpio fdt
1772dev/gpio/dwgpio/dwgpio_if.m	optional gpio dwgpio fdt
1773dev/gpio/gpiobacklight.c	optional gpiobacklight fdt
1774dev/gpio/gpiokeys.c		optional gpiokeys fdt
1775dev/gpio/gpiokeys_codes.c	optional gpiokeys fdt
1776dev/gpio/gpiobus.c		optional gpio				\
1777	dependency	"gpiobus_if.h"
1778dev/gpio/gpioc.c		optional gpio				\
1779	dependency	"gpio_if.h"
1780dev/gpio/gpioiic.c		optional gpioiic
1781dev/gpio/gpioled.c		optional gpioled !fdt
1782dev/gpio/gpioled_fdt.c		optional gpioled fdt
1783dev/gpio/gpiomdio.c		optional gpiomdio mii_bitbang
1784dev/gpio/gpiopower.c		optional gpiopower fdt
1785dev/gpio/gpioregulator.c	optional gpioregulator fdt ext_resources
1786dev/gpio/gpiospi.c		optional gpiospi
1787dev/gpio/gpioths.c		optional gpioths
1788dev/gpio/gpio_if.m		optional gpio
1789dev/gpio/gpiobus_if.m		optional gpio
1790dev/gpio/gpiopps.c		optional gpiopps fdt
1791dev/gpio/ofw_gpiobus.c		optional fdt gpio
1792dev/hid/hconf.c			optional hconf
1793dev/hid/hcons.c			optional hcons
1794dev/hid/hgame.c			optional hgame
1795dev/hid/hid.c			optional hid
1796dev/hid/hid_if.m		optional hid
1797dev/hid/hidbus.c		optional hidbus
1798dev/hid/hidmap.c		optional hidmap
1799dev/hid/hidquirk.c		optional hid
1800dev/hid/hidraw.c		optional hidraw
1801dev/hid/hkbd.c			optional hkbd
1802dev/hid/hms.c			optional hms
1803dev/hid/hmt.c			optional hmt hconf
1804dev/hid/hpen.c			optional hpen
1805dev/hid/hsctrl.c		optional hsctrl
1806dev/hid/ps4dshock.c		optional ps4dshock
1807dev/hid/xb360gp.c		optional xb360gp
1808dev/hifn/hifn7751.c		optional hifn
1809dev/hptiop/hptiop.c		optional hptiop scbus
1810dev/hwpmc/hwpmc_logging.c	optional hwpmc
1811dev/hwpmc/hwpmc_mod.c		optional hwpmc
1812dev/hwpmc/hwpmc_soft.c		optional hwpmc
1813dev/ichiic/ig4_acpi.c		optional ig4 acpi iicbus
1814dev/ichiic/ig4_iic.c		optional ig4 iicbus
1815dev/ichiic/ig4_pci.c		optional ig4 pci iicbus
1816dev/ichsmb/ichsmb.c		optional ichsmb
1817dev/ichsmb/ichsmb_pci.c		optional ichsmb pci
1818dev/ida/ida.c			optional ida
1819dev/ida/ida_disk.c		optional ida
1820dev/ida/ida_pci.c		optional ida pci
1821dev/iicbus/acpi_iicbus.c	optional acpi iicbus
1822dev/iicbus/ad7418.c		optional ad7418
1823dev/iicbus/ads111x.c		optional ads111x
1824dev/iicbus/ds1307.c		optional ds1307
1825dev/iicbus/ds13rtc.c		optional ds13rtc | ds133x | ds1374
1826dev/iicbus/ds1672.c		optional ds1672
1827dev/iicbus/ds3231.c		optional ds3231
1828dev/iicbus/htu21.c		optional htu21
1829dev/iicbus/icee.c		optional icee
1830dev/iicbus/if_ic.c		optional ic
1831dev/iicbus/iic.c		optional iic
1832dev/iicbus/iic_recover_bus.c	optional iicbus
1833dev/iicbus/iicbb.c		optional iicbb
1834dev/iicbus/iicbb_if.m		optional iicbb
1835dev/iicbus/iicbus.c		optional iicbus
1836dev/iicbus/iicbus_if.m		optional iicbus
1837dev/iicbus/iichid.c		optional iichid acpi hid iicbus
1838dev/iicbus/iiconf.c		optional iicbus
1839dev/iicbus/iicsmb.c		optional iicsmb				\
1840	dependency	"iicbus_if.h"
1841dev/iicbus/iicoc.c		optional iicoc
1842dev/iicbus/iicoc_fdt.c		optional iicoc ext_resources fdt
1843dev/iicbus/iicoc_pci.c		optional iicoc pci
1844dev/iicbus/isl12xx.c		optional isl12xx
1845dev/iicbus/lm75.c		optional lm75
1846dev/iicbus/max44009.c		optional max44009
1847dev/iicbus/mux/pca9547.c	optional pca9547 iicmux fdt
1848dev/iicbus/mux/iicmux.c		optional iicmux
1849dev/iicbus/mux/iicmux_if.m	optional iicmux
1850dev/iicbus/mux/iic_gpiomux.c	optional iic_gpiomux fdt
1851dev/iicbus/mux/ltc430x.c	optional ltc430x
1852dev/iicbus/mux/pca954x.c	optional pca954x
1853dev/iicbus/nxprtc.c		optional nxprtc | pcf8563
1854dev/iicbus/ofw_iicbus.c		optional fdt iicbus
1855dev/iicbus/pcf8574.c		optional pcf8574
1856dev/iicbus/pcf8591.c		optional pcf8591
1857dev/iicbus/rtc8583.c		optional rtc8583
1858dev/iicbus/rtc/pcf85063.c	optional pcf85063 iicbus fdt
1859dev/iicbus/rtc/rx8803.c		optional rx8803 iicbus fdt
1860dev/iicbus/s35390a.c		optional s35390a
1861dev/iicbus/sy8106a.c		optional sy8106a ext_resources fdt
1862dev/iicbus/syr827.c		optional syr827 ext_resources fdt
1863dev/iicbus/gpio/tca6408.c	optional tca6408 fdt gpio
1864dev/iicbus/gpio/tca6416.c	optional tca6416 fdt
1865dev/iicbus/pmic/fan53555.c	optional fan53555 ext_resources fdt
1866dev/igc/if_igc.c		optional igc iflib pci
1867dev/igc/igc_api.c		optional igc iflib pci
1868dev/igc/igc_base.c		optional igc iflib pci
1869dev/igc/igc_i225.c		optional igc iflib pci
1870dev/igc/igc_mac.c		optional igc iflib pci
1871dev/igc/igc_nvm.c		optional igc iflib pci
1872dev/igc/igc_phy.c		optional igc iflib pci
1873dev/igc/igc_txrx.c		optional igc iflib pci
1874dev/intpm/intpm.c		optional intpm pci
1875# XXX Work around clang warning, until maintainer approves fix.
1876dev/ips/ips.c			optional ips \
1877	compile-with "${NORMAL_C} ${NO_WSOMETIMES_UNINITIALIZED}"
1878dev/ips/ips_commands.c		optional ips
1879dev/ips/ips_disk.c		optional ips
1880dev/ips/ips_ioctl.c		optional ips
1881dev/ips/ips_pci.c		optional ips pci
1882dev/ipw/if_ipw.c		optional ipw
1883ipwbssfw.c			optional ipwbssfw | ipwfw		\
1884	compile-with	"${AWK} -f $S/tools/fw_stub.awk ipw_bss.fw:ipw_bss:130 -lintel_ipw -mipw_bss -c${.TARGET}" \
1885	no-ctfconvert no-implicit-rule before-depend local		\
1886	clean		"ipwbssfw.c"
1887ipw_bss.fwo			optional ipwbssfw | ipwfw		\
1888	dependency	"ipw_bss.fw"					\
1889	compile-with	"${NORMAL_FWO}"					\
1890	no-implicit-rule						\
1891	clean		"ipw_bss.fwo"
1892ipw_bss.fw			optional ipwbssfw | ipwfw		\
1893	dependency	"$S/contrib/dev/ipw/ipw2100-1.3.fw.uu"		\
1894	compile-with	"${NORMAL_FW}"					\
1895	no-obj no-implicit-rule						\
1896	clean		"ipw_bss.fw"
1897ipwibssfw.c			optional ipwibssfw | ipwfw		\
1898	compile-with	"${AWK} -f $S/tools/fw_stub.awk ipw_ibss.fw:ipw_ibss:130 -lintel_ipw -mipw_ibss -c${.TARGET}" \
1899	no-ctfconvert no-implicit-rule before-depend local		\
1900	clean		"ipwibssfw.c"
1901ipw_ibss.fwo			optional ipwibssfw | ipwfw		\
1902	dependency	"ipw_ibss.fw"					\
1903	compile-with	"${NORMAL_FWO}"					\
1904	no-implicit-rule						\
1905	clean		"ipw_ibss.fwo"
1906ipw_ibss.fw			optional ipwibssfw | ipwfw		\
1907	dependency	"$S/contrib/dev/ipw/ipw2100-1.3-i.fw.uu"	\
1908	compile-with	"${NORMAL_FW}"					\
1909	no-obj no-implicit-rule						\
1910	clean		"ipw_ibss.fw"
1911ipwmonitorfw.c			optional ipwmonitorfw | ipwfw		\
1912	compile-with	"${AWK} -f $S/tools/fw_stub.awk ipw_monitor.fw:ipw_monitor:130 -lintel_ipw -mipw_monitor -c${.TARGET}" \
1913	no-ctfconvert no-implicit-rule before-depend local		\
1914	clean		"ipwmonitorfw.c"
1915ipw_monitor.fwo			optional ipwmonitorfw | ipwfw		\
1916	dependency	"ipw_monitor.fw"				\
1917	compile-with	"${NORMAL_FWO}"					\
1918	no-implicit-rule						\
1919	clean		"ipw_monitor.fwo"
1920ipw_monitor.fw			optional ipwmonitorfw | ipwfw		\
1921	dependency	"$S/contrib/dev/ipw/ipw2100-1.3-p.fw.uu"	\
1922	compile-with	"${NORMAL_FW}"					\
1923	no-obj no-implicit-rule						\
1924	clean		"ipw_monitor.fw"
1925dev/iscsi/icl.c			optional iscsi
1926dev/iscsi/icl_conn_if.m		optional cfiscsi | iscsi
1927dev/iscsi/icl_soft.c		optional iscsi
1928dev/iscsi/icl_soft_proxy.c	optional iscsi
1929dev/iscsi/iscsi.c		optional iscsi scbus
1930dev/ismt/ismt.c			optional ismt
1931dev/isl/isl.c			optional isl iicbus
1932dev/isp/isp.c			optional isp
1933dev/isp/isp_freebsd.c		optional isp
1934dev/isp/isp_library.c		optional isp
1935dev/isp/isp_pci.c		optional isp pci
1936dev/isp/isp_target.c		optional isp
1937dev/ispfw/ispfw.c		optional ispfw
1938dev/iwi/if_iwi.c		optional iwi
1939iwibssfw.c			optional iwibssfw | iwifw		\
1940	compile-with	"${AWK} -f $S/tools/fw_stub.awk iwi_bss.fw:iwi_bss:300 -lintel_iwi -miwi_bss -c${.TARGET}" \
1941	no-ctfconvert no-implicit-rule before-depend local		\
1942	clean		"iwibssfw.c"
1943iwi_bss.fwo			optional iwibssfw | iwifw		\
1944	dependency	"iwi_bss.fw"					\
1945	compile-with	"${NORMAL_FWO}"					\
1946	no-implicit-rule						\
1947	clean		"iwi_bss.fwo"
1948iwi_bss.fw			optional iwibssfw | iwifw		\
1949	dependency	"$S/contrib/dev/iwi/ipw2200-bss.fw.uu"		\
1950	compile-with	"${NORMAL_FW}"					\
1951	no-obj no-implicit-rule						\
1952	clean		"iwi_bss.fw"
1953iwiibssfw.c			optional iwiibssfw | iwifw		\
1954	compile-with	"${AWK} -f $S/tools/fw_stub.awk iwi_ibss.fw:iwi_ibss:300 -lintel_iwi -miwi_ibss -c${.TARGET}" \
1955	no-ctfconvert no-implicit-rule before-depend local		\
1956	clean		"iwiibssfw.c"
1957iwi_ibss.fwo			optional iwiibssfw | iwifw		\
1958	dependency	"iwi_ibss.fw"					\
1959	compile-with	"${NORMAL_FWO}"					\
1960	no-implicit-rule						\
1961	clean		"iwi_ibss.fwo"
1962iwi_ibss.fw			optional iwiibssfw | iwifw		\
1963	dependency	"$S/contrib/dev/iwi/ipw2200-ibss.fw.uu"		\
1964	compile-with	"${NORMAL_FW}"					\
1965	no-obj no-implicit-rule						\
1966	clean		"iwi_ibss.fw"
1967iwimonitorfw.c			optional iwimonitorfw | iwifw		\
1968	compile-with	"${AWK} -f $S/tools/fw_stub.awk iwi_monitor.fw:iwi_monitor:300 -lintel_iwi -miwi_monitor -c${.TARGET}" \
1969	no-ctfconvert no-implicit-rule before-depend local		\
1970	clean		"iwimonitorfw.c"
1971iwi_monitor.fwo			optional iwimonitorfw | iwifw		\
1972	dependency	"iwi_monitor.fw"				\
1973	compile-with	"${NORMAL_FWO}"					\
1974	no-implicit-rule						\
1975	clean		"iwi_monitor.fwo"
1976iwi_monitor.fw			optional iwimonitorfw | iwifw		\
1977	dependency	"$S/contrib/dev/iwi/ipw2200-sniffer.fw.uu"	\
1978	compile-with	"${NORMAL_FW}"					\
1979	no-obj no-implicit-rule						\
1980	clean		"iwi_monitor.fw"
1981dev/iwm/if_iwm.c		optional iwm
1982dev/iwm/if_iwm_7000.c		optional iwm
1983dev/iwm/if_iwm_8000.c		optional iwm
1984dev/iwm/if_iwm_9000.c		optional iwm
1985dev/iwm/if_iwm_9260.c		optional iwm
1986dev/iwm/if_iwm_binding.c	optional iwm
1987dev/iwm/if_iwm_fw.c		optional iwm
1988dev/iwm/if_iwm_led.c		optional iwm
1989dev/iwm/if_iwm_mac_ctxt.c	optional iwm
1990dev/iwm/if_iwm_notif_wait.c	optional iwm
1991dev/iwm/if_iwm_pcie_trans.c	optional iwm
1992dev/iwm/if_iwm_phy_ctxt.c	optional iwm
1993dev/iwm/if_iwm_phy_db.c		optional iwm
1994dev/iwm/if_iwm_power.c		optional iwm
1995dev/iwm/if_iwm_scan.c		optional iwm
1996dev/iwm/if_iwm_sf.c		optional iwm
1997dev/iwm/if_iwm_sta.c		optional iwm
1998dev/iwm/if_iwm_time_event.c	optional iwm
1999dev/iwm/if_iwm_util.c		optional iwm
2000iwm3160fw.c			optional iwm3160fw | iwmfw		\
2001	compile-with	"${AWK} -f $S/tools/fw_stub.awk iwm3160.fw:iwm3160fw -miwm3160fw -c${.TARGET}" \
2002	no-ctfconvert no-implicit-rule before-depend local		\
2003	clean		"iwm3160fw.c"
2004iwm3160fw.fwo			optional iwm3160fw | iwmfw		\
2005	dependency	"iwm3160.fw"					\
2006	compile-with	"${NORMAL_FWO}"					\
2007	no-implicit-rule						\
2008	clean		"iwm3160fw.fwo"
2009iwm3160.fw			optional iwm3160fw | iwmfw		\
2010	dependency	"$S/contrib/dev/iwm/iwm-3160-17.fw.uu" \
2011	compile-with	"${NORMAL_FW}"					\
2012	no-obj no-implicit-rule						\
2013	clean		"iwm3160.fw"
2014iwm3168fw.c			optional iwm3168fw | iwmfw		\
2015	compile-with	"${AWK} -f $S/tools/fw_stub.awk iwm3168.fw:iwm3168fw -miwm3168fw -c${.TARGET}" \
2016	no-ctfconvert no-implicit-rule before-depend local		\
2017	clean		"iwm3168fw.c"
2018iwm3168fw.fwo			optional iwm3168fw | iwmfw		\
2019	dependency	"iwm3168.fw"					\
2020	compile-with	"${NORMAL_FWO}"					\
2021	no-implicit-rule						\
2022	clean		"iwm3168fw.fwo"
2023iwm3168.fw			optional iwm3168fw | iwmfw		\
2024	dependency	"$S/contrib/dev/iwm/iwm-3168-22.fw.uu"		\
2025	compile-with	"${NORMAL_FW}"					\
2026	no-obj no-implicit-rule						\
2027	clean		"iwm3168.fw"
2028iwm7260fw.c			optional iwm7260fw | iwmfw		\
2029	compile-with	"${AWK} -f $S/tools/fw_stub.awk iwm7260.fw:iwm7260fw -miwm7260fw -c${.TARGET}" \
2030	no-ctfconvert no-implicit-rule before-depend local		\
2031	clean		"iwm7260fw.c"
2032iwm7260fw.fwo			optional iwm7260fw | iwmfw		\
2033	dependency	"iwm7260.fw"					\
2034	compile-with	"${NORMAL_FWO}"					\
2035	no-implicit-rule						\
2036	clean		"iwm7260fw.fwo"
2037iwm7260.fw			optional iwm7260fw | iwmfw		\
2038	dependency	"$S/contrib/dev/iwm/iwm-7260-17.fw.uu" \
2039	compile-with	"${NORMAL_FW}"					\
2040	no-obj no-implicit-rule						\
2041	clean		"iwm7260.fw"
2042iwm7265fw.c			optional iwm7265fw | iwmfw		\
2043	compile-with	"${AWK} -f $S/tools/fw_stub.awk iwm7265.fw:iwm7265fw -miwm7265fw -c${.TARGET}" \
2044	no-ctfconvert no-implicit-rule before-depend local		\
2045	clean		"iwm7265fw.c"
2046iwm7265fw.fwo			optional iwm7265fw | iwmfw		\
2047	dependency	"iwm7265.fw"					\
2048	compile-with	"${NORMAL_FWO}"					\
2049	no-implicit-rule						\
2050	clean		"iwm7265fw.fwo"
2051iwm7265.fw			optional iwm7265fw | iwmfw		\
2052	dependency	"$S/contrib/dev/iwm/iwm-7265-17.fw.uu" \
2053	compile-with	"${NORMAL_FW}"					\
2054	no-obj no-implicit-rule						\
2055	clean		"iwm7265.fw"
2056iwm7265Dfw.c			optional iwm7265Dfw | iwmfw		\
2057	compile-with	"${AWK} -f $S/tools/fw_stub.awk iwm7265D.fw:iwm7265Dfw -miwm7265Dfw -c${.TARGET}" \
2058	no-ctfconvert no-implicit-rule before-depend local		\
2059	clean		"iwm7265Dfw.c"
2060iwm7265Dfw.fwo			optional iwm7265Dfw | iwmfw		\
2061	dependency	"iwm7265D.fw"					\
2062	compile-with	"${NORMAL_FWO}"					\
2063	no-implicit-rule						\
2064	clean		"iwm7265Dfw.fwo"
2065iwm7265D.fw			optional iwm7265Dfw | iwmfw		\
2066	dependency	"$S/contrib/dev/iwm/iwm-7265D-17.fw.uu"		\
2067	compile-with	"${NORMAL_FW}"					\
2068	no-obj no-implicit-rule						\
2069	clean		"iwm7265D.fw"
2070iwm8000Cfw.c			optional iwm8000Cfw | iwmfw		\
2071	compile-with	"${AWK} -f $S/tools/fw_stub.awk iwm8000C.fw:iwm8000Cfw -miwm8000Cfw -c${.TARGET}" \
2072	no-ctfconvert no-implicit-rule before-depend local		\
2073	clean		"iwm8000Cfw.c"
2074iwm8000Cfw.fwo			optional iwm8000Cfw | iwmfw		\
2075	dependency	"iwm8000C.fw"					\
2076	compile-with	"${NORMAL_FWO}"					\
2077	no-implicit-rule						\
2078	clean		"iwm8000Cfw.fwo"
2079iwm8000C.fw			optional iwm8000Cfw | iwmfw		\
2080	dependency	"$S/contrib/dev/iwm/iwm-8000C-16.fw.uu" \
2081	compile-with	"${NORMAL_FW}"					\
2082	no-obj no-implicit-rule						\
2083	clean		"iwm8000C.fw"
2084iwm8265.fw			optional iwm8265fw | iwmfw		\
2085	dependency	"$S/contrib/dev/iwm/iwm-8265-22.fw.uu" \
2086	compile-with	"${NORMAL_FW}"					\
2087	no-obj no-implicit-rule						\
2088	clean		"iwm8265.fw"
2089iwm8265fw.c			optional iwm8265fw | iwmfw		\
2090	compile-with	"${AWK} -f $S/tools/fw_stub.awk iwm8265.fw:iwm8265fw -miwm8265fw -c${.TARGET}" \
2091	no-ctfconvert no-implicit-rule before-depend local		\
2092	clean		"iwm8265fw.c"
2093iwm8265fw.fwo			optional iwm8265fw | iwmfw		\
2094	dependency	"iwm8265.fw"					\
2095	compile-with	"${NORMAL_FWO}"					\
2096	no-implicit-rule						\
2097	clean		"iwm8265fw.fwo"
2098dev/iwn/if_iwn.c		optional iwn
2099iwn1000fw.c			optional iwn1000fw | iwnfw		\
2100	compile-with	"${AWK} -f $S/tools/fw_stub.awk iwn1000.fw:iwn1000fw -miwn1000fw -c${.TARGET}" \
2101	no-ctfconvert no-implicit-rule before-depend local		\
2102	clean		"iwn1000fw.c"
2103iwn1000fw.fwo			optional iwn1000fw | iwnfw		\
2104	dependency	"iwn1000.fw"					\
2105	compile-with	"${NORMAL_FWO}"					\
2106	no-implicit-rule						\
2107	clean		"iwn1000fw.fwo"
2108iwn1000.fw			optional iwn1000fw | iwnfw		\
2109	dependency	"$S/contrib/dev/iwn/iwlwifi-1000-39.31.5.1.fw.uu" \
2110	compile-with	"${NORMAL_FW}"					\
2111	no-obj no-implicit-rule						\
2112	clean		"iwn1000.fw"
2113iwn100fw.c			optional iwn100fw | iwnfw		\
2114	compile-with	"${AWK} -f $S/tools/fw_stub.awk iwn100.fw:iwn100fw -miwn100fw -c${.TARGET}" \
2115	no-ctfconvert no-implicit-rule before-depend local		\
2116	clean		"iwn100fw.c"
2117iwn100fw.fwo			optional iwn100fw | iwnfw		\
2118	dependency	"iwn100.fw"					\
2119	compile-with	"${NORMAL_FWO}"					\
2120	no-implicit-rule						\
2121	clean		"iwn100fw.fwo"
2122iwn100.fw			optional iwn100fw | iwnfw		\
2123	dependency	"$S/contrib/dev/iwn/iwlwifi-100-39.31.5.1.fw.uu" \
2124	compile-with	"${NORMAL_FW}"					\
2125	no-obj no-implicit-rule						\
2126	clean		"iwn100.fw"
2127iwn105fw.c			optional iwn105fw | iwnfw		\
2128	compile-with	"${AWK} -f $S/tools/fw_stub.awk iwn105.fw:iwn105fw -miwn105fw -c${.TARGET}" \
2129	no-ctfconvert no-implicit-rule before-depend local		\
2130	clean		"iwn105fw.c"
2131iwn105fw.fwo			optional iwn105fw | iwnfw		\
2132	dependency	"iwn105.fw"					\
2133	compile-with	"${NORMAL_FWO}"					\
2134	no-implicit-rule						\
2135	clean		"iwn105fw.fwo"
2136iwn105.fw			optional iwn105fw | iwnfw		\
2137	dependency	"$S/contrib/dev/iwn/iwlwifi-105-6-18.168.6.1.fw.uu" \
2138	compile-with	"${NORMAL_FW}"					\
2139	no-obj no-implicit-rule						\
2140	clean		"iwn105.fw"
2141iwn135fw.c			optional iwn135fw | iwnfw		\
2142	compile-with	"${AWK} -f $S/tools/fw_stub.awk iwn135.fw:iwn135fw -miwn135fw -c${.TARGET}" \
2143	no-ctfconvert no-implicit-rule before-depend local		\
2144	clean		"iwn135fw.c"
2145iwn135fw.fwo			optional iwn135fw | iwnfw		\
2146	dependency	"iwn135.fw"					\
2147	compile-with	"${NORMAL_FWO}"					\
2148	no-implicit-rule						\
2149	clean		"iwn135fw.fwo"
2150iwn135.fw			optional iwn135fw | iwnfw		\
2151	dependency	"$S/contrib/dev/iwn/iwlwifi-135-6-18.168.6.1.fw.uu" \
2152	compile-with	"${NORMAL_FW}"					\
2153	no-obj no-implicit-rule						\
2154	clean		"iwn135.fw"
2155iwn2000fw.c			optional iwn2000fw | iwnfw		\
2156	compile-with	"${AWK} -f $S/tools/fw_stub.awk iwn2000.fw:iwn2000fw -miwn2000fw -c${.TARGET}" \
2157	no-ctfconvert no-implicit-rule before-depend local		\
2158	clean		"iwn2000fw.c"
2159iwn2000fw.fwo			optional iwn2000fw | iwnfw		\
2160	dependency	"iwn2000.fw"					\
2161	compile-with	"${NORMAL_FWO}"					\
2162	no-implicit-rule						\
2163	clean		"iwn2000fw.fwo"
2164iwn2000.fw			optional iwn2000fw | iwnfw		\
2165	dependency	"$S/contrib/dev/iwn/iwlwifi-2000-18.168.6.1.fw.uu" \
2166	compile-with	"${NORMAL_FW}"					\
2167	no-obj no-implicit-rule						\
2168	clean		"iwn2000.fw"
2169iwn2030fw.c			optional iwn2030fw | iwnfw		\
2170	compile-with	"${AWK} -f $S/tools/fw_stub.awk iwn2030.fw:iwn2030fw -miwn2030fw -c${.TARGET}" \
2171	no-ctfconvert no-implicit-rule before-depend local		\
2172	clean		"iwn2030fw.c"
2173iwn2030fw.fwo			optional iwn2030fw | iwnfw		\
2174	dependency	"iwn2030.fw"					\
2175	compile-with	"${NORMAL_FWO}"					\
2176	no-implicit-rule						\
2177	clean		"iwn2030fw.fwo"
2178iwn2030.fw			optional iwn2030fw | iwnfw		\
2179	dependency	"$S/contrib/dev/iwn/iwnwifi-2030-18.168.6.1.fw.uu" \
2180	compile-with	"${NORMAL_FW}"					\
2181	no-obj no-implicit-rule						\
2182	clean		"iwn2030.fw"
2183iwn4965fw.c			optional iwn4965fw | iwnfw		\
2184	compile-with	"${AWK} -f $S/tools/fw_stub.awk iwn4965.fw:iwn4965fw -miwn4965fw -c${.TARGET}" \
2185	no-ctfconvert no-implicit-rule before-depend local		\
2186	clean		"iwn4965fw.c"
2187iwn4965fw.fwo			optional iwn4965fw | iwnfw		\
2188	dependency	"iwn4965.fw"					\
2189	compile-with	"${NORMAL_FWO}"					\
2190	no-implicit-rule						\
2191	clean		"iwn4965fw.fwo"
2192iwn4965.fw			optional iwn4965fw | iwnfw		\
2193	dependency	"$S/contrib/dev/iwn/iwlwifi-4965-228.61.2.24.fw.uu" \
2194	compile-with	"${NORMAL_FW}"					\
2195	no-obj no-implicit-rule						\
2196	clean		"iwn4965.fw"
2197iwn5000fw.c			optional iwn5000fw | iwnfw		\
2198	compile-with	"${AWK} -f $S/tools/fw_stub.awk iwn5000.fw:iwn5000fw -miwn5000fw -c${.TARGET}" \
2199	no-ctfconvert no-implicit-rule before-depend local		\
2200	clean		"iwn5000fw.c"
2201iwn5000fw.fwo		optional iwn5000fw | iwnfw			\
2202	dependency	"iwn5000.fw"					\
2203	compile-with	"${NORMAL_FWO}"					\
2204	no-implicit-rule						\
2205	clean		"iwn5000fw.fwo"
2206iwn5000.fw			optional iwn5000fw | iwnfw		\
2207	dependency	"$S/contrib/dev/iwn/iwlwifi-5000-8.83.5.1.fw.uu" \
2208	compile-with	"${NORMAL_FW}"					\
2209	no-obj no-implicit-rule						\
2210	clean		"iwn5000.fw"
2211iwn5150fw.c			optional iwn5150fw | iwnfw		\
2212	compile-with	"${AWK} -f $S/tools/fw_stub.awk iwn5150.fw:iwn5150fw -miwn5150fw -c${.TARGET}" \
2213	no-ctfconvert no-implicit-rule before-depend local		\
2214	clean		"iwn5150fw.c"
2215iwn5150fw.fwo			optional iwn5150fw | iwnfw		\
2216	dependency	"iwn5150.fw"					\
2217	compile-with	"${NORMAL_FWO}"					\
2218	no-implicit-rule						\
2219	clean		"iwn5150fw.fwo"
2220iwn5150.fw			optional iwn5150fw | iwnfw		\
2221	dependency	"$S/contrib/dev/iwn/iwlwifi-5150-8.24.2.2.fw.uu"\
2222	compile-with	"${NORMAL_FW}"					\
2223	no-obj no-implicit-rule						\
2224	clean		"iwn5150.fw"
2225iwn6000fw.c			optional iwn6000fw | iwnfw		\
2226	compile-with	"${AWK} -f $S/tools/fw_stub.awk iwn6000.fw:iwn6000fw -miwn6000fw -c${.TARGET}" \
2227	no-ctfconvert no-implicit-rule before-depend local		\
2228	clean		"iwn6000fw.c"
2229iwn6000fw.fwo			optional iwn6000fw | iwnfw		\
2230	dependency	"iwn6000.fw"					\
2231	compile-with	"${NORMAL_FWO}"					\
2232	no-implicit-rule						\
2233	clean		"iwn6000fw.fwo"
2234iwn6000.fw			optional iwn6000fw | iwnfw		\
2235	dependency	"$S/contrib/dev/iwn/iwlwifi-6000-9.221.4.1.fw.uu" \
2236	compile-with	"${NORMAL_FW}"					\
2237	no-obj no-implicit-rule						\
2238	clean		"iwn6000.fw"
2239iwn6000g2afw.c			optional iwn6000g2afw | iwnfw		\
2240	compile-with	"${AWK} -f $S/tools/fw_stub.awk iwn6000g2a.fw:iwn6000g2afw -miwn6000g2afw -c${.TARGET}" \
2241	no-ctfconvert no-implicit-rule before-depend local		\
2242	clean		"iwn6000g2afw.c"
2243iwn6000g2afw.fwo		optional iwn6000g2afw | iwnfw		\
2244	dependency	"iwn6000g2a.fw"					\
2245	compile-with	"${NORMAL_FWO}"					\
2246	no-implicit-rule						\
2247	clean		"iwn6000g2afw.fwo"
2248iwn6000g2a.fw			optional iwn6000g2afw | iwnfw		\
2249	dependency	"$S/contrib/dev/iwn/iwlwifi-6000g2a-18.168.6.1.fw.uu" \
2250	compile-with	"${NORMAL_FW}"					\
2251	no-obj no-implicit-rule						\
2252	clean		"iwn6000g2a.fw"
2253iwn6000g2bfw.c			optional iwn6000g2bfw | iwnfw		\
2254	compile-with	"${AWK} -f $S/tools/fw_stub.awk iwn6000g2b.fw:iwn6000g2bfw -miwn6000g2bfw -c${.TARGET}" \
2255	no-ctfconvert no-implicit-rule before-depend local		\
2256	clean		"iwn6000g2bfw.c"
2257iwn6000g2bfw.fwo		optional iwn6000g2bfw | iwnfw		\
2258	dependency	"iwn6000g2b.fw"					\
2259	compile-with	"${NORMAL_FWO}"					\
2260	no-implicit-rule						\
2261	clean		"iwn6000g2bfw.fwo"
2262iwn6000g2b.fw			optional iwn6000g2bfw | iwnfw		\
2263	dependency	"$S/contrib/dev/iwn/iwlwifi-6000g2b-18.168.6.1.fw.uu" \
2264	compile-with	"${NORMAL_FW}"					\
2265	no-obj no-implicit-rule						\
2266	clean		"iwn6000g2b.fw"
2267iwn6050fw.c			optional iwn6050fw | iwnfw		\
2268	compile-with	"${AWK} -f $S/tools/fw_stub.awk iwn6050.fw:iwn6050fw -miwn6050fw -c${.TARGET}" \
2269	no-ctfconvert no-implicit-rule before-depend local		\
2270	clean		"iwn6050fw.c"
2271iwn6050fw.fwo			optional iwn6050fw | iwnfw		\
2272	dependency	"iwn6050.fw"					\
2273	compile-with	"${NORMAL_FWO}"					\
2274	no-implicit-rule						\
2275	clean		"iwn6050fw.fwo"
2276iwn6050.fw			optional iwn6050fw | iwnfw		\
2277	dependency	"$S/contrib/dev/iwn/iwlwifi-6050-41.28.5.1.fw.uu" \
2278	compile-with	"${NORMAL_FW}"					\
2279	no-obj no-implicit-rule						\
2280	clean		"iwn6050.fw"
2281dev/ixgbe/if_ix.c		optional ix inet \
2282	compile-with "${NORMAL_C} -I$S/dev/ixgbe -DSMP"
2283dev/ixgbe/if_ixv.c		optional ixv inet \
2284	compile-with "${NORMAL_C} -I$S/dev/ixgbe -DSMP"
2285dev/ixgbe/if_bypass.c		optional ix inet \
2286	compile-with "${NORMAL_C} -I$S/dev/ixgbe"
2287dev/ixgbe/if_fdir.c		optional ix inet | ixv inet \
2288	compile-with "${NORMAL_C} -I$S/dev/ixgbe"
2289dev/ixgbe/if_sriov.c		optional ix inet \
2290	compile-with "${NORMAL_C} -I$S/dev/ixgbe"
2291dev/ixgbe/ix_txrx.c		optional ix inet | ixv inet \
2292	compile-with "${NORMAL_C} -I$S/dev/ixgbe"
2293dev/ixgbe/ixgbe_osdep.c		optional ix inet | ixv inet \
2294	compile-with "${NORMAL_C} -I$S/dev/ixgbe"
2295dev/ixgbe/ixgbe_phy.c		optional ix inet | ixv inet \
2296	compile-with "${NORMAL_C} -I$S/dev/ixgbe"
2297dev/ixgbe/ixgbe_api.c		optional ix inet | ixv inet \
2298	compile-with "${NORMAL_C} -I$S/dev/ixgbe"
2299dev/ixgbe/ixgbe_common.c	optional ix inet | ixv inet \
2300	compile-with "${NORMAL_C} -I$S/dev/ixgbe"
2301dev/ixgbe/ixgbe_mbx.c		optional ix inet | ixv inet \
2302	compile-with "${NORMAL_C} -I$S/dev/ixgbe"
2303dev/ixgbe/ixgbe_vf.c		optional ix inet | ixv inet \
2304	compile-with "${NORMAL_C} -I$S/dev/ixgbe"
2305dev/ixgbe/ixgbe_82598.c		optional ix inet | ixv inet \
2306	compile-with "${NORMAL_C} -I$S/dev/ixgbe"
2307dev/ixgbe/ixgbe_82599.c		optional ix inet | ixv inet \
2308	compile-with "${NORMAL_C} -I$S/dev/ixgbe"
2309dev/ixgbe/ixgbe_x540.c		optional ix inet | ixv inet \
2310	compile-with "${NORMAL_C} -I$S/dev/ixgbe"
2311dev/ixgbe/ixgbe_x550.c		optional ix inet | ixv inet \
2312	compile-with "${NORMAL_C} -I$S/dev/ixgbe"
2313dev/ixgbe/ixgbe_dcb.c		optional ix inet | ixv inet \
2314	compile-with "${NORMAL_C} -I$S/dev/ixgbe"
2315dev/ixgbe/ixgbe_dcb_82598.c	optional ix inet | ixv inet \
2316	compile-with "${NORMAL_C} -I$S/dev/ixgbe"
2317dev/ixgbe/ixgbe_dcb_82599.c	optional ix inet | ixv inet \
2318	compile-with "${NORMAL_C} -I$S/dev/ixgbe"
2319dev/jedec_dimm/jedec_dimm.c	optional jedec_dimm smbus
2320dev/jme/if_jme.c		optional jme pci
2321dev/kbd/kbd.c			optional atkbd | pckbd | sc | ukbd | vt | hkbd
2322dev/kbdmux/kbdmux.c		optional kbdmux
2323dev/ksyms/ksyms.c		optional ksyms
2324dev/le/am7990.c			optional le
2325dev/le/am79900.c		optional le
2326dev/le/if_le_pci.c		optional le pci
2327dev/le/lance.c			optional le
2328dev/led/led.c			standard
2329dev/lge/if_lge.c		optional lge
2330dev/liquidio/base/cn23xx_pf_device.c		optional lio	\
2331	compile-with "${NORMAL_C}				\
2332	-I$S/dev/liquidio -I$S/dev/liquidio/base -DSMP"
2333dev/liquidio/base/lio_console.c			optional lio	\
2334	compile-with "${NORMAL_C}				\
2335	-I$S/dev/liquidio -I$S/dev/liquidio/base -DSMP"
2336dev/liquidio/base/lio_ctrl.c			optional lio	\
2337	compile-with "${NORMAL_C} 				\
2338	-I$S/dev/liquidio -I$S/dev/liquidio/base -DSMP"
2339dev/liquidio/base/lio_device.c			optional lio	\
2340	compile-with "${NORMAL_C} 				\
2341	-I$S/dev/liquidio -I$S/dev/liquidio/base -DSMP"
2342dev/liquidio/base/lio_droq.c			optional lio	\
2343	compile-with "${NORMAL_C} 				\
2344	-I$S/dev/liquidio -I$S/dev/liquidio/base -DSMP"
2345dev/liquidio/base/lio_mem_ops.c			optional lio	\
2346	compile-with "${NORMAL_C} 				\
2347	-I$S/dev/liquidio -I$S/dev/liquidio/base -DSMP"
2348dev/liquidio/base/lio_request_manager.c		optional lio	\
2349	compile-with "${NORMAL_C} 				\
2350	-I$S/dev/liquidio -I$S/dev/liquidio/base -DSMP"
2351dev/liquidio/base/lio_response_manager.c	optional lio	\
2352	compile-with "${NORMAL_C} 				\
2353	-I$S/dev/liquidio -I$S/dev/liquidio/base -DSMP"
2354dev/liquidio/lio_core.c				optional lio	\
2355	compile-with "${NORMAL_C} 				\
2356	-I$S/dev/liquidio -I$S/dev/liquidio/base -DSMP"
2357dev/liquidio/lio_ioctl.c			optional lio	\
2358	compile-with "${NORMAL_C} 				\
2359	-I$S/dev/liquidio -I$S/dev/liquidio/base -DSMP"
2360dev/liquidio/lio_main.c				optional lio	\
2361	compile-with "${NORMAL_C} 				\
2362	-I$S/dev/liquidio -I$S/dev/liquidio/base -DSMP"
2363dev/liquidio/lio_rss.c				optional lio	\
2364	compile-with "${NORMAL_C} 				\
2365	-I$S/dev/liquidio -I$S/dev/liquidio/base -DSMP"
2366dev/liquidio/lio_rxtx.c				optional lio	\
2367	compile-with "${NORMAL_C} 				\
2368	-I$S/dev/liquidio -I$S/dev/liquidio/base -DSMP"
2369dev/liquidio/lio_sysctl.c			optional lio	\
2370	compile-with "${NORMAL_C} 				\
2371	-I$S/dev/liquidio -I$S/dev/liquidio/base -DSMP"
2372lio.c	optional lio						\
2373	compile-with	"${AWK} -f $S/tools/fw_stub.awk lio_23xx_nic.bin.fw:lio_23xx_nic.bin -mlio_23xx_nic.bin -c${.TARGET}" \
2374	no-ctfconvert no-implicit-rule before-depend local	\
2375	clean		"lio.c"
2376lio_23xx_nic.bin.fw.fwo optional lio				\
2377	dependency	"lio_23xx_nic.bin.fw"			\
2378	compile-with	"${NORMAL_FWO}"				\
2379	no-implicit-rule					\
2380	clean		"lio_23xx_nic.bin.fw.fwo"
2381lio_23xx_nic.bin.fw	optional lio					\
2382	dependency	"$S/contrib/dev/liquidio/lio_23xx_nic.bin.uu"	\
2383	compile-with	"${NORMAL_FW}"					\
2384	no-obj no-implicit-rule						\
2385	clean		"lio_23xx_nic.bin.fw"
2386dev/malo/if_malo.c		optional malo
2387dev/malo/if_malohal.c		optional malo
2388dev/malo/if_malo_pci.c		optional malo pci
2389dev/md/md.c			optional md
2390dev/mdio/mdio_if.m		optional miiproxy | mdio
2391dev/mdio/mdio.c			optional miiproxy | mdio
2392dev/mem/memdev.c		optional mem
2393dev/mem/memutil.c		optional mem
2394dev/mfi/mfi.c			optional mfi
2395dev/mfi/mfi_debug.c		optional mfi
2396dev/mfi/mfi_pci.c		optional mfi pci
2397dev/mfi/mfi_disk.c		optional mfi
2398dev/mfi/mfi_syspd.c		optional mfi
2399dev/mfi/mfi_tbolt.c		optional mfi
2400dev/mfi/mfi_cam.c		optional mfip scbus
2401dev/mii/acphy.c			optional miibus | acphy
2402dev/mii/amphy.c			optional miibus | amphy
2403dev/mii/atphy.c			optional miibus | atphy
2404dev/mii/axphy.c			optional miibus | axphy
2405dev/mii/bmtphy.c		optional miibus | bmtphy
2406dev/mii/brgphy.c		optional miibus | brgphy
2407dev/mii/ciphy.c			optional miibus | ciphy
2408dev/mii/dp83822phy.c		optional miibus | dp83822phy
2409dev/mii/dp83867phy.c		optional miibus | dp83867phy
2410dev/mii/e1000phy.c		optional miibus | e1000phy
2411dev/mii/gentbi.c		optional miibus | gentbi
2412dev/mii/icsphy.c		optional miibus | icsphy
2413dev/mii/ip1000phy.c		optional miibus | ip1000phy
2414dev/mii/jmphy.c			optional miibus | jmphy
2415dev/mii/lxtphy.c		optional miibus | lxtphy
2416dev/mii/micphy.c		optional miibus fdt | micphy fdt
2417dev/mii/mii.c			optional miibus | mii
2418dev/mii/mii_bitbang.c		optional miibus | mii_bitbang
2419dev/mii/mii_physubr.c		optional miibus | mii
2420dev/mii/mii_fdt.c		optional miibus fdt | mii fdt
2421dev/mii/miibus_if.m		optional miibus | mii
2422dev/mii/nsgphy.c		optional miibus | nsgphy
2423dev/mii/nsphy.c			optional miibus | nsphy
2424dev/mii/nsphyter.c		optional miibus | nsphyter
2425dev/mii/pnaphy.c		optional miibus | pnaphy
2426dev/mii/qsphy.c			optional miibus | qsphy
2427dev/mii/rdcphy.c		optional miibus | rdcphy
2428dev/mii/rgephy.c		optional miibus | rgephy
2429dev/mii/rlphy.c			optional miibus | rlphy
2430dev/mii/rlswitch.c		optional rlswitch
2431dev/mii/smcphy.c		optional miibus | smcphy
2432dev/mii/smscphy.c		optional miibus | smscphy
2433dev/mii/tdkphy.c		optional miibus | tdkphy
2434dev/mii/truephy.c		optional miibus | truephy
2435dev/mii/ukphy.c			optional miibus | mii
2436dev/mii/ukphy_subr.c		optional miibus | mii
2437dev/mii/vscphy.c		optional miibus | vscphy
2438dev/mii/xmphy.c			optional miibus | xmphy
2439dev/mlxfw/mlxfw_fsm.c			optional mlxfw \
2440	compile-with "${MLXFW_C}"
2441dev/mlxfw/mlxfw_mfa2.c			optional mlxfw \
2442	compile-with "${MLXFW_C}"
2443dev/mlxfw/mlxfw_mfa2_tlv_multi.c	optional mlxfw \
2444	compile-with "${MLXFW_C}"
2445dev/mlx/mlx.c			optional mlx
2446dev/mlx/mlx_disk.c		optional mlx
2447dev/mlx/mlx_pci.c		optional mlx pci
2448dev/mmc/mmc_subr.c		optional mmc | mmcsd !mmccam
2449dev/mmc/mmc.c			optional mmc !mmccam
2450dev/mmc/mmcbr_if.m		standard
2451dev/mmc/mmcbus_if.m		standard
2452dev/mmc/mmcsd.c			optional mmcsd !mmccam
2453dev/mmc/mmc_fdt_helpers.c	optional ext_resources mmc fdt | ext_resources mmccam fdt
2454dev/mmc/mmc_helpers.c		optional ext_resources mmc | ext_resources mmccam
2455dev/mmc/mmc_pwrseq.c		optional ext_resources mmc fdt | ext_resources mmccam fdt
2456dev/mmc/mmc_pwrseq_if.m		optional ext_resources mmc fdt | ext_resources mmccam fdt
2457dev/mmcnull/mmcnull.c		optional mmcnull
2458dev/mpr/mpr.c			optional mpr
2459dev/mpr/mpr_config.c		optional mpr
2460# XXX Work around clang warning, until maintainer approves fix.
2461dev/mpr/mpr_mapping.c		optional mpr \
2462	compile-with "${NORMAL_C} ${NO_WSOMETIMES_UNINITIALIZED}"
2463dev/mpr/mpr_pci.c		optional mpr pci
2464dev/mpr/mpr_sas.c		optional mpr \
2465	compile-with "${NORMAL_C} ${NO_WUNNEEDED_INTERNAL_DECL}"
2466dev/mpr/mpr_sas_lsi.c		optional mpr
2467dev/mpr/mpr_table.c		optional mpr
2468dev/mpr/mpr_user.c		optional mpr
2469dev/mps/mps.c			optional mps
2470dev/mps/mps_config.c		optional mps
2471# XXX Work around clang warning, until maintainer approves fix.
2472dev/mps/mps_mapping.c		optional mps \
2473	compile-with "${NORMAL_C} ${NO_WSOMETIMES_UNINITIALIZED}"
2474dev/mps/mps_pci.c		optional mps pci
2475dev/mps/mps_sas.c		optional mps \
2476	compile-with "${NORMAL_C} ${NO_WUNNEEDED_INTERNAL_DECL}"
2477dev/mps/mps_sas_lsi.c		optional mps
2478dev/mps/mps_table.c		optional mps
2479dev/mps/mps_user.c		optional mps
2480dev/mpt/mpt.c			optional mpt
2481dev/mpt/mpt_cam.c		optional mpt
2482dev/mpt/mpt_debug.c		optional mpt
2483dev/mpt/mpt_pci.c		optional mpt pci
2484dev/mpt/mpt_raid.c		optional mpt
2485dev/mpt/mpt_user.c		optional mpt
2486dev/mrsas/mrsas.c		optional mrsas
2487dev/mrsas/mrsas_cam.c		optional mrsas
2488dev/mrsas/mrsas_ioctl.c		optional mrsas
2489dev/mrsas/mrsas_fp.c		optional mrsas
2490dev/msk/if_msk.c		optional msk
2491dev/mvs/mvs.c			optional mvs
2492dev/mvs/mvs_if.m		optional mvs
2493dev/mvs/mvs_pci.c		optional mvs pci
2494dev/mwl/if_mwl.c		optional mwl
2495dev/mwl/if_mwl_pci.c		optional mwl pci
2496dev/mwl/mwlhal.c		optional mwl
2497mwlfw.c				optional mwlfw				\
2498	compile-with	"${AWK} -f $S/tools/fw_stub.awk mw88W8363.fw:mw88W8363fw mwlboot.fw:mwlboot -mmwl -c${.TARGET}" \
2499	no-ctfconvert no-implicit-rule before-depend local		\
2500	clean		"mwlfw.c"
2501mw88W8363.fwo		optional mwlfw					\
2502	dependency	"mw88W8363.fw"					\
2503	compile-with	"${NORMAL_FWO}"					\
2504	no-implicit-rule						\
2505	clean		"mw88W8363.fwo"
2506mw88W8363.fw		optional mwlfw					\
2507	dependency	"$S/contrib/dev/mwl/mw88W8363.fw.uu"		\
2508	compile-with	"${NORMAL_FW}"					\
2509	no-obj no-implicit-rule						\
2510	clean		"mw88W8363.fw"
2511mwlboot.fwo		optional mwlfw					\
2512	dependency	"mwlboot.fw"					\
2513	compile-with	"${NORMAL_FWO}"					\
2514	no-implicit-rule						\
2515	clean		"mwlboot.fwo"
2516mwlboot.fw		optional mwlfw					\
2517	dependency	"$S/contrib/dev/mwl/mwlboot.fw.uu"		\
2518	compile-with	"${NORMAL_FW}"					\
2519	no-obj no-implicit-rule						\
2520	clean		"mwlboot.fw"
2521dev/mxge/if_mxge.c		optional mxge pci
2522dev/mxge/mxge_eth_z8e.c		optional mxge pci
2523dev/mxge/mxge_ethp_z8e.c	optional mxge pci
2524dev/mxge/mxge_rss_eth_z8e.c	optional mxge pci
2525dev/mxge/mxge_rss_ethp_z8e.c	optional mxge pci
2526dev/my/if_my.c			optional my
2527dev/netmap/if_ptnet.c		optional netmap inet
2528dev/netmap/netmap.c		optional netmap
2529dev/netmap/netmap_bdg.c		optional netmap
2530dev/netmap/netmap_freebsd.c	optional netmap
2531dev/netmap/netmap_generic.c	optional netmap
2532dev/netmap/netmap_kloop.c	optional netmap
2533dev/netmap/netmap_legacy.c	optional netmap
2534dev/netmap/netmap_mbq.c		optional netmap
2535dev/netmap/netmap_mem2.c	optional netmap
2536dev/netmap/netmap_monitor.c	optional netmap
2537dev/netmap/netmap_null.c	optional netmap
2538dev/netmap/netmap_offloadings.c	optional netmap
2539dev/netmap/netmap_pipe.c	optional netmap
2540dev/netmap/netmap_vale.c	optional netmap
2541# compile-with "${NORMAL_C} -Wconversion -Wextra"
2542dev/nfsmb/nfsmb.c		optional nfsmb pci
2543dev/nge/if_nge.c		optional nge
2544dev/nmdm/nmdm.c			optional nmdm
2545dev/null/null.c			standard
2546dev/nvd/nvd.c			optional nvd nvme
2547dev/nvme/nvme.c			optional nvme
2548dev/nvme/nvme_ahci.c		optional nvme ahci
2549dev/nvme/nvme_ctrlr.c		optional nvme
2550dev/nvme/nvme_ctrlr_cmd.c	optional nvme
2551dev/nvme/nvme_ns.c		optional nvme
2552dev/nvme/nvme_ns_cmd.c		optional nvme
2553dev/nvme/nvme_pci.c		optional nvme pci
2554dev/nvme/nvme_qpair.c		optional nvme
2555dev/nvme/nvme_sim.c		optional nvme scbus
2556dev/nvme/nvme_sysctl.c		optional nvme
2557dev/nvme/nvme_test.c		optional nvme
2558dev/nvme/nvme_util.c		optional nvme
2559dev/oce/oce_hw.c		optional oce pci
2560dev/oce/oce_if.c		optional oce pci
2561dev/oce/oce_mbox.c		optional oce pci
2562dev/oce/oce_queue.c		optional oce pci
2563dev/oce/oce_sysctl.c		optional oce pci
2564dev/oce/oce_util.c		optional oce pci
2565dev/ocs_fc/ocs_gendump.c	optional ocs_fc pci
2566dev/ocs_fc/ocs_pci.c		optional ocs_fc pci
2567dev/ocs_fc/ocs_ioctl.c		optional ocs_fc pci
2568dev/ocs_fc/ocs_os.c		optional ocs_fc pci
2569dev/ocs_fc/ocs_utils.c		optional ocs_fc pci
2570dev/ocs_fc/ocs_hw.c		optional ocs_fc pci
2571dev/ocs_fc/ocs_hw_queues.c	optional ocs_fc pci
2572dev/ocs_fc/sli4.c		optional ocs_fc pci
2573dev/ocs_fc/ocs_sm.c		optional ocs_fc pci
2574dev/ocs_fc/ocs_device.c		optional ocs_fc pci
2575dev/ocs_fc/ocs_xport.c		optional ocs_fc pci
2576dev/ocs_fc/ocs_domain.c		optional ocs_fc pci
2577dev/ocs_fc/ocs_sport.c		optional ocs_fc pci
2578dev/ocs_fc/ocs_els.c		optional ocs_fc pci
2579dev/ocs_fc/ocs_fabric.c		optional ocs_fc pci
2580dev/ocs_fc/ocs_io.c		optional ocs_fc pci
2581dev/ocs_fc/ocs_node.c		optional ocs_fc pci
2582dev/ocs_fc/ocs_scsi.c		optional ocs_fc pci
2583dev/ocs_fc/ocs_unsol.c		optional ocs_fc pci
2584dev/ocs_fc/ocs_ddump.c		optional ocs_fc pci
2585dev/ocs_fc/ocs_mgmt.c		optional ocs_fc pci
2586dev/ocs_fc/ocs_cam.c		optional ocs_fc pci
2587dev/ofw/ofw_bus_if.m		optional fdt
2588dev/ofw/ofw_bus_subr.c		optional fdt
2589dev/ofw/ofw_cpu.c		optional fdt
2590dev/ofw/ofw_fdt.c		optional fdt
2591dev/ofw/ofw_if.m		optional fdt
2592dev/ofw/ofw_graph.c		optional fdt
2593dev/ofw/ofw_subr.c		optional fdt
2594dev/ofw/ofwbus.c		optional fdt
2595dev/ofw/openfirm.c		optional fdt
2596dev/ofw/openfirmio.c		optional fdt
2597dev/ow/ow.c			optional ow				\
2598	dependency	"owll_if.h"					\
2599	dependency	"own_if.h"
2600dev/ow/owll_if.m		optional ow
2601dev/ow/own_if.m			optional ow
2602dev/ow/ow_temp.c		optional ow_temp
2603dev/ow/owc_gpiobus.c		optional owc gpio
2604dev/pbio/pbio.c			optional pbio isa
2605dev/pccbb/pccbb.c		optional cbb
2606dev/pccbb/pccbb_pci.c		optional cbb pci
2607dev/pcf/pcf.c			optional pcf
2608dev/pci/fixup_pci.c		optional pci
2609dev/pci/hostb_pci.c		optional pci
2610dev/pci/ignore_pci.c		optional pci
2611dev/pci/isa_pci.c		optional pci isa
2612dev/pci/pci.c			optional pci
2613dev/pci/pci_if.m		standard
2614dev/pci/pci_iov.c		optional pci pci_iov
2615dev/pci/pci_iov_if.m		standard
2616dev/pci/pci_iov_schema.c	optional pci pci_iov
2617dev/pci/pci_pci.c		optional pci
2618dev/pci/pci_subr.c		optional pci
2619dev/pci/pci_user.c		optional pci
2620dev/pci/pcib_if.m		standard
2621dev/pci/pcib_support.c		standard
2622dev/pci/vga_pci.c		optional pci
2623dev/pms/freebsd/driver/ini/src/agtiapi.c		optional pmspcv \
2624	compile-with "${NORMAL_C} -Wunused-variable -Woverflow -Wparentheses -w"
2625dev/pms/RefTisa/sallsdk/spc/sadisc.c			optional pmspcv \
2626	compile-with "${NORMAL_C} -Wunused-variable -Woverflow -Wparentheses -w"
2627dev/pms/RefTisa/sallsdk/spc/mpi.c			optional pmspcv \
2628	compile-with "${NORMAL_C} -Wunused-variable -Woverflow -Wparentheses -w"
2629dev/pms/RefTisa/sallsdk/spc/saframe.c			optional pmspcv \
2630	compile-with "${NORMAL_C} -Wunused-variable -Woverflow -Wparentheses -w"
2631dev/pms/RefTisa/sallsdk/spc/sahw.c			optional pmspcv \
2632	compile-with "${NORMAL_C} -Wunused-variable -Woverflow -Wparentheses -w"
2633dev/pms/RefTisa/sallsdk/spc/sainit.c			optional pmspcv \
2634	compile-with "${NORMAL_C} -Wunused-variable -Woverflow -Wparentheses -w"
2635dev/pms/RefTisa/sallsdk/spc/saint.c			optional pmspcv \
2636	compile-with "${NORMAL_C} -Wunused-variable -Woverflow -Wparentheses -w"
2637dev/pms/RefTisa/sallsdk/spc/sampicmd.c			optional pmspcv \
2638	compile-with "${NORMAL_C} -Wunused-variable -Woverflow -Wparentheses -w"
2639dev/pms/RefTisa/sallsdk/spc/sampirsp.c			optional pmspcv \
2640	compile-with "${NORMAL_C} -Wunused-variable -Woverflow -Wparentheses -w"
2641dev/pms/RefTisa/sallsdk/spc/saphy.c			optional pmspcv \
2642	compile-with "${NORMAL_C} -Wunused-variable -Woverflow -Wparentheses -w"
2643dev/pms/RefTisa/sallsdk/spc/saport.c			optional pmspcv \
2644	compile-with "${NORMAL_C} -Wunused-variable -Woverflow -Wparentheses -w"
2645dev/pms/RefTisa/sallsdk/spc/sasata.c			optional pmspcv \
2646	compile-with "${NORMAL_C} -Wunused-variable -Woverflow -Wparentheses -w"
2647dev/pms/RefTisa/sallsdk/spc/sasmp.c			optional pmspcv \
2648	compile-with "${NORMAL_C} -Wunused-variable -Woverflow -Wparentheses -w"
2649dev/pms/RefTisa/sallsdk/spc/sassp.c			optional pmspcv \
2650	compile-with "${NORMAL_C} -Wunused-variable -Woverflow -Wparentheses -w"
2651dev/pms/RefTisa/sallsdk/spc/satimer.c			optional pmspcv \
2652	compile-with "${NORMAL_C} -Wunused-variable -Woverflow -Wparentheses -w"
2653dev/pms/RefTisa/sallsdk/spc/sautil.c			optional pmspcv \
2654	compile-with "${NORMAL_C} -Wunused-variable -Woverflow -Wparentheses -w"
2655dev/pms/RefTisa/sallsdk/spc/saioctlcmd.c		optional pmspcv \
2656	compile-with "${NORMAL_C} -Wunused-variable -Woverflow -Wparentheses -w"
2657dev/pms/RefTisa/sallsdk/spc/mpidebug.c			optional pmspcv \
2658	compile-with "${NORMAL_C} -Wunused-variable -Woverflow -Wparentheses -w"
2659dev/pms/RefTisa/discovery/dm/dminit.c			optional pmspcv \
2660	compile-with "${NORMAL_C} -Wunused-variable -Woverflow -Wparentheses -w"
2661dev/pms/RefTisa/discovery/dm/dmsmp.c			optional pmspcv \
2662	compile-with "${NORMAL_C} -Wunused-variable -Woverflow -Wparentheses -w"
2663dev/pms/RefTisa/discovery/dm/dmdisc.c			optional pmspcv \
2664	compile-with "${NORMAL_C} -Wunused-variable -Woverflow -Wparentheses -w"
2665dev/pms/RefTisa/discovery/dm/dmport.c			optional pmspcv \
2666	compile-with "${NORMAL_C} -Wunused-variable -Woverflow -Wparentheses -w"
2667dev/pms/RefTisa/discovery/dm/dmtimer.c			optional pmspcv \
2668	compile-with "${NORMAL_C} -Wunused-variable -Woverflow -Wparentheses -w"
2669dev/pms/RefTisa/discovery/dm/dmmisc.c			optional pmspcv \
2670	compile-with "${NORMAL_C} -Wunused-variable -Woverflow -Wparentheses -w"
2671dev/pms/RefTisa/sat/src/sminit.c			optional pmspcv \
2672	compile-with "${NORMAL_C} -Wunused-variable -Woverflow -Wparentheses -w"
2673dev/pms/RefTisa/sat/src/smmisc.c			optional pmspcv \
2674	compile-with "${NORMAL_C} -Wunused-variable -Woverflow -Wparentheses -w"
2675dev/pms/RefTisa/sat/src/smsat.c				optional pmspcv \
2676	compile-with "${NORMAL_C} -Wunused-variable -Woverflow -Wparentheses -w"
2677dev/pms/RefTisa/sat/src/smsatcb.c			optional pmspcv \
2678	compile-with "${NORMAL_C} -Wunused-variable -Woverflow -Wparentheses -w"
2679dev/pms/RefTisa/sat/src/smsathw.c			optional pmspcv \
2680	compile-with "${NORMAL_C} -Wunused-variable -Woverflow -Wparentheses -w"
2681dev/pms/RefTisa/sat/src/smtimer.c			optional pmspcv \
2682	compile-with "${NORMAL_C} -Wunused-variable -Woverflow -Wparentheses -w"
2683dev/pms/RefTisa/tisa/sassata/common/tdinit.c		optional pmspcv \
2684	compile-with "${NORMAL_C} -Wunused-variable -Woverflow -Wparentheses -w"
2685dev/pms/RefTisa/tisa/sassata/common/tdmisc.c		optional pmspcv \
2686	compile-with "${NORMAL_C} -Wunused-variable -Woverflow -Wparentheses -w"
2687dev/pms/RefTisa/tisa/sassata/common/tdesgl.c		optional pmspcv \
2688	compile-with "${NORMAL_C} -Wunused-variable -Woverflow -Wparentheses -w"
2689dev/pms/RefTisa/tisa/sassata/common/tdport.c		optional pmspcv \
2690	compile-with "${NORMAL_C} -Wunused-variable -Woverflow -Wparentheses -w"
2691dev/pms/RefTisa/tisa/sassata/common/tdint.c		optional pmspcv \
2692	compile-with "${NORMAL_C} -Wunused-variable -Woverflow -Wparentheses -w"
2693dev/pms/RefTisa/tisa/sassata/common/tdioctl.c		optional pmspcv \
2694	compile-with "${NORMAL_C} -Wunused-variable -Woverflow -Wparentheses -w"
2695dev/pms/RefTisa/tisa/sassata/common/tdhw.c		optional pmspcv \
2696	compile-with "${NORMAL_C} -Wunused-variable -Woverflow -Wparentheses -w"
2697dev/pms/RefTisa/tisa/sassata/common/ossacmnapi.c	optional pmspcv \
2698	compile-with "${NORMAL_C} -Wunused-variable -Woverflow -Wparentheses -w"
2699dev/pms/RefTisa/tisa/sassata/common/tddmcmnapi.c	optional pmspcv \
2700	compile-with "${NORMAL_C} -Wunused-variable -Woverflow -Wparentheses -w"
2701dev/pms/RefTisa/tisa/sassata/common/tdsmcmnapi.c	optional pmspcv \
2702	compile-with "${NORMAL_C} -Wunused-variable -Woverflow -Wparentheses -w"
2703dev/pms/RefTisa/tisa/sassata/common/tdtimers.c		optional pmspcv \
2704	compile-with "${NORMAL_C} -Wunused-variable -Woverflow -Wparentheses -w"
2705dev/pms/RefTisa/tisa/sassata/sas/ini/itdio.c		optional pmspcv \
2706	compile-with "${NORMAL_C} -Wunused-variable -Woverflow -Wparentheses -w"
2707dev/pms/RefTisa/tisa/sassata/sas/ini/itdcb.c		optional pmspcv \
2708	compile-with "${NORMAL_C} -Wunused-variable -Woverflow -Wparentheses -w"
2709dev/pms/RefTisa/tisa/sassata/sas/ini/itdinit.c		optional pmspcv \
2710	compile-with "${NORMAL_C} -Wunused-variable -Woverflow -Wparentheses -w"
2711dev/pms/RefTisa/tisa/sassata/sas/ini/itddisc.c		optional pmspcv \
2712	compile-with "${NORMAL_C} -Wunused-variable -Woverflow -Wparentheses -w"
2713dev/pms/RefTisa/tisa/sassata/sata/host/sat.c		optional pmspcv \
2714	compile-with "${NORMAL_C} -Wunused-variable -Woverflow -Wparentheses -w"
2715dev/pms/RefTisa/tisa/sassata/sata/host/ossasat.c	optional pmspcv \
2716	compile-with "${NORMAL_C} -Wunused-variable -Woverflow -Wparentheses -w"
2717dev/pms/RefTisa/tisa/sassata/sata/host/sathw.c		optional pmspcv \
2718	compile-with "${NORMAL_C} -Wunused-variable -Woverflow -Wparentheses -w"
2719dev/ppbus/if_plip.c		optional plip
2720dev/ppbus/lpbb.c		optional lpbb
2721dev/ppbus/lpt.c			optional lpt
2722dev/ppbus/pcfclock.c		optional pcfclock
2723dev/ppbus/ppb_1284.c		optional ppbus
2724dev/ppbus/ppb_base.c		optional ppbus
2725dev/ppbus/ppb_msq.c		optional ppbus
2726dev/ppbus/ppbconf.c		optional ppbus
2727dev/ppbus/ppbus_if.m		optional ppbus
2728dev/ppbus/ppi.c			optional ppi
2729dev/ppbus/pps.c			optional pps
2730dev/ppc/ppc.c			optional ppc
2731dev/ppc/ppc_acpi.c		optional ppc acpi
2732dev/ppc/ppc_isa.c		optional ppc isa
2733dev/ppc/ppc_pci.c		optional ppc pci
2734dev/ppc/ppc_puc.c		optional ppc puc
2735dev/proto/proto_bus_isa.c	optional proto acpi | proto isa
2736dev/proto/proto_bus_pci.c	optional proto pci
2737dev/proto/proto_busdma.c	optional proto
2738dev/proto/proto_core.c		optional proto
2739dev/pst/pst-iop.c		optional pst
2740dev/pst/pst-pci.c		optional pst pci
2741dev/pst/pst-raid.c		optional pst
2742dev/pty/pty.c			optional pty
2743dev/puc/puc.c			optional puc
2744dev/puc/puc_cfg.c		optional puc
2745dev/puc/puc_pci.c		optional puc pci
2746dev/pwm/pwmc.c			optional pwm | pwmc
2747dev/pwm/pwmbus.c		optional pwm | pwmbus
2748dev/pwm/pwmbus_if.m		optional pwm | pwmbus
2749dev/pwm/ofw_pwm.c		optional pwm fdt | pwmbus fdt
2750dev/pwm/ofw_pwmbus.c		optional pwm fdt | pwmbus fdt
2751dev/pwm/pwm_backlight.c		optional pwm pwm_backlight ext_resources fdt
2752dev/quicc/quicc_core.c		optional quicc
2753dev/ral/rt2560.c		optional ral
2754dev/ral/rt2661.c		optional ral
2755dev/ral/rt2860.c		optional ral
2756dev/ral/if_ral_pci.c		optional ral pci
2757rt2561fw.c			optional rt2561fw | ralfw		\
2758	compile-with	"${AWK} -f $S/tools/fw_stub.awk rt2561.fw:rt2561fw -mrt2561 -c${.TARGET}" \
2759	no-ctfconvert no-implicit-rule before-depend local		\
2760	clean		"rt2561fw.c"
2761rt2561fw.fwo			optional rt2561fw | ralfw		\
2762	dependency	"rt2561.fw"					\
2763	compile-with	"${NORMAL_FWO}"					\
2764	no-implicit-rule						\
2765	clean		"rt2561fw.fwo"
2766rt2561.fw			optional rt2561fw | ralfw		\
2767	dependency	"$S/contrib/dev/ral/rt2561.fw.uu"		\
2768	compile-with	"${NORMAL_FW}"					\
2769	no-obj no-implicit-rule						\
2770	clean		"rt2561.fw"
2771rt2561sfw.c			optional rt2561sfw | ralfw		\
2772	compile-with	"${AWK} -f $S/tools/fw_stub.awk rt2561s.fw:rt2561sfw -mrt2561s -c${.TARGET}" \
2773	no-ctfconvert no-implicit-rule before-depend local		\
2774	clean		"rt2561sfw.c"
2775rt2561sfw.fwo			optional rt2561sfw | ralfw		\
2776	dependency	"rt2561s.fw"					\
2777	compile-with	"${NORMAL_FWO}"					\
2778	no-implicit-rule						\
2779	clean		"rt2561sfw.fwo"
2780rt2561s.fw			optional rt2561sfw | ralfw		\
2781	dependency	"$S/contrib/dev/ral/rt2561s.fw.uu"		\
2782	compile-with	"${NORMAL_FW}"					\
2783	no-obj no-implicit-rule						\
2784	clean		"rt2561s.fw"
2785rt2661fw.c			optional rt2661fw | ralfw		\
2786	compile-with	"${AWK} -f $S/tools/fw_stub.awk rt2661.fw:rt2661fw -mrt2661 -c${.TARGET}" \
2787	no-ctfconvert no-implicit-rule before-depend local		\
2788	clean		"rt2661fw.c"
2789rt2661fw.fwo			optional rt2661fw | ralfw		\
2790	dependency	"rt2661.fw"					\
2791	compile-with	"${NORMAL_FWO}"					\
2792	no-implicit-rule						\
2793	clean		"rt2661fw.fwo"
2794rt2661.fw			optional rt2661fw | ralfw		\
2795	dependency	"$S/contrib/dev/ral/rt2661.fw.uu"		\
2796	compile-with	"${NORMAL_FW}"					\
2797	no-obj no-implicit-rule						\
2798	clean		"rt2661.fw"
2799rt2860fw.c			optional rt2860fw | ralfw		\
2800	compile-with	"${AWK} -f $S/tools/fw_stub.awk rt2860.fw:rt2860fw -mrt2860 -c${.TARGET}" \
2801	no-ctfconvert no-implicit-rule before-depend local		\
2802	clean		"rt2860fw.c"
2803rt2860fw.fwo			optional rt2860fw | ralfw		\
2804	dependency	"rt2860.fw"					\
2805	compile-with	"${NORMAL_FWO}"					\
2806	no-implicit-rule						\
2807	clean		"rt2860fw.fwo"
2808rt2860.fw			optional rt2860fw | ralfw		\
2809	dependency	"$S/contrib/dev/ral/rt2860.fw.uu"		\
2810	compile-with	"${NORMAL_FW}"					\
2811	no-obj no-implicit-rule						\
2812	clean		"rt2860.fw"
2813dev/random/random_infra.c	standard
2814dev/random/random_harvestq.c	standard
2815dev/random/randomdev.c		optional !random_loadable
2816dev/random/fenestrasX/fx_brng.c	optional !random_loadable random_fenestrasx
2817dev/random/fenestrasX/fx_main.c	optional !random_loadable random_fenestrasx \
2818	compile-with "${NORMAL_C} -I$S/crypto/blake2"
2819dev/random/fenestrasX/fx_pool.c	optional !random_loadable random_fenestrasx \
2820	compile-with "${NORMAL_C} -I$S/crypto/blake2"
2821dev/random/fenestrasX/fx_rng.c	optional !random_loadable random_fenestrasx \
2822	compile-with "${NORMAL_C} -I$S/crypto/blake2"
2823dev/random/fortuna.c		optional !random_loadable !random_fenestrasx
2824dev/random/hash.c		optional !random_loadable
2825dev/rccgpio/rccgpio.c		optional rccgpio gpio
2826dev/re/if_re.c			optional re
2827dev/rl/if_rl.c			optional rl pci
2828dev/rndtest/rndtest.c		optional rndtest
2829#
2830dev/rtsx/rtsx.c			optional rtsx pci
2831#
2832dev/rtwn/if_rtwn.c		optional rtwn
2833dev/rtwn/if_rtwn_beacon.c	optional rtwn
2834dev/rtwn/if_rtwn_calib.c	optional rtwn
2835dev/rtwn/if_rtwn_cam.c		optional rtwn
2836dev/rtwn/if_rtwn_efuse.c	optional rtwn
2837dev/rtwn/if_rtwn_fw.c		optional rtwn
2838dev/rtwn/if_rtwn_rx.c		optional rtwn
2839dev/rtwn/if_rtwn_task.c		optional rtwn
2840dev/rtwn/if_rtwn_tx.c		optional rtwn
2841#
2842dev/rtwn/pci/rtwn_pci_attach.c	optional rtwn_pci pci
2843dev/rtwn/pci/rtwn_pci_reg.c	optional rtwn_pci pci
2844dev/rtwn/pci/rtwn_pci_rx.c	optional rtwn_pci pci
2845dev/rtwn/pci/rtwn_pci_tx.c	optional rtwn_pci pci
2846#
2847dev/rtwn/usb/rtwn_usb_attach.c	optional rtwn_usb
2848dev/rtwn/usb/rtwn_usb_ep.c	optional rtwn_usb
2849dev/rtwn/usb/rtwn_usb_reg.c	optional rtwn_usb
2850dev/rtwn/usb/rtwn_usb_rx.c	optional rtwn_usb
2851dev/rtwn/usb/rtwn_usb_tx.c	optional rtwn_usb
2852# RTL8188E
2853dev/rtwn/rtl8188e/r88e_beacon.c	optional rtwn
2854dev/rtwn/rtl8188e/r88e_calib.c	optional rtwn
2855dev/rtwn/rtl8188e/r88e_chan.c	optional rtwn
2856dev/rtwn/rtl8188e/r88e_fw.c	optional rtwn
2857dev/rtwn/rtl8188e/r88e_init.c	optional rtwn
2858dev/rtwn/rtl8188e/r88e_led.c	optional rtwn
2859dev/rtwn/rtl8188e/r88e_tx.c	optional rtwn
2860dev/rtwn/rtl8188e/r88e_rf.c	optional rtwn
2861dev/rtwn/rtl8188e/r88e_rom.c	optional rtwn
2862dev/rtwn/rtl8188e/r88e_rx.c	optional rtwn
2863dev/rtwn/rtl8188e/pci/r88ee_attach.c	optional rtwn_pci pci
2864dev/rtwn/rtl8188e/pci/r88ee_init.c	optional rtwn_pci pci
2865dev/rtwn/rtl8188e/pci/r88ee_rx.c	optional rtwn_pci pci
2866dev/rtwn/rtl8188e/usb/r88eu_attach.c	optional rtwn_usb
2867dev/rtwn/rtl8188e/usb/r88eu_init.c	optional rtwn_usb
2868# RTL8192C
2869dev/rtwn/rtl8192c/r92c_attach.c	optional rtwn
2870dev/rtwn/rtl8192c/r92c_beacon.c	optional rtwn
2871dev/rtwn/rtl8192c/r92c_calib.c	optional rtwn
2872dev/rtwn/rtl8192c/r92c_chan.c	optional rtwn
2873dev/rtwn/rtl8192c/r92c_fw.c	optional rtwn
2874dev/rtwn/rtl8192c/r92c_init.c	optional rtwn
2875dev/rtwn/rtl8192c/r92c_llt.c	optional rtwn
2876dev/rtwn/rtl8192c/r92c_rf.c	optional rtwn
2877dev/rtwn/rtl8192c/r92c_rom.c	optional rtwn
2878dev/rtwn/rtl8192c/r92c_rx.c	optional rtwn
2879dev/rtwn/rtl8192c/r92c_tx.c	optional rtwn
2880dev/rtwn/rtl8192c/pci/r92ce_attach.c	optional rtwn_pci pci
2881dev/rtwn/rtl8192c/pci/r92ce_calib.c	optional rtwn_pci pci
2882dev/rtwn/rtl8192c/pci/r92ce_fw.c	optional rtwn_pci pci
2883dev/rtwn/rtl8192c/pci/r92ce_init.c	optional rtwn_pci pci
2884dev/rtwn/rtl8192c/pci/r92ce_led.c	optional rtwn_pci pci
2885dev/rtwn/rtl8192c/pci/r92ce_rx.c	optional rtwn_pci pci
2886dev/rtwn/rtl8192c/pci/r92ce_tx.c	optional rtwn_pci pci
2887dev/rtwn/rtl8192c/usb/r92cu_attach.c	optional rtwn_usb
2888dev/rtwn/rtl8192c/usb/r92cu_init.c	optional rtwn_usb
2889dev/rtwn/rtl8192c/usb/r92cu_led.c	optional rtwn_usb
2890dev/rtwn/rtl8192c/usb/r92cu_rx.c	optional rtwn_usb
2891dev/rtwn/rtl8192c/usb/r92cu_tx.c	optional rtwn_usb
2892# RTL8192E
2893dev/rtwn/rtl8192e/r92e_chan.c	optional rtwn
2894dev/rtwn/rtl8192e/r92e_fw.c	optional rtwn
2895dev/rtwn/rtl8192e/r92e_init.c	optional rtwn
2896dev/rtwn/rtl8192e/r92e_led.c	optional rtwn
2897dev/rtwn/rtl8192e/r92e_rf.c	optional rtwn
2898dev/rtwn/rtl8192e/r92e_rom.c	optional rtwn
2899dev/rtwn/rtl8192e/r92e_rx.c	optional rtwn
2900dev/rtwn/rtl8192e/usb/r92eu_attach.c	optional rtwn_usb
2901dev/rtwn/rtl8192e/usb/r92eu_init.c	optional rtwn_usb
2902# RTL8812A
2903dev/rtwn/rtl8812a/r12a_beacon.c	optional rtwn
2904dev/rtwn/rtl8812a/r12a_calib.c	optional rtwn
2905dev/rtwn/rtl8812a/r12a_caps.c	optional rtwn
2906dev/rtwn/rtl8812a/r12a_chan.c	optional rtwn
2907dev/rtwn/rtl8812a/r12a_fw.c	optional rtwn
2908dev/rtwn/rtl8812a/r12a_init.c	optional rtwn
2909dev/rtwn/rtl8812a/r12a_led.c	optional rtwn
2910dev/rtwn/rtl8812a/r12a_rf.c	optional rtwn
2911dev/rtwn/rtl8812a/r12a_rom.c	optional rtwn
2912dev/rtwn/rtl8812a/r12a_rx.c	optional rtwn
2913dev/rtwn/rtl8812a/r12a_tx.c	optional rtwn
2914dev/rtwn/rtl8812a/usb/r12au_attach.c	optional rtwn_usb
2915dev/rtwn/rtl8812a/usb/r12au_init.c	optional rtwn_usb
2916dev/rtwn/rtl8812a/usb/r12au_rx.c	optional rtwn_usb
2917dev/rtwn/rtl8812a/usb/r12au_tx.c	optional rtwn_usb
2918# RTL8821A
2919dev/rtwn/rtl8821a/r21a_beacon.c	optional rtwn
2920dev/rtwn/rtl8821a/r21a_calib.c	optional rtwn
2921dev/rtwn/rtl8821a/r21a_chan.c	optional rtwn
2922dev/rtwn/rtl8821a/r21a_fw.c	optional rtwn
2923dev/rtwn/rtl8821a/r21a_init.c	optional rtwn
2924dev/rtwn/rtl8821a/r21a_led.c	optional rtwn
2925dev/rtwn/rtl8821a/r21a_rom.c	optional rtwn
2926dev/rtwn/rtl8821a/r21a_rx.c	optional rtwn
2927dev/rtwn/rtl8821a/usb/r21au_attach.c	optional rtwn_usb
2928dev/rtwn/rtl8821a/usb/r21au_dfs.c	optional rtwn_usb
2929dev/rtwn/rtl8821a/usb/r21au_init.c	optional rtwn_usb
2930rtwn-rtl8188eefw.c		optional rtwn-rtl8188eefw | rtwnfw	\
2931	compile-with	"${AWK} -f $S/tools/fw_stub.awk rtwn-rtl8188eefw.fw:rtwn-rtl8188eefw:111 -mrtwn-rtl8188eefw -c${.TARGET}" \
2932	no-ctfconvert no-implicit-rule before-depend local		\
2933	clean		"rtwn-rtl8188eefw.c"
2934rtwn-rtl8188eefw.fwo		optional rtwn-rtl8188eefw | rtwnfw	\
2935	dependency	"rtwn-rtl8188eefw.fw"				\
2936	compile-with	"${NORMAL_FWO}"					\
2937	no-implicit-rule						\
2938	clean		"rtwn-rtl8188eefw.fwo"
2939rtwn-rtl8188eefw.fw		optional rtwn-rtl8188eefw | rtwnfw	\
2940	dependency	"$S/contrib/dev/rtwn/rtwn-rtl8188eefw.fw.uu"	\
2941	compile-with	"${NORMAL_FW}"					\
2942	no-obj no-implicit-rule						\
2943	clean		"rtwn-rtl8188eefw.fw"
2944rtwn-rtl8188eufw.c		optional rtwn-rtl8188eufw | rtwnfw	\
2945	compile-with	"${AWK} -f $S/tools/fw_stub.awk rtwn-rtl8188eufw.fw:rtwn-rtl8188eufw:111 -mrtwn-rtl8188eufw -c${.TARGET}" \
2946	no-ctfconvert no-implicit-rule before-depend local		\
2947	clean		"rtwn-rtl8188eufw.c"
2948rtwn-rtl8188eufw.fwo		optional rtwn-rtl8188eufw | rtwnfw	\
2949	dependency	"rtwn-rtl8188eufw.fw"				\
2950	compile-with	"${NORMAL_FWO}"					\
2951	no-implicit-rule						\
2952	clean		"rtwn-rtl8188eufw.fwo"
2953rtwn-rtl8188eufw.fw		optional rtwn-rtl8188eufw | rtwnfw	\
2954	dependency	"$S/contrib/dev/rtwn/rtwn-rtl8188eufw.fw.uu"	\
2955	compile-with	"${NORMAL_FW}"					\
2956	no-obj no-implicit-rule						\
2957	clean		"rtwn-rtl8188eufw.fw"
2958rtwn-rtl8192cfwE.c		optional rtwn-rtl8192cfwE | rtwnfw	\
2959	compile-with	"${AWK} -f $S/tools/fw_stub.awk rtwn-rtl8192cfwE.fw:rtwn-rtl8192cfwE:111 -mrtwn-rtl8192cfwE -c${.TARGET}" \
2960	no-ctfconvert no-implicit-rule before-depend local		\
2961	clean		"rtwn-rtl8192cfwE.c"
2962rtwn-rtl8192cfwE.fwo		optional rtwn-rtl8192cfwE | rtwnfw	\
2963	dependency	"rtwn-rtl8192cfwE.fw"				\
2964	compile-with	"${NORMAL_FWO}"					\
2965	no-implicit-rule						\
2966	clean		"rtwn-rtl8192cfwE.fwo"
2967rtwn-rtl8192cfwE.fw		optional rtwn-rtl8192cfwE | rtwnfw	\
2968	dependency	"$S/contrib/dev/rtwn/rtwn-rtl8192cfwE.fw.uu"	\
2969	compile-with	"${NORMAL_FW}"					\
2970	no-obj no-implicit-rule						\
2971	clean		"rtwn-rtl8192cfwE.fw"
2972rtwn-rtl8192cfwE_B.c		optional rtwn-rtl8192cfwE_B | rtwnfw	\
2973	compile-with	"${AWK} -f $S/tools/fw_stub.awk rtwn-rtl8192cfwE_B.fw:rtwn-rtl8192cfwE_B:111 -mrtwn-rtl8192cfwE_B -c${.TARGET}" \
2974	no-ctfconvert no-implicit-rule before-depend local		\
2975	clean		"rtwn-rtl8192cfwE_B.c"
2976rtwn-rtl8192cfwE_B.fwo		optional rtwn-rtl8192cfwE_B | rtwnfw	\
2977	dependency	"rtwn-rtl8192cfwE_B.fw"				\
2978	compile-with	"${NORMAL_FWO}"					\
2979	no-implicit-rule						\
2980	clean		"rtwn-rtl8192cfwE_B.fwo"
2981rtwn-rtl8192cfwE_B.fw		optional rtwn-rtl8192cfwE_B | rtwnfw	\
2982	dependency	"$S/contrib/dev/rtwn/rtwn-rtl8192cfwE_B.fw.uu"	\
2983	compile-with	"${NORMAL_FW}"					\
2984	no-obj no-implicit-rule						\
2985	clean		"rtwn-rtl8192cfwE_B.fw"
2986rtwn-rtl8192cfwT.c		optional rtwn-rtl8192cfwT | rtwnfw	\
2987	compile-with	"${AWK} -f $S/tools/fw_stub.awk rtwn-rtl8192cfwT.fw:rtwn-rtl8192cfwT:111 -mrtwn-rtl8192cfwT -c${.TARGET}" \
2988	no-ctfconvert no-implicit-rule before-depend local		\
2989	clean		"rtwn-rtl8192cfwT.c"
2990rtwn-rtl8192cfwT.fwo		optional rtwn-rtl8192cfwT | rtwnfw	\
2991	dependency	"rtwn-rtl8192cfwT.fw"				\
2992	compile-with	"${NORMAL_FWO}"					\
2993	no-implicit-rule						\
2994	clean		"rtwn-rtl8192cfwT.fwo"
2995rtwn-rtl8192cfwT.fw		optional rtwn-rtl8192cfwT | rtwnfw	\
2996	dependency	"$S/contrib/dev/rtwn/rtwn-rtl8192cfwT.fw.uu"	\
2997	compile-with	"${NORMAL_FW}"					\
2998	no-obj no-implicit-rule						\
2999	clean		"rtwn-rtl8192cfwT.fw"
3000rtwn-rtl8192cfwU.c		optional rtwn-rtl8192cfwU | rtwnfw	\
3001	compile-with	"${AWK} -f $S/tools/fw_stub.awk rtwn-rtl8192cfwU.fw:rtwn-rtl8192cfwU:111 -mrtwn-rtl8192cfwU -c${.TARGET}" \
3002	no-ctfconvert no-implicit-rule before-depend local		\
3003	clean		"rtwn-rtl8192cfwU.c"
3004rtwn-rtl8192cfwU.fwo		optional rtwn-rtl8192cfwU | rtwnfw	\
3005	dependency	"rtwn-rtl8192cfwU.fw"				\
3006	compile-with	"${NORMAL_FWO}"					\
3007	no-implicit-rule						\
3008	clean		"rtwn-rtl8192cfwU.fwo"
3009rtwn-rtl8192cfwU.fw		optional rtwn-rtl8192cfwU | rtwnfw	\
3010	dependency	"$S/contrib/dev/rtwn/rtwn-rtl8192cfwU.fw.uu"	\
3011	compile-with	"${NORMAL_FW}"					\
3012	no-obj no-implicit-rule						\
3013	clean		"rtwn-rtl8192cfwU.fw"
3014rtwn-rtl8192eufw.c		optional rtwn-rtl8192eufw | rtwnfw	\
3015	compile-with	"${AWK} -f $S/tools/fw_stub.awk rtwn-rtl8192eufw.fw:rtwn-rtl8192eufw:111 -mrtwn-rtl8192eufw -c${.TARGET}" \
3016	no-ctfconvert no-implicit-rule before-depend local		\
3017	clean		"rtwn-rtl8192eufw.c"
3018rtwn-rtl8192eufw.fwo		optional rtwn-rtl8192eufw | rtwnfw	\
3019	dependency	"rtwn-rtl8192eufw.fw"				\
3020	compile-with	"${NORMAL_FWO}"					\
3021	no-implicit-rule						\
3022	clean		"rtwn-rtl8192eufw.fwo"
3023rtwn-rtl8192eufw.fw		optional rtwn-rtl8192eufw | rtwnfw	\
3024	dependency	"$S/contrib/dev/rtwn/rtwn-rtl8192eufw.fw.uu"	\
3025	compile-with	"${NORMAL_FW}"					\
3026	no-obj no-implicit-rule						\
3027	clean		"rtwn-rtl8192eufw.fw"
3028rtwn-rtl8812aufw.c		optional rtwn-rtl8812aufw | rtwnfw	\
3029	compile-with	"${AWK} -f $S/tools/fw_stub.awk rtwn-rtl8812aufw.fw:rtwn-rtl8812aufw:111 -mrtwn-rtl8812aufw -c${.TARGET}" \
3030	no-ctfconvert no-implicit-rule before-depend local		\
3031	clean		"rtwn-rtl8812aufw.c"
3032rtwn-rtl8812aufw.fwo		optional rtwn-rtl8812aufw | rtwnfw	\
3033	dependency	"rtwn-rtl8812aufw.fw"				\
3034	compile-with	"${NORMAL_FWO}"					\
3035	no-implicit-rule						\
3036	clean		"rtwn-rtl8812aufw.fwo"
3037rtwn-rtl8812aufw.fw		optional rtwn-rtl8812aufw | rtwnfw	\
3038	dependency	"$S/contrib/dev/rtwn/rtwn-rtl8812aufw.fw.uu"	\
3039	compile-with	"${NORMAL_FW}"					\
3040	no-obj no-implicit-rule						\
3041	clean		"rtwn-rtl8812aufw.fw"
3042rtwn-rtl8821aufw.c		optional rtwn-rtl8821aufw | rtwnfw	\
3043	compile-with	"${AWK} -f $S/tools/fw_stub.awk rtwn-rtl8821aufw.fw:rtwn-rtl8821aufw:111 -mrtwn-rtl8821aufw -c${.TARGET}" \
3044	no-ctfconvert no-implicit-rule before-depend local		\
3045	clean		"rtwn-rtl8821aufw.c"
3046rtwn-rtl8821aufw.fwo		optional rtwn-rtl8821aufw | rtwnfw	\
3047	dependency	"rtwn-rtl8821aufw.fw"				\
3048	compile-with	"${NORMAL_FWO}"					\
3049	no-implicit-rule						\
3050	clean		"rtwn-rtl8821aufw.fwo"
3051rtwn-rtl8821aufw.fw		optional rtwn-rtl8821aufw | rtwnfw	\
3052	dependency	"$S/contrib/dev/rtwn/rtwn-rtl8821aufw.fw.uu"	\
3053	compile-with	"${NORMAL_FW}"					\
3054	no-obj no-implicit-rule						\
3055	clean		"rtwn-rtl8821aufw.fw"
3056dev/safe/safe.c			optional safe
3057dev/scc/scc_if.m		optional scc
3058dev/scc/scc_bfe_quicc.c		optional scc quicc
3059dev/scc/scc_core.c		optional scc
3060dev/scc/scc_dev_quicc.c		optional scc quicc
3061dev/scc/scc_dev_z8530.c		optional scc
3062dev/sdhci/sdhci.c		optional sdhci
3063dev/sdhci/sdhci_fdt.c		optional sdhci fdt
3064dev/sdhci/sdhci_fdt_gpio.c	optional sdhci fdt gpio
3065dev/sdhci/sdhci_fsl_fdt.c	optional sdhci ext_resources fdt gpio
3066dev/sdhci/sdhci_if.m		optional sdhci
3067dev/sdhci/sdhci_acpi.c		optional sdhci acpi
3068dev/sdhci/sdhci_pci.c		optional sdhci pci
3069dev/sdio/sdio_if.m		optional mmccam
3070dev/sdio/sdio_subr.c		optional mmccam
3071dev/sdio/sdiob.c		optional mmccam
3072dev/sge/if_sge.c		optional sge pci
3073dev/siis/siis.c			optional siis pci
3074dev/sis/if_sis.c		optional sis pci
3075dev/sk/if_sk.c			optional sk pci
3076dev/smbios/smbios.c		optional smbios
3077dev/smbus/smb.c			optional smb
3078dev/smbus/smbconf.c		optional smbus
3079dev/smbus/smbus.c		optional smbus
3080dev/smbus/smbus_if.m		optional smbus
3081dev/smc/if_smc.c		optional smc
3082dev/smc/if_smc_acpi.c		optional smc acpi
3083dev/smc/if_smc_fdt.c		optional smc fdt
3084dev/snp/snp.c			optional snp
3085dev/sound/clone.c		optional sound
3086dev/sound/unit.c		optional sound
3087dev/sound/isa/ad1816.c		optional snd_ad1816 isa
3088dev/sound/isa/ess.c		optional snd_ess isa
3089dev/sound/isa/gusc.c		optional snd_gusc isa
3090dev/sound/isa/mss.c		optional snd_mss isa
3091dev/sound/isa/sb16.c		optional snd_sb16 isa
3092dev/sound/isa/sb8.c		optional snd_sb8 isa
3093dev/sound/isa/sbc.c		optional snd_sbc isa
3094dev/sound/isa/sndbuf_dma.c	optional sound isa
3095dev/sound/pci/als4000.c		optional snd_als4000 pci
3096dev/sound/pci/atiixp.c		optional snd_atiixp pci
3097dev/sound/pci/cmi.c		optional snd_cmi pci
3098dev/sound/pci/cs4281.c		optional snd_cs4281 pci
3099dev/sound/pci/csa.c		optional snd_csa pci
3100dev/sound/pci/csapcm.c		optional snd_csa pci
3101dev/sound/pci/ds1.c		optional snd_ds1 pci
3102dev/sound/pci/emu10k1.c		optional snd_emu10k1 pci
3103dev/sound/pci/emu10kx.c		optional snd_emu10kx pci
3104dev/sound/pci/emu10kx-pcm.c	optional snd_emu10kx pci
3105dev/sound/pci/emu10kx-midi.c	optional snd_emu10kx pci
3106dev/sound/pci/envy24.c		optional snd_envy24 pci
3107dev/sound/pci/envy24ht.c	optional snd_envy24ht pci
3108dev/sound/pci/es137x.c		optional snd_es137x pci
3109dev/sound/pci/fm801.c		optional snd_fm801 pci
3110dev/sound/pci/ich.c		optional snd_ich pci
3111dev/sound/pci/maestro.c		optional snd_maestro pci
3112dev/sound/pci/maestro3.c	optional snd_maestro3 pci
3113dev/sound/pci/neomagic.c	optional snd_neomagic pci
3114dev/sound/pci/solo.c		optional snd_solo pci
3115dev/sound/pci/spicds.c		optional snd_spicds pci
3116dev/sound/pci/t4dwave.c		optional snd_t4dwave pci
3117dev/sound/pci/via8233.c		optional snd_via8233 pci
3118dev/sound/pci/via82c686.c	optional snd_via82c686 pci
3119dev/sound/pci/vibes.c		optional snd_vibes pci
3120dev/sound/pci/hda/hdaa.c	optional snd_hda pci
3121dev/sound/pci/hda/hdaa_patches.c	optional snd_hda pci
3122dev/sound/pci/hda/hdac.c	optional snd_hda pci
3123dev/sound/pci/hda/hdac_if.m	optional snd_hda pci
3124dev/sound/pci/hda/hdacc.c	optional snd_hda pci
3125dev/sound/pci/hdspe.c		optional snd_hdspe pci
3126dev/sound/pci/hdspe-pcm.c	optional snd_hdspe pci
3127dev/sound/pcm/ac97.c		optional sound
3128dev/sound/pcm/ac97_if.m		optional sound
3129dev/sound/pcm/ac97_patch.c	optional sound
3130dev/sound/pcm/buffer.c		optional sound	\
3131	dependency	"snd_fxdiv_gen.h"
3132dev/sound/pcm/channel.c		optional sound
3133dev/sound/pcm/channel_if.m	optional sound
3134dev/sound/pcm/dsp.c		optional sound
3135dev/sound/pcm/feeder.c		optional sound
3136dev/sound/pcm/feeder_chain.c	optional sound
3137dev/sound/pcm/feeder_eq.c	optional sound	\
3138	dependency	"feeder_eq_gen.h"	\
3139	dependency	"snd_fxdiv_gen.h"
3140dev/sound/pcm/feeder_if.m	optional sound
3141dev/sound/pcm/feeder_format.c	optional sound  \
3142	dependency	"snd_fxdiv_gen.h"
3143dev/sound/pcm/feeder_matrix.c	optional sound  \
3144	dependency	"snd_fxdiv_gen.h"
3145dev/sound/pcm/feeder_mixer.c	optional sound  \
3146	dependency	"snd_fxdiv_gen.h"
3147dev/sound/pcm/feeder_rate.c	optional sound	\
3148	dependency	"feeder_rate_gen.h"	\
3149	dependency	"snd_fxdiv_gen.h"
3150dev/sound/pcm/feeder_volume.c	optional sound  \
3151	dependency	"snd_fxdiv_gen.h"
3152dev/sound/pcm/mixer.c		optional sound
3153dev/sound/pcm/mixer_if.m	optional sound
3154dev/sound/pcm/sndstat.c		optional sound
3155dev/sound/pcm/sound.c		optional sound
3156dev/sound/pcm/vchan.c		optional sound
3157dev/sound/usb/uaudio.c		optional snd_uaudio usb
3158dev/sound/usb/uaudio_pcm.c	optional snd_uaudio usb
3159dev/sound/midi/midi.c		optional sound
3160dev/sound/midi/mpu401.c		optional sound
3161dev/sound/midi/mpu_if.m		optional sound
3162dev/sound/midi/mpufoi_if.m	optional sound
3163dev/sound/midi/sequencer.c	optional sound
3164dev/sound/midi/synth_if.m	optional sound
3165dev/spibus/ofw_spibus.c		optional fdt spibus
3166dev/spibus/spibus.c		optional spibus				\
3167	dependency	"spibus_if.h"
3168dev/spibus/spigen.c		optional spigen
3169dev/spibus/spibus_if.m		optional spibus
3170dev/ste/if_ste.c		optional ste pci
3171dev/stge/if_stge.c		optional stge
3172dev/sym/sym_hipd.c		optional sym				\
3173	dependency	"$S/dev/sym/sym_{conf,defs}.h"
3174dev/syscons/blank/blank_saver.c	optional blank_saver
3175dev/syscons/daemon/daemon_saver.c optional daemon_saver
3176dev/syscons/dragon/dragon_saver.c optional dragon_saver
3177dev/syscons/fade/fade_saver.c	optional fade_saver
3178dev/syscons/fire/fire_saver.c	optional fire_saver
3179dev/syscons/green/green_saver.c	optional green_saver
3180dev/syscons/logo/logo.c		optional logo_saver
3181dev/syscons/logo/logo_saver.c	optional logo_saver
3182dev/syscons/rain/rain_saver.c	optional rain_saver
3183dev/syscons/schistory.c		optional sc
3184dev/syscons/scmouse.c		optional sc
3185dev/syscons/scterm.c		optional sc
3186dev/syscons/scterm-dumb.c	optional sc !SC_NO_TERM_DUMB
3187dev/syscons/scterm-sc.c		optional sc !SC_NO_TERM_SC
3188dev/syscons/scterm-teken.c	optional sc !SC_NO_TERM_TEKEN
3189dev/syscons/scvidctl.c		optional sc
3190dev/syscons/scvtb.c		optional sc
3191dev/syscons/snake/snake_saver.c	optional snake_saver
3192dev/syscons/star/star_saver.c	optional star_saver
3193dev/syscons/syscons.c		optional sc
3194dev/syscons/sysmouse.c		optional sc
3195dev/syscons/warp/warp_saver.c	optional warp_saver
3196dev/tcp_log/tcp_log_dev.c	optional tcp_blackbox inet | tcp_blackbox inet6
3197dev/tdfx/tdfx_pci.c		optional tdfx pci
3198dev/ti/if_ti.c			optional ti pci
3199dev/twe/twe.c			optional twe
3200dev/twe/twe_freebsd.c		optional twe
3201dev/tws/tws.c			optional tws
3202dev/tws/tws_cam.c		optional tws
3203dev/tws/tws_hdm.c		optional tws
3204dev/tws/tws_services.c		optional tws
3205dev/tws/tws_user.c		optional tws
3206dev/uart/uart_bus_acpi.c	optional uart acpi
3207dev/uart/uart_bus_fdt.c		optional uart fdt
3208dev/uart/uart_bus_isa.c		optional uart isa
3209dev/uart/uart_bus_pci.c		optional uart pci
3210dev/uart/uart_bus_puc.c		optional uart puc
3211dev/uart/uart_bus_scc.c		optional uart scc
3212dev/uart/uart_core.c		optional uart
3213dev/uart/uart_cpu_acpi.c	optional uart acpi
3214dev/uart/uart_dbg.c		optional uart gdb
3215dev/uart/uart_dev_imx.c		optional uart uart_imx fdt
3216dev/uart/uart_dev_msm.c		optional uart uart_msm fdt
3217dev/uart/uart_dev_mvebu.c	optional uart uart_mvebu
3218dev/uart/uart_dev_ns8250.c	optional uart uart_ns8250 | uart uart_snps
3219dev/uart/uart_dev_pl011.c	optional uart pl011
3220dev/uart/uart_dev_quicc.c	optional uart quicc
3221dev/uart/uart_dev_snps.c	optional uart uart_snps fdt
3222dev/uart/uart_dev_z8530.c	optional uart uart_z8530 | uart scc
3223dev/uart/uart_if.m		optional uart
3224dev/uart/uart_subr.c		optional uart
3225dev/uart/uart_tty.c		optional uart
3226#
3227# USB controller drivers
3228#
3229dev/usb/controller/musb_otg.c		optional musb
3230dev/usb/controller/dwc_otg.c		optional dwcotg
3231dev/usb/controller/dwc_otg_fdt.c	optional dwcotg fdt
3232dev/usb/controller/dwc_otg_acpi.c	optional dwcotg acpi
3233dev/usb/controller/ehci.c		optional ehci
3234dev/usb/controller/ehci_msm.c		optional ehci_msm fdt
3235dev/usb/controller/ehci_pci.c		optional ehci pci
3236dev/usb/controller/ohci.c		optional ohci
3237dev/usb/controller/ohci_pci.c		optional ohci pci
3238dev/usb/controller/uhci.c		optional uhci
3239dev/usb/controller/uhci_pci.c		optional uhci pci
3240dev/usb/controller/xhci.c		optional xhci
3241dev/usb/controller/xhci_pci.c		optional xhci pci
3242dev/usb/controller/saf1761_otg.c	optional saf1761otg
3243dev/usb/controller/saf1761_otg_fdt.c	optional saf1761otg fdt
3244dev/usb/controller/uss820dci.c		optional uss820dci
3245dev/usb/controller/usb_controller.c	optional usb
3246#
3247# USB storage drivers
3248#
3249dev/usb/storage/cfumass.c	optional cfumass ctl
3250dev/usb/storage/umass.c		optional umass
3251dev/usb/storage/urio.c		optional urio
3252dev/usb/storage/ustorage_fs.c	optional usfs
3253#
3254# USB core
3255#
3256dev/usb/usb_busdma.c		optional usb
3257dev/usb/usb_core.c		optional usb
3258dev/usb/usb_debug.c		optional usb
3259dev/usb/usb_dev.c		optional usb
3260dev/usb/usb_device.c		optional usb
3261dev/usb/usb_dynamic.c		optional usb
3262dev/usb/usb_error.c		optional usb
3263dev/usb/usb_fdt_support.c	optional usb fdt
3264dev/usb/usb_generic.c		optional usb
3265dev/usb/usb_handle_request.c	optional usb
3266dev/usb/usb_hid.c		optional usb
3267dev/usb/usb_hub.c		optional usb
3268dev/usb/usb_hub_acpi.c		optional uacpi acpi
3269dev/usb/usb_if.m		optional usb
3270dev/usb/usb_lookup.c		optional usb
3271dev/usb/usb_mbuf.c		optional usb
3272dev/usb/usb_msctest.c		optional usb
3273dev/usb/usb_parse.c		optional usb
3274dev/usb/usb_pf.c		optional usb
3275dev/usb/usb_process.c		optional usb
3276dev/usb/usb_request.c		optional usb
3277dev/usb/usb_transfer.c		optional usb
3278dev/usb/usb_util.c		optional usb
3279#
3280# USB network drivers
3281#
3282dev/usb/net/if_aue.c		optional aue
3283dev/usb/net/if_axe.c		optional axe
3284dev/usb/net/if_axge.c		optional axge
3285dev/usb/net/if_cdce.c		optional cdce
3286dev/usb/net/if_cdceem.c		optional cdceem
3287dev/usb/net/if_cue.c		optional cue
3288dev/usb/net/if_ipheth.c		optional ipheth
3289dev/usb/net/if_kue.c		optional kue
3290dev/usb/net/if_mos.c		optional mos
3291dev/usb/net/if_muge.c		optional muge
3292dev/usb/net/if_rue.c		optional rue
3293dev/usb/net/if_smsc.c		optional smsc
3294dev/usb/net/if_udav.c		optional udav
3295dev/usb/net/if_ure.c		optional ure
3296dev/usb/net/if_usie.c		optional usie
3297dev/usb/net/if_urndis.c		optional urndis
3298dev/usb/net/ruephy.c		optional rue
3299dev/usb/net/usb_ethernet.c	optional uether | aue | axe | axge | cdce | \
3300					 cdceem | cue | ipheth | kue | mos | \
3301					 rue | smsc | udav | ure | urndis | muge
3302dev/usb/net/uhso.c		optional uhso
3303#
3304# USB WLAN drivers
3305#
3306dev/usb/wlan/if_rsu.c		optional rsu
3307rsu-rtl8712fw.c			optional rsu-rtl8712fw | rsufw		\
3308	compile-with	"${AWK} -f $S/tools/fw_stub.awk rsu-rtl8712fw.fw:rsu-rtl8712fw:120 -mrsu-rtl8712fw -c${.TARGET}" \
3309	no-ctfconvert no-implicit-rule before-depend local		\
3310	clean		"rsu-rtl8712fw.c"
3311rsu-rtl8712fw.fwo		optional rsu-rtl8712fw | rsufw		\
3312	dependency	"rsu-rtl8712fw.fw"				\
3313	compile-with	"${NORMAL_FWO}"					\
3314	no-implicit-rule						\
3315	clean		"rsu-rtl8712fw.fwo"
3316rsu-rtl8712fw.fw		optional rsu-rtl8712.fw | rsufw		\
3317	dependency	"$S/contrib/dev/rsu/rsu-rtl8712fw.fw.uu"	\
3318	compile-with	"${NORMAL_FW}"					\
3319	no-obj no-implicit-rule						\
3320	clean		"rsu-rtl8712fw.fw"
3321dev/usb/wlan/if_rum.c		optional rum
3322dev/usb/wlan/if_run.c		optional run
3323runfw.c				optional runfw							\
3324	compile-with	"${AWK} -f $S/tools/fw_stub.awk run.fw:runfw -mrunfw -c${.TARGET}"	\
3325	no-ctfconvert no-implicit-rule before-depend local					\
3326	clean		"runfw.c"
3327runfw.fwo			optional runfw							\
3328	dependency	"run.fw"								\
3329	compile-with	"${NORMAL_FWO}"								\
3330	no-implicit-rule									\
3331	clean		"runfw.fwo"
3332run.fw				optional runfw							\
3333	dependency	"$S/contrib/dev/run/rt2870.fw.uu"					\
3334	compile-with	"${NORMAL_FW}"								\
3335	no-obj no-implicit-rule									\
3336	clean		"run.fw"
3337dev/usb/wlan/if_uath.c		optional uath
3338dev/usb/wlan/if_upgt.c		optional upgt
3339dev/usb/wlan/if_ural.c		optional ural
3340dev/usb/wlan/if_urtw.c		optional urtw
3341dev/usb/wlan/if_zyd.c		optional zyd
3342#
3343# USB serial and parallel port drivers
3344#
3345dev/usb/serial/u3g.c		optional u3g
3346dev/usb/serial/uark.c		optional uark
3347dev/usb/serial/ubsa.c		optional ubsa
3348dev/usb/serial/ubser.c		optional ubser
3349dev/usb/serial/uchcom.c		optional uchcom
3350dev/usb/serial/ucycom.c		optional ucycom
3351dev/usb/serial/ufoma.c		optional ufoma
3352dev/usb/serial/uftdi.c		optional uftdi
3353dev/usb/serial/ugensa.c		optional ugensa
3354dev/usb/serial/uipaq.c		optional uipaq
3355dev/usb/serial/ulpt.c		optional ulpt
3356dev/usb/serial/umcs.c		optional umcs
3357dev/usb/serial/umct.c		optional umct
3358dev/usb/serial/umodem.c		optional umodem
3359dev/usb/serial/umoscom.c	optional umoscom
3360dev/usb/serial/uplcom.c		optional uplcom
3361dev/usb/serial/uslcom.c		optional uslcom
3362dev/usb/serial/uvisor.c		optional uvisor
3363dev/usb/serial/uvscom.c		optional uvscom
3364dev/usb/serial/usb_serial.c 	optional ucom | u3g | uark | ubsa | ubser | \
3365					 uchcom | ucycom | ufoma | uftdi | \
3366					 ugensa | uipaq | umcs | umct | \
3367					 umodem | umoscom | uplcom | usie | \
3368					 uslcom | uvisor | uvscom
3369#
3370# USB misc drivers
3371#
3372dev/usb/misc/cp2112.c		optional cp2112
3373dev/usb/misc/udbp.c		optional udbp
3374dev/usb/misc/ugold.c		optional ugold
3375dev/usb/misc/uled.c		optional uled
3376#
3377# USB input drivers
3378#
3379dev/usb/input/atp.c		optional atp
3380dev/usb/input/uep.c		optional uep
3381dev/usb/input/uhid.c		optional uhid
3382dev/usb/input/uhid_snes.c	optional uhid_snes
3383dev/usb/input/ukbd.c		optional ukbd
3384dev/usb/input/ums.c		optional ums
3385dev/usb/input/usbhid.c		optional usbhid
3386dev/usb/input/wmt.c		optional wmt
3387dev/usb/input/wsp.c		optional wsp
3388#
3389# USB quirks
3390#
3391dev/usb/quirk/usb_quirk.c	optional usb
3392#
3393# USB templates
3394#
3395dev/usb/template/usb_template.c		optional usb_template
3396dev/usb/template/usb_template_audio.c	optional usb_template
3397dev/usb/template/usb_template_cdce.c	optional usb_template
3398dev/usb/template/usb_template_kbd.c	optional usb_template
3399dev/usb/template/usb_template_modem.c	optional usb_template
3400dev/usb/template/usb_template_mouse.c	optional usb_template
3401dev/usb/template/usb_template_msc.c	optional usb_template
3402dev/usb/template/usb_template_mtp.c	optional usb_template
3403dev/usb/template/usb_template_phone.c	optional usb_template
3404dev/usb/template/usb_template_serialnet.c	optional usb_template
3405dev/usb/template/usb_template_midi.c	optional usb_template
3406dev/usb/template/usb_template_multi.c	optional usb_template
3407dev/usb/template/usb_template_cdceem.c	optional usb_template
3408#
3409# USB video drivers
3410#
3411dev/usb/video/udl.c			optional udl
3412#
3413# USB END
3414#
3415dev/videomode/videomode.c		optional videomode
3416dev/videomode/edid.c			optional videomode
3417dev/videomode/pickmode.c		optional videomode
3418dev/videomode/vesagtf.c			optional videomode
3419dev/veriexec/verified_exec.c	optional mac_veriexec
3420dev/vge/if_vge.c		optional vge
3421dev/viapm/viapm.c		optional viapm pci
3422dev/virtio/virtio.c			optional	virtio
3423dev/virtio/virtqueue.c			optional	virtio
3424dev/virtio/virtio_bus_if.m		optional	virtio
3425dev/virtio/virtio_if.m			optional	virtio
3426dev/virtio/pci/virtio_pci.c		optional	virtio_pci
3427dev/virtio/pci/virtio_pci_if.m		optional	virtio_pci
3428dev/virtio/pci/virtio_pci_legacy.c	optional	virtio_pci
3429dev/virtio/pci/virtio_pci_modern.c	optional	virtio_pci
3430dev/virtio/mmio/virtio_mmio.c		optional	virtio_mmio
3431dev/virtio/mmio/virtio_mmio_acpi.c	optional	virtio_mmio acpi
3432dev/virtio/mmio/virtio_mmio_fdt.c	optional	virtio_mmio fdt
3433dev/virtio/mmio/virtio_mmio_if.m	optional	virtio_mmio
3434dev/virtio/network/if_vtnet.c		optional	vtnet
3435dev/virtio/block/virtio_blk.c		optional	virtio_blk
3436dev/virtio/balloon/virtio_balloon.c	optional	virtio_balloon
3437dev/virtio/scsi/virtio_scsi.c		optional	virtio_scsi
3438dev/virtio/random/virtio_random.c	optional	virtio_random
3439dev/virtio/console/virtio_console.c	optional	virtio_console
3440dev/vkbd/vkbd.c			optional vkbd
3441dev/vmgenc/vmgenc_acpi.c	optional acpi
3442dev/vmware/vmxnet3/if_vmx.c		optional vmx
3443dev/vmware/vmci/vmci.c			optional vmci
3444dev/vmware/vmci/vmci_datagram.c		optional vmci
3445dev/vmware/vmci/vmci_doorbell.c		optional vmci
3446dev/vmware/vmci/vmci_driver.c		optional vmci
3447dev/vmware/vmci/vmci_event.c		optional vmci
3448dev/vmware/vmci/vmci_hashtable.c	optional vmci
3449dev/vmware/vmci/vmci_kernel_if.c	optional vmci
3450dev/vmware/vmci/vmci_qpair.c		optional vmci
3451dev/vmware/vmci/vmci_queue_pair.c	optional vmci
3452dev/vmware/vmci/vmci_resource.c		optional vmci
3453dev/vmware/pvscsi/pvscsi.c		optional pvscsi
3454dev/vr/if_vr.c			optional vr pci
3455dev/vt/colors/vt_termcolors.c	optional vt
3456dev/vt/font/vt_font_default.c	optional vt
3457dev/vt/font/vt_mouse_cursor.c	optional vt
3458dev/vt/hw/efifb/efifb.c		optional vt_efifb
3459dev/vt/hw/vbefb/vbefb.c		optional vt_vbefb
3460dev/vt/hw/fb/vt_fb.c		optional vt
3461dev/vt/hw/vga/vt_vga.c		optional vt vt_vga
3462dev/vt/logo/logo_freebsd.c	optional vt splash
3463dev/vt/logo/logo_beastie.c	optional vt splash
3464dev/vt/vt_buf.c			optional vt
3465dev/vt/vt_consolectl.c		optional vt
3466dev/vt/vt_core.c		optional vt
3467dev/vt/vt_cpulogos.c		optional vt splash
3468dev/vt/vt_font.c		optional vt
3469dev/vt/vt_sysmouse.c		optional vt
3470dev/vte/if_vte.c		optional vte pci
3471dev/watchdog/watchdog.c		standard
3472dev/wpi/if_wpi.c		optional wpi pci
3473wpifw.c			optional wpifw					\
3474	compile-with	"${AWK} -f $S/tools/fw_stub.awk wpi.fw:wpifw:153229 -mwpi -c${.TARGET}" \
3475	no-ctfconvert no-implicit-rule before-depend local		\
3476	clean		"wpifw.c"
3477wpifw.fwo			optional wpifw				\
3478	dependency	"wpi.fw"					\
3479	compile-with	"${NORMAL_FWO}"					\
3480	no-implicit-rule						\
3481	clean		"wpifw.fwo"
3482wpi.fw			optional wpifw					\
3483	dependency	"$S/contrib/dev/wpi/iwlwifi-3945-15.32.2.9.fw.uu"	\
3484	compile-with	"${NORMAL_FW}"					\
3485	no-obj no-implicit-rule						\
3486	clean		"wpi.fw"
3487dev/xdma/controller/pl330.c	optional xdma pl330
3488dev/xdma/xdma.c			optional xdma
3489dev/xdma/xdma_bank.c		optional xdma
3490dev/xdma/xdma_bio.c		optional xdma
3491dev/xdma/xdma_fdt_test.c	optional xdma xdma_test fdt
3492dev/xdma/xdma_if.m		optional xdma
3493dev/xdma/xdma_iommu.c		optional xdma
3494dev/xdma/xdma_mbuf.c		optional xdma
3495dev/xdma/xdma_queue.c		optional xdma
3496dev/xdma/xdma_sg.c		optional xdma
3497dev/xdma/xdma_sglist.c		optional xdma
3498dev/xen/balloon/balloon.c	optional xenhvm
3499dev/xen/blkfront/blkfront.c	optional xenhvm
3500dev/xen/blkback/blkback.c	optional xenhvm
3501dev/xen/bus/xenpv.c		optional xenhvm
3502dev/xen/console/xen_console.c	optional xenhvm
3503dev/xen/control/control.c	optional xenhvm
3504dev/xen/efi/pvefi.c		optional xenhvm efirt
3505dev/xen/grant_table/grant_table.c	optional xenhvm
3506dev/xen/netback/netback.c	optional xenhvm
3507dev/xen/netfront/netfront.c	optional xenhvm
3508dev/xen/timer/timer.c		optional xenhvm xentimer
3509dev/xen/xenpci/xenpci.c		optional xenpci
3510dev/xen/xenstore/xenstore.c	optional xenhvm
3511dev/xen/xenstore/xenstore_dev.c	optional xenhvm
3512dev/xen/xenstore/xenstored_dev.c	optional xenhvm
3513dev/xen/evtchn/evtchn_dev.c	optional xenhvm
3514dev/xen/privcmd/privcmd.c	optional xenhvm
3515dev/xen/gntdev/gntdev.c		optional xenhvm
3516dev/xen/debug/debug.c		optional xenhvm
3517dev/xl/if_xl.c			optional xl pci
3518dev/xl/xlphy.c			optional xl pci
3519fs/autofs/autofs.c		optional autofs
3520fs/autofs/autofs_vfsops.c	optional autofs
3521fs/autofs/autofs_vnops.c	optional autofs
3522fs/deadfs/dead_vnops.c		standard
3523fs/devfs/devfs_devs.c		standard
3524fs/devfs/devfs_dir.c		standard
3525fs/devfs/devfs_rule.c		standard
3526fs/devfs/devfs_vfsops.c		standard
3527fs/devfs/devfs_vnops.c		standard
3528fs/fdescfs/fdesc_vfsops.c	optional fdescfs
3529fs/fdescfs/fdesc_vnops.c	optional fdescfs
3530fs/fifofs/fifo_vnops.c		standard
3531fs/cuse/cuse.c			optional cuse
3532fs/fuse/fuse_device.c		optional fusefs
3533fs/fuse/fuse_file.c		optional fusefs
3534fs/fuse/fuse_internal.c		optional fusefs
3535fs/fuse/fuse_io.c		optional fusefs
3536fs/fuse/fuse_ipc.c		optional fusefs
3537fs/fuse/fuse_main.c		optional fusefs
3538fs/fuse/fuse_node.c		optional fusefs
3539fs/fuse/fuse_vfsops.c		optional fusefs
3540fs/fuse/fuse_vnops.c		optional fusefs
3541fs/mntfs/mntfs_vnops.c		standard
3542fs/msdosfs/msdosfs_conv.c	optional msdosfs
3543fs/msdosfs/msdosfs_denode.c	optional msdosfs
3544fs/msdosfs/msdosfs_fat.c	optional msdosfs
3545fs/msdosfs/msdosfs_iconv.c	optional msdosfs_iconv
3546fs/msdosfs/msdosfs_lookup.c	optional msdosfs
3547fs/msdosfs/msdosfs_vfsops.c	optional msdosfs
3548fs/msdosfs/msdosfs_vnops.c	optional msdosfs
3549fs/nfs/nfs_commonkrpc.c		optional nfscl | nfslockd | nfsd
3550fs/nfs/nfs_commonsubs.c		optional nfscl | nfslockd | nfsd
3551fs/nfs/nfs_commonport.c		optional nfscl | nfslockd | nfsd
3552fs/nfs/nfs_commonacl.c		optional nfscl | nfslockd | nfsd
3553fs/nfsclient/nfs_clcomsubs.c	optional nfscl
3554fs/nfsclient/nfs_clsubs.c	optional nfscl
3555fs/nfsclient/nfs_clstate.c	optional nfscl
3556fs/nfsclient/nfs_clkrpc.c	optional nfscl
3557fs/nfsclient/nfs_clrpcops.c	optional nfscl
3558fs/nfsclient/nfs_clvnops.c	optional nfscl
3559fs/nfsclient/nfs_clnode.c	optional nfscl
3560fs/nfsclient/nfs_clvfsops.c	optional nfscl
3561fs/nfsclient/nfs_clport.c	optional nfscl
3562fs/nfsclient/nfs_clbio.c	optional nfscl
3563fs/nfsclient/nfs_clnfsiod.c	optional nfscl
3564fs/nfsserver/nfs_fha_new.c	optional nfsd inet
3565fs/nfsserver/nfs_nfsdsocket.c	optional nfsd inet
3566fs/nfsserver/nfs_nfsdsubs.c	optional nfsd inet
3567fs/nfsserver/nfs_nfsdstate.c	optional nfsd inet
3568fs/nfsserver/nfs_nfsdkrpc.c	optional nfsd inet
3569fs/nfsserver/nfs_nfsdserv.c	optional nfsd inet
3570fs/nfsserver/nfs_nfsdport.c	optional nfsd inet
3571fs/nfsserver/nfs_nfsdcache.c	optional nfsd inet
3572fs/nullfs/null_subr.c		optional nullfs
3573fs/nullfs/null_vfsops.c		optional nullfs
3574fs/nullfs/null_vnops.c		optional nullfs
3575fs/procfs/procfs.c		optional procfs
3576fs/procfs/procfs_dbregs.c	optional procfs
3577fs/procfs/procfs_fpregs.c	optional procfs
3578fs/procfs/procfs_map.c		optional procfs
3579fs/procfs/procfs_mem.c		optional procfs
3580fs/procfs/procfs_note.c		optional procfs
3581fs/procfs/procfs_osrel.c	optional procfs
3582fs/procfs/procfs_regs.c		optional procfs
3583fs/procfs/procfs_rlimit.c	optional procfs
3584fs/procfs/procfs_status.c	optional procfs
3585fs/procfs/procfs_type.c		optional procfs
3586fs/pseudofs/pseudofs.c		optional pseudofs
3587fs/pseudofs/pseudofs_fileno.c	optional pseudofs
3588fs/pseudofs/pseudofs_vncache.c	optional pseudofs
3589fs/pseudofs/pseudofs_vnops.c	optional pseudofs
3590fs/smbfs/smbfs_io.c		optional smbfs
3591fs/smbfs/smbfs_node.c		optional smbfs
3592fs/smbfs/smbfs_smb.c		optional smbfs
3593fs/smbfs/smbfs_subr.c		optional smbfs
3594fs/smbfs/smbfs_vfsops.c		optional smbfs
3595fs/smbfs/smbfs_vnops.c		optional smbfs
3596fs/udf/osta.c			optional udf
3597fs/udf/udf_iconv.c		optional udf_iconv
3598fs/udf/udf_vfsops.c		optional udf
3599fs/udf/udf_vnops.c		optional udf
3600fs/unionfs/union_subr.c		optional unionfs
3601fs/unionfs/union_vfsops.c	optional unionfs
3602fs/unionfs/union_vnops.c	optional unionfs
3603fs/tmpfs/tmpfs_vnops.c		optional tmpfs
3604fs/tmpfs/tmpfs_fifoops.c 	optional tmpfs
3605fs/tmpfs/tmpfs_vfsops.c 	optional tmpfs
3606fs/tmpfs/tmpfs_subr.c 		optional tmpfs
3607gdb/gdb_cons.c			optional gdb
3608gdb/gdb_main.c			optional gdb
3609gdb/gdb_packet.c		optional gdb
3610gdb/netgdb.c			optional ddb debugnet gdb netgdb inet
3611geom/bde/g_bde.c		optional geom_bde
3612geom/bde/g_bde_crypt.c		optional geom_bde
3613geom/bde/g_bde_lock.c		optional geom_bde
3614geom/bde/g_bde_work.c		optional geom_bde
3615geom/cache/g_cache.c		optional geom_cache
3616geom/concat/g_concat.c		optional geom_concat
3617geom/eli/g_eli.c		optional geom_eli
3618geom/eli/g_eli_crypto.c		optional geom_eli
3619geom/eli/g_eli_ctl.c		optional geom_eli
3620geom/eli/g_eli_hmac.c		optional geom_eli
3621geom/eli/g_eli_integrity.c	optional geom_eli
3622geom/eli/g_eli_key.c		optional geom_eli
3623geom/eli/g_eli_key_cache.c	optional geom_eli
3624geom/eli/g_eli_privacy.c	optional geom_eli
3625geom/eli/pkcs5v2.c		optional geom_eli
3626geom/gate/g_gate.c		optional geom_gate
3627geom/geom_bsd_enc.c		optional geom_part_bsd
3628geom/geom_ccd.c			optional ccd | geom_ccd
3629geom/geom_ctl.c			standard
3630geom/geom_dev.c			standard
3631geom/geom_disk.c		standard
3632geom/geom_dump.c		standard
3633geom/geom_event.c		standard
3634geom/geom_flashmap.c		optional fdt cfi | fdt mx25l | mmcsd | fdt n25q | fdt at45d
3635geom/geom_io.c			standard
3636geom/geom_kern.c		standard
3637geom/geom_map.c			optional geom_map
3638geom/geom_redboot.c		optional geom_redboot
3639geom/geom_slice.c		standard
3640geom/geom_subr.c		standard
3641geom/geom_vfs.c			standard
3642geom/journal/g_journal.c	optional geom_journal
3643geom/journal/g_journal_ufs.c	optional geom_journal
3644geom/label/g_label.c		optional geom_label | geom_label_gpt
3645geom/label/g_label_ext2fs.c	optional geom_label
3646geom/label/g_label_flashmap.c	optional geom_label
3647geom/label/g_label_iso9660.c	optional geom_label
3648geom/label/g_label_msdosfs.c	optional geom_label
3649geom/label/g_label_ntfs.c	optional geom_label
3650geom/label/g_label_reiserfs.c	optional geom_label
3651geom/label/g_label_ufs.c	optional geom_label
3652geom/label/g_label_gpt.c	optional geom_label | geom_label_gpt
3653geom/label/g_label_disk_ident.c	optional geom_label
3654geom/linux_lvm/g_linux_lvm.c	optional geom_linux_lvm
3655geom/mirror/g_mirror.c		optional geom_mirror
3656geom/mirror/g_mirror_ctl.c	optional geom_mirror
3657geom/mountver/g_mountver.c	optional geom_mountver
3658geom/multipath/g_multipath.c	optional geom_multipath
3659geom/nop/g_nop.c		optional geom_nop
3660geom/part/g_part.c		standard
3661geom/part/g_part_if.m		standard
3662geom/part/g_part_apm.c		optional geom_part_apm
3663geom/part/g_part_bsd.c		optional geom_part_bsd
3664geom/part/g_part_bsd64.c	optional geom_part_bsd64
3665geom/part/g_part_ebr.c		optional geom_part_ebr
3666geom/part/g_part_gpt.c		optional geom_part_gpt
3667geom/part/g_part_ldm.c		optional geom_part_ldm
3668geom/part/g_part_mbr.c		optional geom_part_mbr
3669geom/part/g_part_vtoc8.c	optional geom_part_vtoc8
3670geom/raid/g_raid.c		optional geom_raid
3671geom/raid/g_raid_ctl.c		optional geom_raid
3672geom/raid/g_raid_md_if.m	optional geom_raid
3673geom/raid/g_raid_tr_if.m	optional geom_raid
3674geom/raid/md_ddf.c		optional geom_raid
3675geom/raid/md_intel.c		optional geom_raid
3676geom/raid/md_jmicron.c		optional geom_raid
3677geom/raid/md_nvidia.c		optional geom_raid
3678geom/raid/md_promise.c		optional geom_raid
3679geom/raid/md_sii.c		optional geom_raid
3680geom/raid/tr_concat.c		optional geom_raid
3681geom/raid/tr_raid0.c		optional geom_raid
3682geom/raid/tr_raid1.c		optional geom_raid
3683geom/raid/tr_raid1e.c		optional geom_raid
3684geom/raid/tr_raid5.c		optional geom_raid
3685geom/raid3/g_raid3.c		optional geom_raid3
3686geom/raid3/g_raid3_ctl.c	optional geom_raid3
3687geom/shsec/g_shsec.c		optional geom_shsec
3688geom/stripe/g_stripe.c		optional geom_stripe
3689geom/uzip/g_uzip.c		optional geom_uzip
3690geom/uzip/g_uzip_lzma.c		optional geom_uzip
3691geom/uzip/g_uzip_wrkthr.c	optional geom_uzip
3692geom/uzip/g_uzip_zlib.c		optional geom_uzip
3693geom/uzip/g_uzip_zstd.c		optional geom_uzip zstdio \
3694	compile-with "${NORMAL_C} -I$S/contrib/zstd/lib/freebsd"
3695geom/vinum/geom_vinum.c		optional geom_vinum
3696geom/vinum/geom_vinum_create.c	optional geom_vinum
3697geom/vinum/geom_vinum_drive.c	optional geom_vinum
3698geom/vinum/geom_vinum_plex.c	optional geom_vinum
3699geom/vinum/geom_vinum_volume.c	optional geom_vinum
3700geom/vinum/geom_vinum_subr.c	optional geom_vinum
3701geom/vinum/geom_vinum_raid5.c	optional geom_vinum
3702geom/vinum/geom_vinum_share.c	optional geom_vinum
3703geom/vinum/geom_vinum_list.c	optional geom_vinum
3704geom/vinum/geom_vinum_rm.c	optional geom_vinum
3705geom/vinum/geom_vinum_init.c	optional geom_vinum
3706geom/vinum/geom_vinum_state.c	optional geom_vinum
3707geom/vinum/geom_vinum_rename.c	optional geom_vinum
3708geom/vinum/geom_vinum_move.c	optional geom_vinum
3709geom/vinum/geom_vinum_events.c	optional geom_vinum
3710geom/virstor/binstream.c	optional geom_virstor
3711geom/virstor/g_virstor.c	optional geom_virstor
3712geom/virstor/g_virstor_md.c	optional geom_virstor
3713geom/zero/g_zero.c		optional geom_zero
3714fs/ext2fs/ext2_acl.c		optional ext2fs
3715fs/ext2fs/ext2_alloc.c		optional ext2fs
3716fs/ext2fs/ext2_balloc.c		optional ext2fs
3717fs/ext2fs/ext2_bmap.c		optional ext2fs
3718fs/ext2fs/ext2_csum.c		optional ext2fs
3719fs/ext2fs/ext2_extattr.c	optional ext2fs
3720fs/ext2fs/ext2_extents.c	optional ext2fs
3721fs/ext2fs/ext2_inode.c		optional ext2fs
3722fs/ext2fs/ext2_inode_cnv.c	optional ext2fs
3723fs/ext2fs/ext2_hash.c		optional ext2fs
3724fs/ext2fs/ext2_htree.c		optional ext2fs
3725fs/ext2fs/ext2_lookup.c		optional ext2fs
3726fs/ext2fs/ext2_subr.c		optional ext2fs
3727fs/ext2fs/ext2_vfsops.c		optional ext2fs
3728fs/ext2fs/ext2_vnops.c		optional ext2fs
3729#
3730isa/isa_if.m			standard
3731isa/isa_common.c		optional isa
3732isa/isahint.c			optional isa
3733isa/pnp.c			optional isa isapnp
3734isa/pnpparse.c			optional isa isapnp
3735fs/cd9660/cd9660_bmap.c	optional cd9660
3736fs/cd9660/cd9660_lookup.c	optional cd9660
3737fs/cd9660/cd9660_node.c	optional cd9660
3738fs/cd9660/cd9660_rrip.c	optional cd9660
3739fs/cd9660/cd9660_util.c	optional cd9660
3740fs/cd9660/cd9660_vfsops.c	optional cd9660
3741fs/cd9660/cd9660_vnops.c	optional cd9660
3742fs/cd9660/cd9660_iconv.c	optional cd9660_iconv
3743gnu/gcov/gcc_4_7.c		optional gcov  \
3744	warning "kernel contains GPL licensed gcov support"
3745gnu/gcov/gcov_fs.c		optional gcov  lindebugfs \
3746	compile-with "${LINUXKPI_C}"
3747gnu/gcov/gcov_subr.c		optional gcov
3748
3749kern/bus_if.m			standard
3750kern/clock_if.m			standard
3751kern/cpufreq_if.m		standard
3752kern/device_if.m		standard
3753kern/imgact_binmisc.c		optional	imagact_binmisc
3754kern/imgact_elf.c		standard
3755kern/imgact_elf32.c		optional compat_freebsd32
3756kern/imgact_shell.c		standard
3757kern/init_main.c		standard
3758kern/init_sysent.c		standard
3759kern/ksched.c			optional _kposix_priority_scheduling
3760kern/kern_acct.c		standard
3761kern/kern_alq.c			optional alq
3762kern/kern_clock.c		standard
3763kern/kern_clocksource.c		standard
3764kern/kern_condvar.c		standard
3765kern/kern_conf.c		standard
3766kern/kern_cons.c		standard
3767kern/kern_cpu.c			standard
3768kern/kern_cpuset.c		standard
3769kern/kern_context.c		standard
3770kern/kern_descrip.c		standard
3771kern/kern_dtrace.c		optional kdtrace_hooks
3772kern/kern_dump.c		standard
3773kern/kern_environment.c		standard
3774kern/kern_et.c			standard
3775kern/kern_event.c		standard
3776kern/kern_exec.c		standard
3777kern/kern_exit.c		standard
3778kern/kern_fail.c		standard
3779kern/kern_ffclock.c		standard
3780kern/kern_fork.c		standard
3781kern/kern_hhook.c		standard
3782kern/kern_idle.c		standard
3783kern/kern_intr.c		standard
3784kern/kern_jail.c		standard
3785kern/kern_kcov.c		optional kcov			\
3786	compile-with "${NORMAL_C:N-fsanitize*} ${NORMAL_C:M-fsanitize=kernel-memory}"
3787kern/kern_khelp.c		standard
3788kern/kern_kthread.c		standard
3789kern/kern_ktr.c			optional ktr
3790kern/kern_ktrace.c		standard
3791kern/kern_linker.c		standard
3792kern/kern_lock.c		standard
3793kern/kern_lockf.c		standard
3794kern/kern_lockstat.c		optional kdtrace_hooks
3795kern/kern_loginclass.c		standard
3796kern/kern_malloc.c		standard
3797kern/kern_mbuf.c		standard
3798kern/kern_mib.c			standard
3799kern/kern_module.c		standard
3800kern/kern_mtxpool.c		standard
3801kern/kern_mutex.c		standard
3802kern/kern_ntptime.c		standard
3803kern/kern_osd.c			standard
3804kern/kern_physio.c		standard
3805kern/kern_pmc.c			standard
3806kern/kern_poll.c		optional device_polling
3807kern/kern_priv.c		standard
3808kern/kern_proc.c		standard
3809kern/kern_procctl.c		standard
3810kern/kern_prot.c		standard
3811kern/kern_racct.c		standard
3812kern/kern_rangelock.c		standard
3813kern/kern_rctl.c		standard
3814kern/kern_resource.c		standard
3815kern/kern_rmlock.c		standard
3816kern/kern_rwlock.c		standard
3817kern/kern_sdt.c			optional kdtrace_hooks
3818kern/kern_sema.c		standard
3819kern/kern_sendfile.c		standard
3820kern/kern_sharedpage.c		standard
3821kern/kern_shutdown.c		standard
3822kern/kern_sig.c			standard
3823kern/kern_switch.c		standard
3824kern/kern_sx.c			standard
3825kern/kern_synch.c		standard
3826kern/kern_syscalls.c		standard
3827kern/kern_sysctl.c		standard
3828kern/kern_tc.c			standard
3829kern/kern_thr.c			standard
3830kern/kern_thread.c		standard
3831kern/kern_time.c		standard
3832kern/kern_timeout.c		standard
3833kern/kern_tslog.c		optional tslog
3834kern/kern_ubsan.c		optional kubsan
3835kern/kern_umtx.c		standard
3836kern/kern_uuid.c		standard
3837kern/kern_xxx.c			standard
3838kern/link_elf.c			standard
3839kern/linker_if.m		standard
3840kern/md4c.c			optional netsmb
3841kern/md5c.c			standard
3842kern/p1003_1b.c			standard
3843kern/posix4_mib.c		standard
3844kern/sched_4bsd.c		optional sched_4bsd
3845kern/sched_ule.c		optional sched_ule
3846kern/serdev_if.m		standard
3847kern/stack_protector.c		standard \
3848	compile-with "${NORMAL_C:N-fstack-protector*}"
3849kern/subr_acl_nfs4.c		optional ufs_acl | zfs
3850kern/subr_acl_posix1e.c		optional ufs_acl
3851kern/subr_asan.c		optional kasan \
3852	compile-with "${NORMAL_C:N-fsanitize*}"
3853kern/subr_autoconf.c		standard
3854kern/subr_blist.c		standard
3855kern/subr_boot.c		standard
3856kern/subr_bus.c			standard
3857kern/subr_bus_dma.c		standard
3858kern/subr_bufring.c		standard
3859kern/subr_capability.c		standard
3860kern/subr_clock.c		standard
3861kern/subr_compressor.c		standard \
3862	compile-with "${NORMAL_C} -I$S/contrib/zstd/lib/freebsd"
3863kern/subr_coverage.c		optional coverage \
3864	compile-with "${NORMAL_C:N-fsanitize*}"
3865kern/subr_counter.c		standard
3866kern/subr_csan.c		optional kcsan \
3867	compile-with "${NORMAL_C:N-fsanitize*}"
3868kern/subr_devstat.c		standard
3869kern/subr_disk.c		standard
3870kern/subr_early.c		standard
3871kern/subr_epoch.c		standard
3872kern/subr_eventhandler.c	standard
3873kern/subr_fattime.c		standard
3874kern/subr_firmware.c		optional firmware
3875kern/subr_filter.c		standard
3876kern/subr_gtaskqueue.c		standard
3877kern/subr_hash.c		standard
3878kern/subr_hints.c		standard
3879kern/subr_kdb.c			standard
3880kern/subr_kobj.c		standard
3881kern/subr_lock.c		standard
3882kern/subr_log.c			standard
3883kern/subr_mchain.c		optional libmchain
3884kern/subr_module.c		standard
3885kern/subr_msan.c		optional kmsan \
3886	compile-with "${NORMAL_C:N-fsanitize*}"
3887kern/subr_msgbuf.c		standard
3888kern/subr_param.c		standard
3889kern/subr_pcpu.c		standard
3890kern/subr_pctrie.c		standard
3891kern/subr_pidctrl.c		standard
3892kern/subr_power.c		standard
3893kern/subr_prf.c			standard
3894kern/subr_prng.c		standard
3895kern/subr_prof.c		standard
3896kern/subr_rangeset.c		standard
3897kern/subr_rman.c		standard
3898kern/subr_rtc.c			standard
3899kern/subr_sbuf.c		standard
3900kern/subr_scanf.c		standard
3901kern/subr_sglist.c		standard
3902kern/subr_sleepqueue.c		standard
3903kern/subr_smp.c			standard
3904kern/subr_smr.c			standard
3905kern/subr_stack.c		optional ddb | stack | ktr
3906kern/subr_stats.c		optional stats
3907kern/subr_taskqueue.c		standard
3908kern/subr_terminal.c		optional vt
3909kern/subr_trap.c		standard
3910kern/subr_turnstile.c		standard
3911kern/subr_uio.c			standard
3912kern/subr_unit.c		standard
3913kern/subr_vmem.c		standard
3914kern/subr_witness.c		optional witness
3915kern/sys_capability.c		standard
3916kern/sys_eventfd.c		standard
3917kern/sys_generic.c		standard
3918kern/sys_getrandom.c		standard
3919kern/sys_pipe.c			standard
3920kern/sys_procdesc.c		standard
3921kern/sys_process.c		standard
3922kern/sys_socket.c		standard
3923kern/syscalls.c			standard
3924kern/sysv_ipc.c			standard
3925kern/sysv_msg.c			optional sysvmsg
3926kern/sysv_sem.c			optional sysvsem
3927kern/sysv_shm.c			optional sysvshm
3928kern/tty.c			standard
3929kern/tty_compat.c		optional compat_43tty
3930kern/tty_info.c			standard
3931kern/tty_inq.c			standard
3932kern/tty_outq.c			standard
3933kern/tty_pts.c			standard
3934kern/tty_tty.c			standard
3935kern/tty_ttydisc.c		standard
3936kern/uipc_accf.c		standard
3937kern/uipc_debug.c		optional ddb
3938kern/uipc_domain.c		standard
3939kern/uipc_ktls.c		optional kern_tls
3940kern/uipc_mbuf.c		standard
3941kern/uipc_mbuf2.c		standard
3942kern/uipc_mbufhash.c		standard
3943kern/uipc_mqueue.c		optional p1003_1b_mqueue
3944kern/uipc_sem.c			optional p1003_1b_semaphores
3945kern/uipc_shm.c			standard
3946kern/uipc_sockbuf.c		standard
3947kern/uipc_socket.c		standard
3948kern/uipc_syscalls.c		standard
3949kern/uipc_usrreq.c		standard
3950kern/vfs_acl.c			standard
3951kern/vfs_aio.c			standard
3952kern/vfs_bio.c			standard
3953kern/vfs_cache.c		standard
3954kern/vfs_cluster.c		standard
3955kern/vfs_default.c		standard
3956kern/vfs_export.c		standard
3957kern/vfs_extattr.c		standard
3958kern/vfs_hash.c			standard
3959kern/vfs_init.c			standard
3960kern/vfs_lookup.c		standard
3961kern/vfs_mount.c		standard
3962kern/vfs_mountroot.c		standard
3963kern/vfs_subr.c			standard
3964kern/vfs_syscalls.c		standard
3965kern/vfs_vnops.c		standard
3966#
3967# Kernel GSS-API
3968#
3969gssd.h				optional kgssapi			\
3970	dependency		"$S/kgssapi/gssd.x"			\
3971	compile-with		"RPCGEN_CPP='${CPP}' rpcgen -hM $S/kgssapi/gssd.x | grep -v pthread.h > gssd.h" \
3972	no-obj no-implicit-rule before-depend local			\
3973	clean			"gssd.h"
3974gssd_xdr.c			optional kgssapi			\
3975	dependency		"$S/kgssapi/gssd.x gssd.h"		\
3976	compile-with		"RPCGEN_CPP='${CPP}' rpcgen -c $S/kgssapi/gssd.x -o gssd_xdr.c" \
3977	no-ctfconvert no-implicit-rule before-depend local		\
3978	clean			"gssd_xdr.c"
3979gssd_clnt.c			optional kgssapi			\
3980	dependency		"$S/kgssapi/gssd.x gssd.h"		\
3981	compile-with		"RPCGEN_CPP='${CPP}' rpcgen -lM $S/kgssapi/gssd.x | grep -v string.h > gssd_clnt.c" \
3982	no-ctfconvert no-implicit-rule before-depend local		\
3983	clean			"gssd_clnt.c"
3984kgssapi/gss_accept_sec_context.c optional kgssapi
3985kgssapi/gss_add_oid_set_member.c optional kgssapi
3986kgssapi/gss_acquire_cred.c	optional kgssapi
3987kgssapi/gss_canonicalize_name.c	optional kgssapi
3988kgssapi/gss_create_empty_oid_set.c optional kgssapi
3989kgssapi/gss_delete_sec_context.c optional kgssapi
3990kgssapi/gss_display_status.c	optional kgssapi
3991kgssapi/gss_export_name.c	optional kgssapi
3992kgssapi/gss_get_mic.c		optional kgssapi
3993kgssapi/gss_init_sec_context.c	optional kgssapi
3994kgssapi/gss_impl.c		optional kgssapi
3995kgssapi/gss_import_name.c	optional kgssapi
3996kgssapi/gss_names.c		optional kgssapi
3997kgssapi/gss_pname_to_uid.c	optional kgssapi
3998kgssapi/gss_release_buffer.c	optional kgssapi
3999kgssapi/gss_release_cred.c	optional kgssapi
4000kgssapi/gss_release_name.c	optional kgssapi
4001kgssapi/gss_release_oid_set.c	optional kgssapi
4002kgssapi/gss_set_cred_option.c	optional kgssapi
4003kgssapi/gss_test_oid_set_member.c optional kgssapi
4004kgssapi/gss_unwrap.c		optional kgssapi
4005kgssapi/gss_verify_mic.c	optional kgssapi
4006kgssapi/gss_wrap.c		optional kgssapi
4007kgssapi/gss_wrap_size_limit.c	optional kgssapi
4008kgssapi/gssd_prot.c		optional kgssapi
4009kgssapi/krb5/krb5_mech.c	optional kgssapi
4010kgssapi/krb5/kcrypto.c		optional kgssapi
4011kgssapi/krb5/kcrypto_aes.c	optional kgssapi
4012kgssapi/kgss_if.m		optional kgssapi
4013kgssapi/gsstest.c		optional kgssapi_debug
4014# These files in libkern/ are those needed by all architectures.  Some
4015# of the files in libkern/ are only needed on some architectures, e.g.,
4016# libkern/divdi3.c is needed by i386 but not alpha.  Also, some of these
4017# routines may be optimized for a particular platform.  In either case,
4018# the file should be moved to conf/files.<arch> from here.
4019#
4020libkern/arc4random.c		standard
4021libkern/arc4random_uniform.c	standard
4022libkern/asprintf.c		standard
4023libkern/bcd.c			standard
4024libkern/bsearch.c		standard
4025libkern/explicit_bzero.c	standard
4026libkern/fnmatch.c		standard
4027libkern/gsb_crc32.c		standard
4028libkern/iconv.c			optional libiconv
4029libkern/iconv_converter_if.m	optional libiconv
4030libkern/iconv_ucs.c		optional libiconv
4031libkern/iconv_xlat.c		optional libiconv
4032libkern/iconv_xlat16.c		optional libiconv
4033libkern/inet_aton.c		standard
4034libkern/inet_ntoa.c		standard
4035libkern/inet_ntop.c		standard
4036libkern/inet_pton.c		standard
4037libkern/jenkins_hash.c		standard
4038libkern/murmur3_32.c		standard
4039libkern/memcchr.c		standard
4040libkern/memchr.c		standard
4041libkern/memmem.c		optional gdb
4042libkern/qsort.c			standard
4043libkern/qsort_r.c		standard
4044libkern/random.c		standard
4045libkern/scanc.c			standard
4046libkern/strcasecmp.c		standard
4047libkern/strcasestr.c		standard
4048libkern/strcat.c		standard
4049libkern/strchr.c		standard
4050libkern/strchrnul.c		optional gdb
4051libkern/strcmp.c		standard
4052libkern/strcpy.c		standard
4053libkern/strcspn.c		standard
4054libkern/strdup.c		standard
4055libkern/strndup.c		standard
4056libkern/strlcat.c		standard
4057libkern/strlcpy.c		standard
4058libkern/strncat.c		standard
4059libkern/strncmp.c		standard
4060libkern/strncpy.c		standard
4061libkern/strnlen.c		standard
4062libkern/strnstr.c		standard
4063libkern/strrchr.c		standard
4064libkern/strsep.c		standard
4065libkern/strspn.c		standard
4066libkern/strstr.c		standard
4067libkern/strtol.c		standard
4068libkern/strtoq.c		standard
4069libkern/strtoul.c		standard
4070libkern/strtouq.c		standard
4071libkern/strvalid.c		standard
4072libkern/timingsafe_bcmp.c	standard
4073contrib/zlib/adler32.c	optional crypto | geom_uzip | ipsec | \
4074	ipsec_support | mxge | ddb_ctf | gzio | zfs | zlib
4075contrib/zlib/compress.c	optional crypto | geom_uzip | ipsec | \
4076	ipsec_support | mxge | ddb_ctf | gzio | zfs | zlib \
4077	compile-with "${NORMAL_C} -Wno-cast-qual"
4078contrib/zlib/crc32.c	optional crypto | geom_uzip | ipsec | \
4079	ipsec_support | mxge | ddb_ctf | gzio | zfs | zlib
4080contrib/zlib/deflate.c	optional crypto | geom_uzip | ipsec | \
4081	ipsec_support | mxge | ddb_ctf | gzio | zfs | zlib \
4082	compile-with "${NORMAL_C} -Wno-cast-qual"
4083contrib/zlib/inffast.c	optional crypto | geom_uzip | ipsec | \
4084	ipsec_support | mxge | ddb_ctf | gzio | zfs | zlib
4085contrib/zlib/inflate.c	optional crypto | geom_uzip | ipsec | \
4086	ipsec_support | mxge | ddb_ctf | gzio | zfs | zlib
4087contrib/zlib/inftrees.c	optional crypto | geom_uzip | ipsec | \
4088	ipsec_support | mxge | ddb_ctf | gzio | zfs | zlib
4089contrib/zlib/trees.c		optional crypto | geom_uzip | ipsec | \
4090	ipsec_support | mxge | ddb_ctf | gzio | zfs | zlib
4091contrib/zlib/uncompr.c	optional crypto | geom_uzip | ipsec | \
4092	ipsec_support | mxge | ddb_ctf | gzio | zfs | zlib \
4093	compile-with "${NORMAL_C} -Wno-cast-qual"
4094contrib/zlib/zutil.c		optional crypto | geom_uzip | ipsec | \
4095	ipsec_support | mxge | ddb_ctf | gzio | zfs | zlib
4096dev/zlib/zlib_mod.c		optional crypto | geom_uzip | ipsec | \
4097	ipsec_support | mxge | ddb_ctf | gzio | zfs | zlib
4098dev/zlib/zcalloc.c		optional crypto | geom_uzip | ipsec | \
4099	ipsec_support | mxge | ddb_ctf | gzio | zfs | zlib
4100net/altq/altq_cbq.c		optional altq
4101net/altq/altq_codel.c		optional altq
4102net/altq/altq_hfsc.c		optional altq
4103net/altq/altq_fairq.c		optional altq
4104net/altq/altq_priq.c		optional altq
4105net/altq/altq_red.c		optional altq
4106net/altq/altq_rio.c		optional altq
4107net/altq/altq_rmclass.c		optional altq
4108net/altq/altq_subr.c		optional altq
4109net/bpf.c			standard
4110net/bpf_buffer.c		optional bpf
4111net/bpf_jitter.c		optional bpf_jitter
4112net/bpf_filter.c		optional bpf | netgraph_bpf
4113net/bpf_zerocopy.c		optional bpf
4114net/bridgestp.c			optional bridge | if_bridge
4115net/ieee8023ad_lacp.c		optional lagg
4116net/if.c			standard
4117net/if_bridge.c			optional bridge inet | if_bridge inet
4118net/if_clone.c			standard
4119net/if_dead.c			standard
4120net/if_disc.c			optional disc
4121net/if_edsc.c			optional edsc
4122net/if_enc.c			optional enc inet | enc inet6
4123net/if_epair.c			optional epair
4124net/if_ethersubr.c		optional ether
4125net/if_fwsubr.c			optional fwip
4126net/if_gif.c			optional gif inet | gif inet6 | \
4127					 netgraph_gif inet | netgraph_gif inet6
4128net/if_gre.c			optional gre inet | gre inet6
4129net/if_ipsec.c			optional inet ipsec | inet6 ipsec
4130net/if_lagg.c			optional lagg
4131net/if_loop.c			optional loop
4132net/if_llatbl.c			standard
4133net/if_me.c			optional me inet
4134net/if_media.c			standard
4135net/if_mib.c			standard
4136net/if_stf.c			optional stf inet inet6
4137net/if_tuntap.c			optional tuntap
4138net/if_vlan.c			optional vlan
4139net/if_vxlan.c			optional vxlan inet | vxlan inet6
4140net/ifdi_if.m			optional ether pci iflib
4141net/iflib.c			optional ether pci iflib
4142net/iflib_clone.c		optional ether pci iflib
4143net/mp_ring.c			optional ether iflib
4144net/mppcc.c			optional netgraph_mppc_compression
4145net/mppcd.c			optional netgraph_mppc_compression
4146net/netisr.c			standard
4147net/debugnet.c			optional inet debugnet
4148net/debugnet_inet.c		optional inet debugnet
4149net/pfil.c			optional ether | inet
4150net/radix.c			standard
4151net/raw_cb.c			standard
4152net/raw_usrreq.c		standard
4153net/route.c			standard
4154net/route/mpath_ctl.c		optional route_mpath
4155net/route/nhgrp.c		optional route_mpath
4156net/route/nhgrp_ctl.c		optional route_mpath
4157net/route/nhop.c		standard
4158net/route/nhop_ctl.c		standard
4159net/route/nhop_utils.c		standard
4160net/route/fib_algo.c		optional fib_algo
4161net/route/route_ctl.c		standard
4162net/route/route_ddb.c		optional ddb
4163net/route/route_helpers.c	standard
4164net/route/route_ifaddrs.c	standard
4165net/route/route_tables.c	standard
4166net/route/route_temporal.c	standard
4167net/rss_config.c		optional inet rss | inet6 rss
4168net/rtsock.c			standard
4169net/slcompress.c		optional netgraph_vjc
4170net/toeplitz.c			optional inet rss | inet6 rss | route_mpath
4171net/vnet.c			optional vimage
4172net80211/ieee80211.c		optional wlan
4173net80211/ieee80211_acl.c	optional wlan wlan_acl
4174net80211/ieee80211_action.c	optional wlan
4175net80211/ieee80211_adhoc.c	optional wlan \
4176	compile-with "${NORMAL_C} -Wno-unused-function"
4177net80211/ieee80211_ageq.c	optional wlan
4178net80211/ieee80211_amrr.c	optional wlan | wlan_amrr
4179net80211/ieee80211_crypto.c	optional wlan \
4180	compile-with "${NORMAL_C} -Wno-unused-function"
4181net80211/ieee80211_crypto_ccmp.c optional wlan wlan_ccmp
4182net80211/ieee80211_crypto_none.c optional wlan
4183net80211/ieee80211_crypto_tkip.c optional wlan wlan_tkip
4184net80211/ieee80211_crypto_wep.c	optional wlan wlan_wep
4185net80211/ieee80211_ddb.c	optional wlan ddb
4186net80211/ieee80211_dfs.c	optional wlan
4187net80211/ieee80211_freebsd.c	optional wlan
4188net80211/ieee80211_hostap.c	optional wlan \
4189	compile-with "${NORMAL_C} -Wno-unused-function"
4190net80211/ieee80211_ht.c		optional wlan
4191net80211/ieee80211_hwmp.c	optional wlan ieee80211_support_mesh
4192net80211/ieee80211_input.c	optional wlan
4193net80211/ieee80211_ioctl.c	optional wlan
4194net80211/ieee80211_mesh.c	optional wlan ieee80211_support_mesh \
4195	compile-with "${NORMAL_C} -Wno-unused-function"
4196net80211/ieee80211_monitor.c	optional wlan
4197net80211/ieee80211_node.c	optional wlan
4198net80211/ieee80211_output.c	optional wlan
4199net80211/ieee80211_phy.c	optional wlan
4200net80211/ieee80211_power.c	optional wlan
4201net80211/ieee80211_proto.c	optional wlan
4202net80211/ieee80211_radiotap.c	optional wlan
4203net80211/ieee80211_ratectl.c	optional wlan
4204net80211/ieee80211_ratectl_none.c optional wlan
4205net80211/ieee80211_regdomain.c	optional wlan
4206net80211/ieee80211_rssadapt.c	optional wlan wlan_rssadapt
4207net80211/ieee80211_scan.c	optional wlan
4208net80211/ieee80211_scan_sta.c	optional wlan
4209net80211/ieee80211_sta.c	optional wlan \
4210	compile-with "${NORMAL_C} -Wno-unused-function"
4211net80211/ieee80211_superg.c	optional wlan ieee80211_support_superg
4212net80211/ieee80211_scan_sw.c	optional wlan
4213net80211/ieee80211_tdma.c	optional wlan ieee80211_support_tdma
4214net80211/ieee80211_vht.c	optional wlan
4215net80211/ieee80211_wds.c	optional wlan
4216net80211/ieee80211_xauth.c	optional wlan wlan_xauth
4217net80211/ieee80211_alq.c	optional wlan ieee80211_alq
4218netgraph/atm/ccatm/ng_ccatm.c	optional ngatm_ccatm \
4219	compile-with "${NORMAL_C} -I$S/contrib/ngatm"
4220netgraph/atm/ngatmbase.c	optional ngatm_atmbase \
4221	compile-with "${NORMAL_C} -I$S/contrib/ngatm"
4222netgraph/atm/sscfu/ng_sscfu.c	optional ngatm_sscfu \
4223	compile-with "${NORMAL_C} -I$S/contrib/ngatm"
4224netgraph/atm/sscop/ng_sscop.c optional ngatm_sscop \
4225	compile-with "${NORMAL_C} -I$S/contrib/ngatm"
4226netgraph/atm/uni/ng_uni.c	optional ngatm_uni \
4227	compile-with "${NORMAL_C} -I$S/contrib/ngatm"
4228netgraph/bluetooth/common/ng_bluetooth.c optional netgraph_bluetooth
4229netgraph/bluetooth/drivers/ubt/ng_ubt.c optional netgraph_bluetooth_ubt usb
4230netgraph/bluetooth/drivers/ubt/ng_ubt_intel.c optional netgraph_bluetooth_ubt usb
4231netgraph/bluetooth/drivers/ubtbcmfw/ubtbcmfw.c optional netgraph_bluetooth_ubtbcmfw usb
4232netgraph/bluetooth/hci/ng_hci_cmds.c optional netgraph_bluetooth_hci
4233netgraph/bluetooth/hci/ng_hci_evnt.c optional netgraph_bluetooth_hci
4234netgraph/bluetooth/hci/ng_hci_main.c optional netgraph_bluetooth_hci
4235netgraph/bluetooth/hci/ng_hci_misc.c optional netgraph_bluetooth_hci
4236netgraph/bluetooth/hci/ng_hci_ulpi.c optional netgraph_bluetooth_hci
4237netgraph/bluetooth/l2cap/ng_l2cap_cmds.c optional netgraph_bluetooth_l2cap
4238netgraph/bluetooth/l2cap/ng_l2cap_evnt.c optional netgraph_bluetooth_l2cap
4239netgraph/bluetooth/l2cap/ng_l2cap_llpi.c optional netgraph_bluetooth_l2cap
4240netgraph/bluetooth/l2cap/ng_l2cap_main.c optional netgraph_bluetooth_l2cap
4241netgraph/bluetooth/l2cap/ng_l2cap_misc.c optional netgraph_bluetooth_l2cap
4242netgraph/bluetooth/l2cap/ng_l2cap_ulpi.c optional netgraph_bluetooth_l2cap
4243netgraph/bluetooth/socket/ng_btsocket.c optional netgraph_bluetooth_socket
4244netgraph/bluetooth/socket/ng_btsocket_hci_raw.c	optional netgraph_bluetooth_socket
4245netgraph/bluetooth/socket/ng_btsocket_l2cap.c optional netgraph_bluetooth_socket
4246netgraph/bluetooth/socket/ng_btsocket_l2cap_raw.c optional netgraph_bluetooth_socket
4247netgraph/bluetooth/socket/ng_btsocket_rfcomm.c optional netgraph_bluetooth_socket
4248netgraph/bluetooth/socket/ng_btsocket_sco.c optional netgraph_bluetooth_socket
4249netgraph/netflow/netflow.c	optional netgraph_netflow
4250netgraph/netflow/netflow_v9.c	optional netgraph_netflow
4251netgraph/netflow/ng_netflow.c	optional netgraph_netflow
4252netgraph/ng_UI.c		optional netgraph_UI
4253netgraph/ng_async.c		optional netgraph_async
4254netgraph/ng_atmllc.c		optional netgraph_atmllc
4255netgraph/ng_base.c		optional netgraph
4256netgraph/ng_bpf.c		optional netgraph_bpf
4257netgraph/ng_bridge.c		optional netgraph_bridge
4258netgraph/ng_car.c		optional netgraph_car
4259netgraph/ng_checksum.c		optional netgraph_checksum
4260netgraph/ng_cisco.c		optional netgraph_cisco
4261netgraph/ng_deflate.c		optional netgraph_deflate
4262netgraph/ng_device.c		optional netgraph_device
4263netgraph/ng_echo.c		optional netgraph_echo
4264netgraph/ng_eiface.c		optional netgraph_eiface
4265netgraph/ng_ether.c		optional netgraph_ether
4266netgraph/ng_ether_echo.c	optional netgraph_ether_echo
4267netgraph/ng_frame_relay.c	optional netgraph_frame_relay
4268netgraph/ng_gif.c		optional netgraph_gif inet6 | netgraph_gif inet
4269netgraph/ng_gif_demux.c		optional netgraph_gif_demux
4270netgraph/ng_hole.c		optional netgraph_hole
4271netgraph/ng_iface.c		optional netgraph_iface
4272netgraph/ng_ip_input.c		optional netgraph_ip_input
4273netgraph/ng_ipfw.c		optional netgraph_ipfw inet ipfirewall
4274netgraph/ng_ksocket.c		optional netgraph_ksocket
4275netgraph/ng_l2tp.c		optional netgraph_l2tp
4276netgraph/ng_lmi.c		optional netgraph_lmi
4277netgraph/ng_macfilter.c		optional netgraph_macfilter
4278netgraph/ng_mppc.c		optional netgraph_mppc_compression | \
4279					 netgraph_mppc_encryption
4280netgraph/ng_nat.c		optional netgraph_nat inet libalias
4281netgraph/ng_one2many.c		optional netgraph_one2many
4282netgraph/ng_parse.c		optional netgraph
4283netgraph/ng_patch.c		optional netgraph_patch
4284netgraph/ng_pipe.c		optional netgraph_pipe
4285netgraph/ng_ppp.c		optional netgraph_ppp
4286netgraph/ng_pppoe.c		optional netgraph_pppoe
4287netgraph/ng_pptpgre.c		optional netgraph_pptpgre
4288netgraph/ng_pred1.c		optional netgraph_pred1
4289netgraph/ng_rfc1490.c		optional netgraph_rfc1490
4290netgraph/ng_socket.c		optional netgraph_socket
4291netgraph/ng_split.c		optional netgraph_split
4292netgraph/ng_tag.c		optional netgraph_tag
4293netgraph/ng_tcpmss.c		optional netgraph_tcpmss
4294netgraph/ng_tee.c		optional netgraph_tee
4295netgraph/ng_tty.c		optional netgraph_tty
4296netgraph/ng_vjc.c		optional netgraph_vjc
4297netgraph/ng_vlan.c		optional netgraph_vlan
4298netgraph/ng_vlan_rotate.c	optional netgraph_vlan_rotate
4299netinet/accf_data.c		optional accept_filter_data inet
4300netinet/accf_dns.c		optional accept_filter_dns inet
4301netinet/accf_http.c		optional accept_filter_http inet
4302netinet/if_ether.c		optional inet ether
4303netinet/igmp.c			optional inet
4304netinet/in.c			optional inet
4305netinet/in_cksum.c		optional inet | inet6
4306netinet/in_debug.c		optional inet ddb
4307netinet/in_kdtrace.c		optional inet | inet6
4308netinet/ip_carp.c		optional inet carp | inet6 carp
4309netinet/in_fib.c		optional inet
4310netinet/in_fib_algo.c		optional inet fib_algo
4311netinet/in_gif.c		optional gif inet | netgraph_gif inet
4312netinet/ip_gre.c		optional gre inet
4313netinet/ip_id.c			optional inet
4314netinet/in_jail.c		optional inet
4315netinet/in_mcast.c		optional inet
4316netinet/in_pcb.c		optional inet | inet6
4317netinet/in_prot.c		optional inet | inet6
4318netinet/in_proto.c		optional inet | inet6
4319netinet/in_rmx.c		optional inet
4320netinet/in_rss.c		optional inet rss
4321netinet/ip_divert.c		optional inet ipdivert ipfirewall
4322netinet/ip_ecn.c		optional inet | inet6
4323netinet/ip_encap.c		optional inet | inet6
4324netinet/ip_fastfwd.c		optional inet
4325netinet/ip_icmp.c		optional inet | inet6
4326netinet/ip_input.c		optional inet
4327netinet/ip_mroute.c		optional mrouting inet
4328netinet/ip_options.c		optional inet
4329netinet/ip_output.c		optional inet
4330netinet/ip_reass.c		optional inet
4331netinet/raw_ip.c		optional inet | inet6
4332netinet/cc/cc.c			optional cc_newreno inet | cc_vegas inet | \
4333	cc_htcp inet | cc_hd inet | cc_dctcp inet | cc_cubic inet | \
4334	cc_chd inet | cc_cdg inet | cc_newreno inet6 | cc_vegas inet6 | \
4335	cc_htcp inet6 | cc_hd inet6 |cc_dctcp inet6 | cc_cubic inet6 | \
4336	cc_chd inet6 | cc_cdg inet6
4337netinet/cc/cc_cdg.c		optional inet cc_cdg tcp_hhook
4338netinet/cc/cc_chd.c		optional inet cc_chd tcp_hhook
4339netinet/cc/cc_cubic.c		optional inet cc_cubic | inet6 cc_cubic
4340netinet/cc/cc_dctcp.c		optional inet cc_dctcp | inet6 cc_dctcp
4341netinet/cc/cc_hd.c		optional inet cc_hd tcp_hhook
4342netinet/cc/cc_htcp.c		optional inet cc_htcp | inet6 cc_htcp
4343netinet/cc/cc_newreno.c		optional inet cc_newreno | inet6 cc_newreno
4344netinet/cc/cc_vegas.c		optional inet cc_vegas tcp_hhook
4345netinet/khelp/h_ertt.c		optional inet tcp_hhook
4346netinet/sctp_asconf.c		optional inet sctp | inet6 sctp
4347netinet/sctp_auth.c		optional inet sctp | inet6 sctp
4348netinet/sctp_bsd_addr.c		optional inet sctp | inet6 sctp
4349netinet/sctp_cc_functions.c	optional inet sctp | inet6 sctp
4350netinet/sctp_crc32.c		optional inet | inet6
4351netinet/sctp_indata.c		optional inet sctp | inet6 sctp
4352netinet/sctp_input.c		optional inet sctp | inet6 sctp
4353netinet/sctp_kdtrace.c		optional inet sctp | inet6 sctp
4354netinet/sctp_output.c		optional inet sctp | inet6 sctp
4355netinet/sctp_pcb.c		optional inet sctp | inet6 sctp
4356netinet/sctp_peeloff.c		optional inet sctp | inet6 sctp
4357netinet/sctp_ss_functions.c	optional inet sctp | inet6 sctp
4358netinet/sctp_syscalls.c		optional inet sctp | inet6 sctp
4359netinet/sctp_sysctl.c		optional inet sctp | inet6 sctp
4360netinet/sctp_timer.c		optional inet sctp | inet6 sctp
4361netinet/sctp_usrreq.c		optional inet sctp | inet6 sctp
4362netinet/sctputil.c		optional inet sctp | inet6 sctp
4363netinet/siftr.c			optional inet siftr alq | inet6 siftr alq
4364netinet/tcp_debug.c		optional tcpdebug
4365netinet/tcp_fastopen.c		optional inet tcp_rfc7413 | inet6 tcp_rfc7413
4366netinet/tcp_hostcache.c		optional inet | inet6
4367netinet/tcp_input.c		optional inet | inet6
4368netinet/tcp_log_buf.c		optional tcp_blackbox inet | tcp_blackbox inet6
4369netinet/tcp_lro.c		optional inet | inet6
4370netinet/tcp_output.c		optional inet | inet6
4371netinet/tcp_offload.c		optional tcp_offload inet | tcp_offload inet6
4372netinet/tcp_hpts.c		optional tcphpts inet | tcphpts inet6
4373netinet/tcp_ratelimit.c		optional ratelimit inet | ratelimit inet6
4374netinet/tcp_pcap.c		optional inet tcppcap | inet6 tcppcap \
4375	compile-with "${NORMAL_C} ${NO_WNONNULL}"
4376netinet/tcp_reass.c		optional inet | inet6
4377netinet/tcp_sack.c		optional inet | inet6
4378netinet/tcp_stats.c		optional stats inet | stats inet6
4379netinet/tcp_subr.c		optional inet | inet6
4380netinet/tcp_syncache.c		optional inet | inet6
4381netinet/tcp_timer.c		optional inet | inet6
4382netinet/tcp_timewait.c		optional inet | inet6
4383netinet/tcp_usrreq.c		optional inet | inet6
4384netinet/udp_usrreq.c		optional inet | inet6
4385netinet/libalias/alias.c	optional libalias inet | netgraph_nat inet
4386netinet/libalias/alias_db.c	optional libalias inet | netgraph_nat inet
4387netinet/libalias/alias_mod.c	optional libalias | netgraph_nat
4388netinet/libalias/alias_proxy.c	optional libalias inet | netgraph_nat inet
4389netinet/libalias/alias_util.c	optional libalias inet | netgraph_nat inet
4390netinet/libalias/alias_sctp.c	optional libalias inet | netgraph_nat inet
4391netinet/netdump/netdump_client.c optional inet debugnet netdump
4392netinet6/dest6.c		optional inet6
4393netinet6/frag6.c		optional inet6
4394netinet6/icmp6.c		optional inet6
4395netinet6/in6.c			optional inet6
4396netinet6/in6_cksum.c		optional inet6
4397netinet6/in6_fib.c		optional inet6
4398netinet6/in6_fib_algo.c		optional inet6 fib_algo
4399netinet6/in6_gif.c		optional gif inet6 | netgraph_gif inet6
4400netinet6/in6_ifattach.c		optional inet6
4401netinet6/in6_jail.c		optional inet6
4402netinet6/in6_mcast.c		optional inet6
4403netinet6/in6_pcb.c		optional inet6
4404netinet6/in6_proto.c		optional inet6
4405netinet6/in6_rmx.c		optional inet6
4406netinet6/in6_rss.c		optional inet6 rss
4407netinet6/in6_src.c		optional inet6
4408netinet6/ip6_fastfwd.c		optional inet6
4409netinet6/ip6_forward.c		optional inet6
4410netinet6/ip6_gre.c		optional gre inet6
4411netinet6/ip6_id.c		optional inet6
4412netinet6/ip6_input.c		optional inet6
4413netinet6/ip6_mroute.c		optional mrouting inet6
4414netinet6/ip6_output.c		optional inet6
4415netinet6/mld6.c			optional inet6
4416netinet6/nd6.c			optional inet6
4417netinet6/nd6_nbr.c		optional inet6
4418netinet6/nd6_rtr.c		optional inet6
4419netinet6/raw_ip6.c		optional inet6
4420netinet6/route6.c		optional inet6
4421netinet6/scope6.c		optional inet6
4422netinet6/sctp6_usrreq.c		optional inet6 sctp
4423netinet6/udp6_usrreq.c		optional inet6
4424netipsec/ipsec.c		optional ipsec inet | ipsec inet6
4425netipsec/ipsec_input.c		optional ipsec inet | ipsec inet6
4426netipsec/ipsec_mbuf.c		optional ipsec inet | ipsec inet6
4427netipsec/ipsec_mod.c		optional ipsec inet | ipsec inet6
4428netipsec/ipsec_output.c		optional ipsec inet | ipsec inet6
4429netipsec/ipsec_pcb.c		optional ipsec inet | ipsec inet6 | \
4430	ipsec_support inet | ipsec_support inet6
4431netipsec/key.c			optional ipsec inet | ipsec inet6 | \
4432	ipsec_support inet | ipsec_support inet6
4433netipsec/key_debug.c		optional ipsec inet | ipsec inet6 | \
4434	ipsec_support inet | ipsec_support inet6
4435netipsec/keysock.c		optional ipsec inet | ipsec inet6 | \
4436	ipsec_support inet | ipsec_support inet6
4437netipsec/subr_ipsec.c		optional ipsec inet | ipsec inet6 | \
4438	ipsec_support inet | ipsec_support inet6
4439netipsec/udpencap.c		optional ipsec inet
4440netipsec/xform_ah.c		optional ipsec inet | ipsec inet6
4441netipsec/xform_esp.c		optional ipsec inet | ipsec inet6
4442netipsec/xform_ipcomp.c		optional ipsec inet | ipsec inet6
4443netipsec/xform_tcp.c		optional ipsec inet tcp_signature | \
4444	 ipsec inet6 tcp_signature | ipsec_support inet tcp_signature | \
4445	 ipsec_support inet6 tcp_signature
4446netpfil/ipfw/dn_aqm_codel.c	optional inet dummynet
4447netpfil/ipfw/dn_aqm_pie.c	optional inet dummynet
4448netpfil/ipfw/dn_heap.c		optional inet dummynet
4449netpfil/ipfw/dn_sched_fifo.c	optional inet dummynet
4450netpfil/ipfw/dn_sched_fq_codel.c	optional inet dummynet
4451netpfil/ipfw/dn_sched_fq_pie.c	optional inet dummynet
4452netpfil/ipfw/dn_sched_prio.c	optional inet dummynet
4453netpfil/ipfw/dn_sched_qfq.c	optional inet dummynet
4454netpfil/ipfw/dn_sched_rr.c	optional inet dummynet
4455netpfil/ipfw/dn_sched_wf2q.c	optional inet dummynet
4456netpfil/ipfw/ip_dummynet.c	optional inet dummynet
4457netpfil/ipfw/ip_dn_io.c		optional inet dummynet
4458netpfil/ipfw/ip_dn_glue.c	optional inet dummynet
4459netpfil/ipfw/ip_fw2.c		optional inet ipfirewall
4460netpfil/ipfw/ip_fw_bpf.c	optional inet ipfirewall
4461netpfil/ipfw/ip_fw_dynamic.c	optional inet ipfirewall \
4462	compile-with "${NORMAL_C} -I$S/contrib/ck/include"
4463netpfil/ipfw/ip_fw_eaction.c	optional inet ipfirewall
4464netpfil/ipfw/ip_fw_log.c	optional inet ipfirewall
4465netpfil/ipfw/ip_fw_pfil.c	optional inet ipfirewall
4466netpfil/ipfw/ip_fw_sockopt.c	optional inet ipfirewall
4467netpfil/ipfw/ip_fw_table.c	optional inet ipfirewall
4468netpfil/ipfw/ip_fw_table_algo.c	optional inet ipfirewall
4469netpfil/ipfw/ip_fw_table_value.c	optional inet ipfirewall
4470netpfil/ipfw/ip_fw_iface.c	optional inet ipfirewall
4471netpfil/ipfw/ip_fw_nat.c	optional inet ipfirewall_nat
4472netpfil/ipfw/nat64/ip_fw_nat64.c	optional inet inet6 ipfirewall \
4473	ipfirewall_nat64
4474netpfil/ipfw/nat64/nat64clat.c	optional inet inet6 ipfirewall \
4475	ipfirewall_nat64
4476netpfil/ipfw/nat64/nat64clat_control.c	optional inet inet6 ipfirewall \
4477	ipfirewall_nat64
4478netpfil/ipfw/nat64/nat64lsn.c	optional inet inet6 ipfirewall \
4479	ipfirewall_nat64 compile-with "${NORMAL_C} -I$S/contrib/ck/include"
4480netpfil/ipfw/nat64/nat64lsn_control.c	optional inet inet6 ipfirewall \
4481	ipfirewall_nat64 compile-with "${NORMAL_C} -I$S/contrib/ck/include"
4482netpfil/ipfw/nat64/nat64stl.c	optional inet inet6 ipfirewall \
4483	ipfirewall_nat64
4484netpfil/ipfw/nat64/nat64stl_control.c	optional inet inet6 ipfirewall \
4485	ipfirewall_nat64
4486netpfil/ipfw/nat64/nat64_translate.c	optional inet inet6 ipfirewall \
4487	ipfirewall_nat64
4488netpfil/ipfw/nptv6/ip_fw_nptv6.c	optional inet inet6 ipfirewall \
4489	ipfirewall_nptv6
4490netpfil/ipfw/nptv6/nptv6.c	optional inet inet6 ipfirewall \
4491	ipfirewall_nptv6
4492netpfil/ipfw/pmod/ip_fw_pmod.c	optional inet ipfirewall_pmod
4493netpfil/ipfw/pmod/tcpmod.c	optional inet ipfirewall_pmod
4494netpfil/pf/if_pflog.c		optional pflog pf inet
4495netpfil/pf/if_pfsync.c		optional pfsync pf inet
4496netpfil/pf/pf.c			optional pf inet
4497netpfil/pf/pf_if.c		optional pf inet
4498netpfil/pf/pf_ioctl.c		optional pf inet
4499netpfil/pf/pf_lb.c		optional pf inet
4500netpfil/pf/pf_norm.c		optional pf inet
4501netpfil/pf/pf_nv.c		optional pf inet
4502netpfil/pf/pf_osfp.c		optional pf inet
4503netpfil/pf/pf_ruleset.c		optional pf inet
4504netpfil/pf/pf_syncookies.c	optional pf inet
4505netpfil/pf/pf_table.c		optional pf inet
4506netpfil/pf/in4_cksum.c		optional pf inet
4507netsmb/smb_conn.c		optional netsmb
4508netsmb/smb_crypt.c		optional netsmb
4509netsmb/smb_dev.c		optional netsmb
4510netsmb/smb_iod.c		optional netsmb
4511netsmb/smb_rq.c			optional netsmb
4512netsmb/smb_smb.c		optional netsmb
4513netsmb/smb_subr.c		optional netsmb
4514netsmb/smb_trantcp.c		optional netsmb
4515netsmb/smb_usr.c		optional netsmb
4516nfs/bootp_subr.c		optional bootp nfscl
4517nfs/krpc_subr.c			optional bootp nfscl
4518nfs/nfs_diskless.c		optional nfscl nfs_root
4519nfs/nfs_nfssvc.c		optional nfscl | nfslockd | nfsd
4520nlm/nlm_advlock.c		optional nfslockd | nfsd
4521nlm/nlm_prot_clnt.c		optional nfslockd | nfsd
4522nlm/nlm_prot_impl.c		optional nfslockd | nfsd
4523nlm/nlm_prot_server.c		optional nfslockd | nfsd
4524nlm/nlm_prot_svc.c		optional nfslockd | nfsd
4525nlm/nlm_prot_xdr.c		optional nfslockd | nfsd
4526nlm/sm_inter_xdr.c		optional nfslockd | nfsd
4527
4528# Linux Kernel Programming Interface
4529compat/linuxkpi/common/src/linux_kmod.c		optional compat_linuxkpi \
4530	compile-with "${LINUXKPI_C}"
4531compat/linuxkpi/common/src/linux_acpi.c		optional compat_linuxkpi acpi \
4532	compile-with "${LINUXKPI_C}"
4533compat/linuxkpi/common/src/linux_compat.c	optional compat_linuxkpi \
4534	compile-with "${LINUXKPI_C}"
4535compat/linuxkpi/common/src/linux_current.c	optional compat_linuxkpi \
4536	compile-with "${LINUXKPI_C}"
4537compat/linuxkpi/common/src/linux_devres.c	optional compat_linuxkpi \
4538	compile-with "${LINUXKPI_C}"
4539compat/linuxkpi/common/src/linux_dmi.c		optional compat_linuxkpi \
4540	compile-with "${LINUXKPI_C}"
4541compat/linuxkpi/common/src/linux_domain.c	optional compat_linuxkpi \
4542	compile-with "${LINUXKPI_C}"
4543compat/linuxkpi/common/src/linux_firmware.c	optional compat_linuxkpi \
4544	compile-with "${LINUXKPI_C}"
4545compat/linuxkpi/common/src/linux_fpu.c		optional compat_linuxkpi \
4546	compile-with "${LINUXKPI_C}"
4547compat/linuxkpi/common/src/linux_hrtimer.c	optional compat_linuxkpi \
4548	compile-with "${LINUXKPI_C}"
4549compat/linuxkpi/common/src/linux_interrupt.c	optional compat_linuxkpi \
4550	compile-with "${LINUXKPI_C}"
4551compat/linuxkpi/common/src/linux_kthread.c	optional compat_linuxkpi \
4552	compile-with "${LINUXKPI_C}"
4553compat/linuxkpi/common/src/linux_lock.c		optional compat_linuxkpi \
4554	compile-with "${LINUXKPI_C}"
4555compat/linuxkpi/common/src/linux_page.c		optional compat_linuxkpi \
4556	compile-with "${LINUXKPI_C}"
4557compat/linuxkpi/common/src/linux_pci.c		optional compat_linuxkpi pci \
4558	compile-with "${LINUXKPI_C}"
4559compat/linuxkpi/common/src/linux_tasklet.c	optional compat_linuxkpi \
4560	compile-with "${LINUXKPI_C}"
4561compat/linuxkpi/common/src/linux_idr.c		optional compat_linuxkpi \
4562	compile-with "${LINUXKPI_C}"
4563compat/linuxkpi/common/src/linux_radix.c	optional compat_linuxkpi \
4564	compile-with "${LINUXKPI_C}"
4565compat/linuxkpi/common/src/linux_rcu.c		optional compat_linuxkpi \
4566	compile-with "${LINUXKPI_C} -I$S/contrib/ck/include"
4567compat/linuxkpi/common/src/linux_schedule.c	optional compat_linuxkpi \
4568	compile-with "${LINUXKPI_C}"
4569compat/linuxkpi/common/src/linux_shmemfs.c	optional compat_linuxkpi \
4570	compile-with "${LINUXKPI_C}"
4571compat/linuxkpi/common/src/linux_shrinker.c	optional compat_linuxkpi \
4572	compile-with "${LINUXKPI_C}"
4573compat/linuxkpi/common/src/linux_slab.c		optional compat_linuxkpi \
4574	compile-with "${LINUXKPI_C}"
4575compat/linuxkpi/common/src/linux_usb.c		optional compat_linuxkpi usb \
4576	compile-with "${LINUXKPI_C}"
4577compat/linuxkpi/common/src/linux_work.c		optional compat_linuxkpi \
4578	compile-with "${LINUXKPI_C}"
4579compat/linuxkpi/common/src/linux_xarray.c	optional compat_linuxkpi \
4580	compile-with "${LINUXKPI_C}"
4581
4582compat/linuxkpi/common/src/linux_seq_file.c		optional compat_linuxkpi | lindebugfs \
4583	compile-with "${LINUXKPI_C}"
4584
4585compat/lindebugfs/lindebugfs.c			optional lindebugfs \
4586	compile-with "${LINUXKPI_C}"
4587
4588# OpenFabrics Enterprise Distribution (Infiniband)
4589net/if_infiniband.c					optional ofed | lagg
4590ofed/drivers/infiniband/core/ib_addr.c			optional ofed	\
4591	compile-with "${OFED_C}"
4592ofed/drivers/infiniband/core/ib_agent.c			optional ofed	\
4593	compile-with "${OFED_C}"
4594ofed/drivers/infiniband/core/ib_cache.c			optional ofed	\
4595	compile-with "${OFED_C}"
4596ofed/drivers/infiniband/core/ib_cm.c			optional ofed	\
4597	compile-with "${OFED_C}"
4598ofed/drivers/infiniband/core/ib_cma.c			optional ofed	\
4599	compile-with "${OFED_C}"
4600ofed/drivers/infiniband/core/ib_core_uverbs.c		optional ofed	\
4601	compile-with "${OFED_C}"
4602ofed/drivers/infiniband/core/ib_cq.c			optional ofed	\
4603	compile-with "${OFED_C}"
4604ofed/drivers/infiniband/core/ib_device.c		optional ofed	\
4605	compile-with "${OFED_C}"
4606ofed/drivers/infiniband/core/ib_fmr_pool.c		optional ofed	\
4607	compile-with "${OFED_C}"
4608ofed/drivers/infiniband/core/ib_iwcm.c			optional ofed	\
4609	compile-with "${OFED_C}"
4610ofed/drivers/infiniband/core/ib_iwpm_msg.c		optional ofed	\
4611	compile-with "${OFED_C}"
4612ofed/drivers/infiniband/core/ib_iwpm_util.c		optional ofed	\
4613	compile-with "${OFED_C}"
4614ofed/drivers/infiniband/core/ib_mad.c			optional ofed	\
4615	compile-with "${OFED_C}"
4616ofed/drivers/infiniband/core/ib_mad_rmpp.c		optional ofed	\
4617	compile-with "${OFED_C}"
4618ofed/drivers/infiniband/core/ib_multicast.c		optional ofed	\
4619	compile-with "${OFED_C}"
4620ofed/drivers/infiniband/core/ib_packer.c		optional ofed	\
4621	compile-with "${OFED_C}"
4622ofed/drivers/infiniband/core/ib_rdma_core.c		optional ofed	\
4623	compile-with "${OFED_C}"
4624ofed/drivers/infiniband/core/ib_roce_gid_mgmt.c		optional ofed	\
4625	compile-with "${OFED_C}"
4626ofed/drivers/infiniband/core/ib_sa_query.c		optional ofed	\
4627	compile-with "${OFED_C}"
4628ofed/drivers/infiniband/core/ib_smi.c			optional ofed	\
4629	compile-with "${OFED_C}"
4630ofed/drivers/infiniband/core/ib_sysfs.c			optional ofed	\
4631	compile-with "${OFED_C}"
4632ofed/drivers/infiniband/core/ib_ucm.c			optional ofed	\
4633	compile-with "${OFED_C}"
4634ofed/drivers/infiniband/core/ib_ucma.c			optional ofed	\
4635	compile-with "${OFED_C}"
4636ofed/drivers/infiniband/core/ib_ud_header.c		optional ofed	\
4637	compile-with "${OFED_C}"
4638ofed/drivers/infiniband/core/ib_umem.c			optional ofed	\
4639	compile-with "${OFED_C}"
4640ofed/drivers/infiniband/core/ib_user_mad.c		optional ofed	\
4641	compile-with "${OFED_C}"
4642ofed/drivers/infiniband/core/ib_uverbs_cmd.c		optional ofed	\
4643	compile-with "${OFED_C}"
4644ofed/drivers/infiniband/core/ib_uverbs_ioctl.c		optional ofed	\
4645	compile-with "${OFED_C}"
4646ofed/drivers/infiniband/core/ib_uverbs_main.c		optional ofed	\
4647	compile-with "${OFED_C}"
4648ofed/drivers/infiniband/core/ib_uverbs_marshall.c	optional ofed	\
4649	compile-with "${OFED_C}"
4650ofed/drivers/infiniband/core/ib_uverbs_std_types.c	optional ofed	\
4651	compile-with "${OFED_C}"
4652ofed/drivers/infiniband/core/ib_uverbs_std_types_async_fd.c	optional ofed	\
4653	compile-with "${OFED_C}"
4654ofed/drivers/infiniband/core/ib_uverbs_std_types_counters.c	optional ofed	\
4655	compile-with "${OFED_C}"
4656ofed/drivers/infiniband/core/ib_uverbs_std_types_cq.c		optional ofed	\
4657	compile-with "${OFED_C}"
4658ofed/drivers/infiniband/core/ib_uverbs_std_types_device.c	optional ofed	\
4659	compile-with "${OFED_C}"
4660ofed/drivers/infiniband/core/ib_uverbs_std_types_dm.c		optional ofed	\
4661	compile-with "${OFED_C}"
4662ofed/drivers/infiniband/core/ib_uverbs_std_types_flow_action.c	optional ofed	\
4663	compile-with "${OFED_C}"
4664ofed/drivers/infiniband/core/ib_uverbs_std_types_mr.c	optional ofed	\
4665	compile-with "${OFED_C}"
4666ofed/drivers/infiniband/core/ib_uverbs_uapi.c		optional ofed	\
4667	compile-with "${OFED_C}"
4668ofed/drivers/infiniband/core/ib_verbs.c			optional ofed	\
4669	compile-with "${OFED_C}"
4670
4671ofed/drivers/infiniband/ulp/ipoib/ipoib_cm.c	optional ipoib		\
4672	compile-with "${OFED_C} -I$S/ofed/drivers/infiniband/ulp/ipoib/"
4673#ofed/drivers/infiniband/ulp/ipoib/ipoib_fs.c	optional ipoib		\
4674#	compile-with "${OFED_C} -I$S/ofed/drivers/infiniband/ulp/ipoib/"
4675ofed/drivers/infiniband/ulp/ipoib/ipoib_ib.c	optional ipoib		\
4676	compile-with "${OFED_C} -I$S/ofed/drivers/infiniband/ulp/ipoib/"
4677ofed/drivers/infiniband/ulp/ipoib/ipoib_main.c	optional ipoib		\
4678	compile-with "${OFED_C} -I$S/ofed/drivers/infiniband/ulp/ipoib/"
4679ofed/drivers/infiniband/ulp/ipoib/ipoib_multicast.c	optional ipoib	\
4680	compile-with "${OFED_C} -I$S/ofed/drivers/infiniband/ulp/ipoib/"
4681ofed/drivers/infiniband/ulp/ipoib/ipoib_verbs.c	optional ipoib		\
4682	compile-with "${OFED_C} -I$S/ofed/drivers/infiniband/ulp/ipoib/"
4683#ofed/drivers/infiniband/ulp/ipoib/ipoib_vlan.c	optional ipoib		\
4684#	compile-with "${OFED_C} -I$S/ofed/drivers/infiniband/ulp/ipoib/"
4685
4686ofed/drivers/infiniband/ulp/sdp/sdp_bcopy.c	optional sdp inet	\
4687	compile-with "${OFED_C} -I$S/ofed/drivers/infiniband/ulp/sdp/"
4688ofed/drivers/infiniband/ulp/sdp/sdp_main.c	optional sdp inet 	\
4689	compile-with "${OFED_C} -I$S/ofed/drivers/infiniband/ulp/sdp/"
4690ofed/drivers/infiniband/ulp/sdp/sdp_rx.c	optional sdp inet 	\
4691	compile-with "${OFED_C} -I$S/ofed/drivers/infiniband/ulp/sdp/"
4692ofed/drivers/infiniband/ulp/sdp/sdp_cma.c	optional sdp inet 	\
4693	compile-with "${OFED_C} -I$S/ofed/drivers/infiniband/ulp/sdp/"
4694ofed/drivers/infiniband/ulp/sdp/sdp_tx.c	optional sdp inet 	\
4695	compile-with "${OFED_C} -I$S/ofed/drivers/infiniband/ulp/sdp/"
4696
4697dev/mthca/mthca_allocator.c		optional mthca pci ofed \
4698	compile-with "${OFED_C}"
4699dev/mthca/mthca_av.c			optional mthca pci ofed \
4700	compile-with "${OFED_C}"
4701dev/mthca/mthca_catas.c			optional mthca pci ofed \
4702	compile-with "${OFED_C}"
4703dev/mthca/mthca_cmd.c			optional mthca pci ofed \
4704	compile-with "${OFED_C}"
4705dev/mthca/mthca_cq.c			optional mthca pci ofed \
4706	compile-with "${OFED_C}"
4707dev/mthca/mthca_eq.c			optional mthca pci ofed \
4708	compile-with "${OFED_C}"
4709dev/mthca/mthca_mad.c			optional mthca pci ofed \
4710	compile-with "${OFED_C}"
4711dev/mthca/mthca_main.c			optional mthca pci ofed \
4712	compile-with "${OFED_C}"
4713dev/mthca/mthca_mcg.c			optional mthca pci ofed \
4714	compile-with "${OFED_C}"
4715dev/mthca/mthca_memfree.c		optional mthca pci ofed \
4716	compile-with "${OFED_C}"
4717dev/mthca/mthca_mr.c			optional mthca pci ofed \
4718	compile-with "${OFED_C}"
4719dev/mthca/mthca_pd.c			optional mthca pci ofed \
4720	compile-with "${OFED_C}"
4721dev/mthca/mthca_profile.c		optional mthca pci ofed \
4722	compile-with "${OFED_C}"
4723dev/mthca/mthca_provider.c		optional mthca pci ofed \
4724	compile-with "${OFED_C}"
4725dev/mthca/mthca_qp.c			optional mthca pci ofed \
4726	compile-with "${OFED_C}"
4727dev/mthca/mthca_reset.c			optional mthca pci ofed \
4728	compile-with "${OFED_C}"
4729dev/mthca/mthca_srq.c			optional mthca pci ofed \
4730	compile-with "${OFED_C}"
4731dev/mthca/mthca_uar.c			optional mthca pci ofed \
4732	compile-with "${OFED_C}"
4733
4734dev/mlx4/mlx4_ib/mlx4_ib_alias_GUID.c		optional mlx4ib pci ofed \
4735	compile-with "${OFED_C}"
4736dev/mlx4/mlx4_ib/mlx4_ib_mcg.c			optional mlx4ib pci ofed \
4737	compile-with "${OFED_C}"
4738dev/mlx4/mlx4_ib/mlx4_ib_sysfs.c		optional mlx4ib pci ofed \
4739	compile-with "${OFED_C}"
4740dev/mlx4/mlx4_ib/mlx4_ib_cm.c			optional mlx4ib pci ofed \
4741	compile-with "${OFED_C}"
4742dev/mlx4/mlx4_ib/mlx4_ib_ah.c			optional mlx4ib pci ofed \
4743	compile-with "${OFED_C}"
4744dev/mlx4/mlx4_ib/mlx4_ib_cq.c			optional mlx4ib pci ofed \
4745	compile-with "${OFED_C}"
4746dev/mlx4/mlx4_ib/mlx4_ib_doorbell.c		optional mlx4ib pci ofed \
4747	compile-with "${OFED_C}"
4748dev/mlx4/mlx4_ib/mlx4_ib_mad.c			optional mlx4ib pci ofed \
4749	compile-with "${OFED_C}"
4750dev/mlx4/mlx4_ib/mlx4_ib_main.c			optional mlx4ib pci ofed \
4751	compile-with "${OFED_C}"
4752dev/mlx4/mlx4_ib/mlx4_ib_mr.c			optional mlx4ib pci ofed \
4753	compile-with "${OFED_C}"
4754dev/mlx4/mlx4_ib/mlx4_ib_qp.c			optional mlx4ib pci ofed \
4755	compile-with "${OFED_C}"
4756dev/mlx4/mlx4_ib/mlx4_ib_srq.c			optional mlx4ib pci ofed \
4757	compile-with "${OFED_C}"
4758dev/mlx4/mlx4_ib/mlx4_ib_wc.c			optional mlx4ib pci ofed \
4759	compile-with "${OFED_C}"
4760
4761dev/mlx4/mlx4_core/mlx4_alloc.c			optional mlx4 pci \
4762	compile-with "${OFED_C}"
4763dev/mlx4/mlx4_core/mlx4_catas.c			optional mlx4 pci \
4764	compile-with "${OFED_C}"
4765dev/mlx4/mlx4_core/mlx4_cmd.c			optional mlx4 pci \
4766	compile-with "${OFED_C}"
4767dev/mlx4/mlx4_core/mlx4_cq.c			optional mlx4 pci \
4768	compile-with "${OFED_C}"
4769dev/mlx4/mlx4_core/mlx4_eq.c			optional mlx4 pci \
4770	compile-with "${OFED_C}"
4771dev/mlx4/mlx4_core/mlx4_fw.c			optional mlx4 pci \
4772	compile-with "${OFED_C}"
4773dev/mlx4/mlx4_core/mlx4_fw_qos.c		optional mlx4 pci \
4774	compile-with "${OFED_C}"
4775dev/mlx4/mlx4_core/mlx4_icm.c			optional mlx4 pci \
4776	compile-with "${OFED_C}"
4777dev/mlx4/mlx4_core/mlx4_intf.c			optional mlx4 pci \
4778	compile-with "${OFED_C}"
4779dev/mlx4/mlx4_core/mlx4_main.c			optional mlx4 pci \
4780	compile-with "${OFED_C}"
4781dev/mlx4/mlx4_core/mlx4_mcg.c			optional mlx4 pci \
4782	compile-with "${OFED_C}"
4783dev/mlx4/mlx4_core/mlx4_mr.c			optional mlx4 pci \
4784	compile-with "${OFED_C}"
4785dev/mlx4/mlx4_core/mlx4_pd.c			optional mlx4 pci \
4786	compile-with "${OFED_C}"
4787dev/mlx4/mlx4_core/mlx4_port.c			optional mlx4 pci \
4788	compile-with "${OFED_C}"
4789dev/mlx4/mlx4_core/mlx4_profile.c		optional mlx4 pci \
4790	compile-with "${OFED_C}"
4791dev/mlx4/mlx4_core/mlx4_qp.c			optional mlx4 pci \
4792	compile-with "${OFED_C}"
4793dev/mlx4/mlx4_core/mlx4_reset.c			optional mlx4 pci \
4794	compile-with "${OFED_C}"
4795dev/mlx4/mlx4_core/mlx4_sense.c			optional mlx4 pci \
4796	compile-with "${OFED_C}"
4797dev/mlx4/mlx4_core/mlx4_srq.c			optional mlx4 pci \
4798	compile-with "${OFED_C}"
4799dev/mlx4/mlx4_core/mlx4_resource_tracker.c	optional mlx4 pci \
4800	compile-with "${OFED_C}"
4801
4802dev/mlx4/mlx4_en/mlx4_en_cq.c			optional mlx4en pci inet inet6	\
4803	compile-with "${OFED_C}"
4804dev/mlx4/mlx4_en/mlx4_en_main.c			optional mlx4en pci inet inet6	\
4805	compile-with "${OFED_C}"
4806dev/mlx4/mlx4_en/mlx4_en_netdev.c		optional mlx4en pci inet inet6	\
4807	compile-with "${OFED_C}"
4808dev/mlx4/mlx4_en/mlx4_en_port.c			optional mlx4en pci inet inet6	\
4809	compile-with "${OFED_C}"
4810dev/mlx4/mlx4_en/mlx4_en_resources.c		optional mlx4en pci inet inet6	\
4811	compile-with "${OFED_C}"
4812dev/mlx4/mlx4_en/mlx4_en_rx.c			optional mlx4en pci inet inet6	\
4813	compile-with "${OFED_C}"
4814dev/mlx4/mlx4_en/mlx4_en_tx.c			optional mlx4en pci inet inet6	\
4815	compile-with "${OFED_C}"
4816
4817dev/mlx5/mlx5_ib/mlx5_ib_ah.c			optional mlx5ib pci ofed \
4818	compile-with "${OFED_C}"
4819dev/mlx5/mlx5_ib/mlx5_ib_cong.c			optional mlx5ib pci ofed \
4820	compile-with "${OFED_C}"
4821dev/mlx5/mlx5_ib/mlx5_ib_cq.c			optional mlx5ib pci ofed \
4822	compile-with "${OFED_C}"
4823dev/mlx5/mlx5_ib/mlx5_ib_devx.c			optional mlx5ib pci ofed \
4824	compile-with "${OFED_C}"
4825dev/mlx5/mlx5_ib/mlx5_ib_doorbell.c		optional mlx5ib pci ofed \
4826	compile-with "${OFED_C}"
4827dev/mlx5/mlx5_ib/mlx5_ib_gsi.c			optional mlx5ib pci ofed \
4828	compile-with "${OFED_C}"
4829dev/mlx5/mlx5_ib/mlx5_ib_mad.c			optional mlx5ib pci ofed \
4830	compile-with "${OFED_C}"
4831dev/mlx5/mlx5_ib/mlx5_ib_main.c			optional mlx5ib pci ofed \
4832	compile-with "${OFED_C}"
4833dev/mlx5/mlx5_ib/mlx5_ib_mem.c			optional mlx5ib pci ofed \
4834	compile-with "${OFED_C}"
4835dev/mlx5/mlx5_ib/mlx5_ib_mr.c			optional mlx5ib pci ofed \
4836	compile-with "${OFED_C}"
4837dev/mlx5/mlx5_ib/mlx5_ib_qp.c			optional mlx5ib pci ofed \
4838	compile-with "${OFED_C}"
4839dev/mlx5/mlx5_ib/mlx5_ib_srq.c			optional mlx5ib pci ofed \
4840	compile-with "${OFED_C}"
4841dev/mlx5/mlx5_ib/mlx5_ib_virt.c			optional mlx5ib pci ofed \
4842	compile-with "${OFED_C}"
4843
4844dev/mlx5/mlx5_core/mlx5_alloc.c			optional mlx5 pci	\
4845	compile-with "${OFED_C}"
4846dev/mlx5/mlx5_core/mlx5_cmd.c			optional mlx5 pci	\
4847	compile-with "${OFED_C}"
4848dev/mlx5/mlx5_core/mlx5_cq.c			optional mlx5 pci	\
4849	compile-with "${OFED_C}"
4850dev/mlx5/mlx5_core/mlx5_diagnostics.c		optional mlx5 pci	\
4851	compile-with "${OFED_C}"
4852dev/mlx5/mlx5_core/mlx5_eq.c			optional mlx5 pci	\
4853	compile-with "${OFED_C}"
4854dev/mlx5/mlx5_core/mlx5_eswitch.c		optional mlx5 pci	\
4855	compile-with "${OFED_C}"
4856dev/mlx5/mlx5_core/mlx5_fs_cmd.c		optional mlx5 pci	\
4857	compile-with "${OFED_C}"
4858dev/mlx5/mlx5_core/mlx5_fs_tree.c		optional mlx5 pci	\
4859	compile-with "${OFED_C}"
4860dev/mlx5/mlx5_core/mlx5_fw.c			optional mlx5 pci	\
4861	compile-with "${OFED_C}"
4862dev/mlx5/mlx5_core/mlx5_fwdump.c		optional mlx5 pci	\
4863	compile-with "${OFED_C}"
4864dev/mlx5/mlx5_core/mlx5_health.c		optional mlx5 pci	\
4865	compile-with "${OFED_C}"
4866dev/mlx5/mlx5_core/mlx5_mad.c			optional mlx5 pci	\
4867	compile-with "${OFED_C}"
4868dev/mlx5/mlx5_core/mlx5_main.c			optional mlx5 pci	\
4869	compile-with "${OFED_C}"
4870dev/mlx5/mlx5_core/mlx5_mcg.c			optional mlx5 pci	\
4871	compile-with "${OFED_C}"
4872dev/mlx5/mlx5_core/mlx5_mpfs.c			optional mlx5 pci	\
4873	compile-with "${OFED_C}"
4874dev/mlx5/mlx5_core/mlx5_mr.c			optional mlx5 pci	\
4875	compile-with "${OFED_C}"
4876dev/mlx5/mlx5_core/mlx5_pagealloc.c		optional mlx5 pci	\
4877	compile-with "${OFED_C}"
4878dev/mlx5/mlx5_core/mlx5_pd.c			optional mlx5 pci	\
4879	compile-with "${OFED_C}"
4880dev/mlx5/mlx5_core/mlx5_port.c			optional mlx5 pci	\
4881	compile-with "${OFED_C}"
4882dev/mlx5/mlx5_core/mlx5_qp.c			optional mlx5 pci	\
4883	compile-with "${OFED_C}"
4884dev/mlx5/mlx5_core/mlx5_rl.c			optional mlx5 pci	\
4885	compile-with "${OFED_C}"
4886dev/mlx5/mlx5_core/mlx5_srq.c			optional mlx5 pci	\
4887	compile-with "${OFED_C}"
4888dev/mlx5/mlx5_core/mlx5_tls.c			optional mlx5 pci	\
4889	compile-with "${OFED_C}"
4890dev/mlx5/mlx5_core/mlx5_transobj.c		optional mlx5 pci	\
4891	compile-with "${OFED_C}"
4892dev/mlx5/mlx5_core/mlx5_uar.c			optional mlx5 pci	\
4893	compile-with "${OFED_C}"
4894dev/mlx5/mlx5_core/mlx5_vport.c			optional mlx5 pci	\
4895	compile-with "${OFED_C}"
4896dev/mlx5/mlx5_core/mlx5_vsc.c			optional mlx5 pci	\
4897	compile-with "${OFED_C}"
4898dev/mlx5/mlx5_core/mlx5_wq.c			optional mlx5 pci	\
4899	compile-with "${OFED_C}"
4900dev/mlx5/mlx5_lib/mlx5_gid.c			optional mlx5 pci	\
4901	compile-with "${OFED_C}"
4902
4903dev/mlx5/mlx5_en/mlx5_en_dim.c			optional mlx5en pci inet inet6	\
4904	compile-with "${OFED_C}"
4905dev/mlx5/mlx5_en/mlx5_en_ethtool.c		optional mlx5en pci inet inet6	\
4906	compile-with "${OFED_C}"
4907dev/mlx5/mlx5_en/mlx5_en_main.c			optional mlx5en pci inet inet6	\
4908	compile-with "${OFED_C}"
4909dev/mlx5/mlx5_en/mlx5_en_tx.c			optional mlx5en pci inet inet6	\
4910	compile-with "${OFED_C}"
4911dev/mlx5/mlx5_en/mlx5_en_flow_table.c		optional mlx5en pci inet inet6	\
4912	compile-with "${OFED_C}"
4913dev/mlx5/mlx5_en/mlx5_en_hw_tls.c		optional mlx5en pci inet inet6	\
4914	compile-with "${OFED_C}"
4915dev/mlx5/mlx5_en/mlx5_en_rx.c			optional mlx5en pci inet inet6	\
4916	compile-with "${OFED_C}"
4917dev/mlx5/mlx5_en/mlx5_en_rl.c			optional mlx5en pci inet inet6	\
4918	compile-with "${OFED_C}"
4919dev/mlx5/mlx5_en/mlx5_en_txrx.c			optional mlx5en pci inet inet6	\
4920	compile-with "${OFED_C}"
4921dev/mlx5/mlx5_en/mlx5_en_port_buffer.c		optional mlx5en pci inet inet6	\
4922	compile-with "${OFED_C}"
4923
4924# crypto support
4925opencrypto/cbc_mac.c		optional crypto
4926opencrypto/criov.c		optional crypto | ipsec | ipsec_support
4927opencrypto/crypto.c		optional crypto | ipsec | ipsec_support
4928opencrypto/cryptodev.c		optional cryptodev
4929opencrypto/cryptodev_if.m	optional crypto | ipsec | ipsec_support
4930opencrypto/cryptosoft.c		optional crypto | ipsec | ipsec_support
4931opencrypto/cryptodeflate.c	optional crypto | ipsec | ipsec_support
4932opencrypto/gmac.c		optional crypto | ipsec | ipsec_support
4933opencrypto/gfmult.c		optional crypto | ipsec | ipsec_support
4934opencrypto/ktls_ocf.c		optional kern_tls
4935opencrypto/rmd160.c		optional crypto | ipsec | ipsec_support
4936opencrypto/xform.c		optional crypto | ipsec | ipsec_support
4937opencrypto/xform_cbc_mac.c	optional crypto
4938opencrypto/xform_chacha20_poly1305.c	optional crypto \
4939	compile-with "${NORMAL_C} -I$S/contrib/libsodium/src/libsodium/include -I$S/crypto/libsodium"
4940opencrypto/xform_poly1305.c	optional crypto \
4941	compile-with "${NORMAL_C} -I$S/contrib/libsodium/src/libsodium/include -I$S/crypto/libsodium"
4942contrib/libsodium/src/libsodium/crypto_onetimeauth/poly1305/onetimeauth_poly1305.c \
4943	optional crypto \
4944	compile-with "${NORMAL_C} -I$S/contrib/libsodium/src/libsodium/include/sodium -I$S/crypto/libsodium"
4945contrib/libsodium/src/libsodium/crypto_onetimeauth/poly1305/donna/poly1305_donna.c \
4946	optional crypto \
4947	compile-with "${NORMAL_C} -I$S/contrib/libsodium/src/libsodium/include/sodium -I$S/crypto/libsodium"
4948contrib/libsodium/src/libsodium/crypto_verify/sodium/verify.c \
4949	optional crypto \
4950	compile-with "${NORMAL_C} -I$S/contrib/libsodium/src/libsodium/include/sodium -I$S/crypto/libsodium"
4951crypto/libsodium/randombytes.c	optional crypto \
4952	compile-with "${NORMAL_C} -I$S/contrib/libsodium/src/libsodium/include -I$S/crypto/libsodium"
4953crypto/libsodium/utils.c	optional crypto \
4954	compile-with "${NORMAL_C} -I$S/contrib/libsodium/src/libsodium/include -I$S/crypto/libsodium"
4955contrib/libsodium/src/libsodium/crypto_core/hchacha20/core_hchacha20.c \
4956	optional crypto \
4957	compile-with "${NORMAL_C} -I$S/contrib/libsodium/src/libsodium/include/sodium -I$S/crypto/libsodium"
4958contrib/libsodium/src/libsodium/crypto_stream/chacha20/stream_chacha20.c \
4959	optional crypto \
4960	compile-with "${NORMAL_C} -I$S/contrib/libsodium/src/libsodium/include/sodium -I$S/crypto/libsodium"
4961contrib/libsodium/src/libsodium/crypto_stream/chacha20/ref/chacha20_ref.c \
4962	optional crypto \
4963	compile-with "${NORMAL_C} -I$S/contrib/libsodium/src/libsodium/include/sodium -I$S/crypto/libsodium"
4964contrib/libsodium/src/libsodium/crypto_aead/chacha20poly1305/sodium/aead_chacha20poly1305.c \
4965	optional crypto \
4966	compile-with "${NORMAL_C} -I$S/contrib/libsodium/src/libsodium/include/sodium -I$S/crypto/libsodium"
4967contrib/libsodium/src/libsodium/crypto_aead/xchacha20poly1305/sodium/aead_xchacha20poly1305.c \
4968	optional crypto \
4969	compile-with "${NORMAL_C} -I$S/contrib/libsodium/src/libsodium/include/sodium -I$S/crypto/libsodium"
4970
4971rpc/auth_none.c			optional krpc | nfslockd | nfscl | nfsd
4972rpc/auth_unix.c			optional krpc | nfslockd | nfscl | nfsd
4973rpc/authunix_prot.c		optional krpc | nfslockd | nfscl | nfsd
4974rpc/clnt_bck.c			optional krpc | nfslockd | nfscl | nfsd
4975rpc/clnt_dg.c			optional krpc | nfslockd | nfscl | nfsd
4976rpc/clnt_rc.c			optional krpc | nfslockd | nfscl | nfsd
4977rpc/clnt_vc.c			optional krpc | nfslockd | nfscl | nfsd
4978rpc/getnetconfig.c		optional krpc | nfslockd | nfscl | nfsd
4979rpc/replay.c			optional krpc | nfslockd | nfscl | nfsd
4980rpc/rpc_callmsg.c		optional krpc | nfslockd | nfscl | nfsd
4981rpc/rpc_generic.c		optional krpc | nfslockd | nfscl | nfsd
4982rpc/rpc_prot.c			optional krpc | nfslockd | nfscl | nfsd
4983rpc/rpcb_clnt.c			optional krpc | nfslockd | nfscl | nfsd
4984rpc/rpcb_prot.c			optional krpc | nfslockd | nfscl | nfsd
4985rpc/svc.c			optional krpc | nfslockd | nfscl | nfsd
4986rpc/svc_auth.c			optional krpc | nfslockd | nfscl | nfsd
4987rpc/svc_auth_unix.c		optional krpc | nfslockd | nfscl | nfsd
4988rpc/svc_dg.c			optional krpc | nfslockd | nfscl | nfsd
4989rpc/svc_generic.c		optional krpc | nfslockd | nfscl | nfsd
4990rpc/svc_vc.c			optional krpc | nfslockd | nfscl | nfsd
4991#
4992# Kernel RPC-over-TLS
4993#
4994rpctlscd.h			optional krpc | nfslockd | nfscl | nfsd	\
4995	dependency		"$S/rpc/rpcsec_tls/rpctlscd.x"			\
4996	compile-with		"RPCGEN_CPP='${CPP}' rpcgen -hM $S/rpc/rpcsec_tls/rpctlscd.x | grep -v pthread.h > rpctlscd.h" \
4997	no-obj no-implicit-rule before-depend local			\
4998	clean			"rpctlscd.h"
4999rpctlscd_xdr.c			optional krpc | nfslockd | nfscl | nfsd	\
5000	dependency		"$S/rpc/rpcsec_tls/rpctlscd.x rpctlscd.h"		\
5001	compile-with		"RPCGEN_CPP='${CPP}' rpcgen -c $S/rpc/rpcsec_tls/rpctlscd.x -o rpctlscd_xdr.c" no-ctfconvert \
5002	no-implicit-rule before-depend local				\
5003	clean			"rpctlscd_xdr.c"
5004rpctlscd_clnt.c			optional krpc | nfslockd | nfscl | nfsd	\
5005	dependency		"$S/rpc/rpcsec_tls/rpctlscd.x rpctlscd.h"		\
5006	compile-with		"RPCGEN_CPP='${CPP}' rpcgen -lM $S/rpc/rpcsec_tls/rpctlscd.x | grep -v string.h > rpctlscd_clnt.c" no-ctfconvert \
5007	no-implicit-rule before-depend local				\
5008	clean			"rpctlscd_clnt.c"
5009rpctlssd.h			optional krpc | nfslockd | nfscl | nfsd	\
5010	dependency		"$S/rpc/rpcsec_tls/rpctlssd.x"			\
5011	compile-with		"RPCGEN_CPP='${CPP}' rpcgen -hM $S/rpc/rpcsec_tls/rpctlssd.x | grep -v pthread.h > rpctlssd.h" \
5012	no-obj no-implicit-rule before-depend local			\
5013	clean			"rpctlssd.h"
5014rpctlssd_xdr.c			optional krpc | nfslockd | nfscl | nfsd	\
5015	dependency		"$S/rpc/rpcsec_tls/rpctlssd.x rpctlssd.h"		\
5016	compile-with		"RPCGEN_CPP='${CPP}' rpcgen -c $S/rpc/rpcsec_tls/rpctlssd.x -o rpctlssd_xdr.c" no-ctfconvert \
5017	no-implicit-rule before-depend local				\
5018	clean			"rpctlssd_xdr.c"
5019rpctlssd_clnt.c			optional krpc | nfslockd | nfscl | nfsd	\
5020	dependency		"$S/rpc/rpcsec_tls/rpctlssd.x rpctlssd.h"		\
5021	compile-with		"RPCGEN_CPP='${CPP}' rpcgen -lM $S/rpc/rpcsec_tls/rpctlssd.x | grep -v string.h > rpctlssd_clnt.c" no-ctfconvert \
5022	no-implicit-rule before-depend local				\
5023	clean			"rpctlssd_clnt.c"
5024rpc/rpcsec_tls/rpctls_impl.c	optional krpc | nfslockd | nfscl | nfsd
5025rpc/rpcsec_tls/auth_tls.c	optional krpc | nfslockd | nfscl | nfsd
5026rpc/rpcsec_gss/rpcsec_gss.c	optional krpc kgssapi | nfslockd kgssapi | nfscl kgssapi | nfsd kgssapi
5027rpc/rpcsec_gss/rpcsec_gss_conf.c optional krpc kgssapi | nfslockd kgssapi | nfscl kgssapi | nfsd kgssapi
5028rpc/rpcsec_gss/rpcsec_gss_misc.c optional krpc kgssapi | nfslockd kgssapi | nfscl kgssapi | nfsd kgssapi
5029rpc/rpcsec_gss/rpcsec_gss_prot.c optional krpc kgssapi | nfslockd kgssapi | nfscl kgssapi | nfsd kgssapi
5030rpc/rpcsec_gss/svc_rpcsec_gss.c	optional krpc kgssapi | nfslockd kgssapi | nfscl kgssapi | nfsd kgssapi
5031security/audit/audit.c		optional audit
5032security/audit/audit_arg.c	optional audit
5033security/audit/audit_bsm.c	optional audit
5034security/audit/audit_bsm_db.c	optional audit
5035security/audit/audit_bsm_klib.c	optional audit
5036security/audit/audit_dtrace.c	optional dtaudit audit | dtraceall audit compile-with "${CDDL_C}"
5037security/audit/audit_pipe.c	optional audit
5038security/audit/audit_syscalls.c	standard
5039security/audit/audit_trigger.c	optional audit
5040security/audit/audit_worker.c	optional audit
5041security/audit/bsm_domain.c	optional audit
5042security/audit/bsm_errno.c	optional audit
5043security/audit/bsm_fcntl.c	optional audit
5044security/audit/bsm_socket_type.c	optional audit
5045security/audit/bsm_token.c	optional audit
5046security/mac/mac_audit.c	optional mac audit
5047security/mac/mac_cred.c		optional mac
5048security/mac/mac_framework.c	optional mac
5049security/mac/mac_inet.c		optional mac inet | mac inet6
5050security/mac/mac_inet6.c	optional mac inet6
5051security/mac/mac_label.c	optional mac
5052security/mac/mac_net.c		optional mac
5053security/mac/mac_pipe.c		optional mac
5054security/mac/mac_posix_sem.c	optional mac
5055security/mac/mac_posix_shm.c	optional mac
5056security/mac/mac_priv.c		optional mac
5057security/mac/mac_process.c	optional mac
5058security/mac/mac_socket.c	optional mac
5059security/mac/mac_syscalls.c	standard
5060security/mac/mac_system.c	optional mac
5061security/mac/mac_sysv_msg.c	optional mac
5062security/mac/mac_sysv_sem.c	optional mac
5063security/mac/mac_sysv_shm.c	optional mac
5064security/mac/mac_vfs.c		optional mac
5065security/mac_biba/mac_biba.c	optional mac_biba
5066security/mac_bsdextended/mac_bsdextended.c	optional mac_bsdextended
5067security/mac_bsdextended/ugidfw_system.c	optional mac_bsdextended
5068security/mac_bsdextended/ugidfw_vnode.c		optional mac_bsdextended
5069security/mac_ifoff/mac_ifoff.c	optional mac_ifoff
5070security/mac_lomac/mac_lomac.c	optional mac_lomac
5071security/mac_mls/mac_mls.c	optional mac_mls
5072security/mac_none/mac_none.c	optional mac_none
5073security/mac_ntpd/mac_ntpd.c	optional mac_ntpd
5074security/mac_partition/mac_partition.c optional mac_partition
5075security/mac_portacl/mac_portacl.c optional mac_portacl
5076security/mac_priority/mac_priority.c	optional mac_priority
5077security/mac_seeotheruids/mac_seeotheruids.c optional mac_seeotheruids
5078security/mac_stub/mac_stub.c	optional mac_stub
5079security/mac_test/mac_test.c	optional mac_test
5080security/mac_veriexec/mac_veriexec.c			optional mac_veriexec
5081security/mac_veriexec/veriexec_fingerprint.c		optional mac_veriexec
5082security/mac_veriexec/veriexec_metadata.c		optional mac_veriexec
5083security/mac_veriexec_parser/mac_veriexec_parser.c	optional mac_veriexec mac_veriexec_parser
5084security/mac_veriexec/mac_veriexec_rmd160.c		optional mac_veriexec_rmd160
5085security/mac_veriexec/mac_veriexec_sha1.c		optional mac_veriexec_sha1
5086security/mac_veriexec/mac_veriexec_sha256.c		optional mac_veriexec_sha256
5087security/mac_veriexec/mac_veriexec_sha384.c		optional mac_veriexec_sha384
5088security/mac_veriexec/mac_veriexec_sha512.c		optional mac_veriexec_sha512
5089teken/teken.c			optional sc !SC_NO_TERM_TEKEN | vt
5090ufs/ffs/ffs_alloc.c		optional ffs
5091ufs/ffs/ffs_balloc.c		optional ffs
5092ufs/ffs/ffs_inode.c		optional ffs
5093ufs/ffs/ffs_snapshot.c		optional ffs
5094ufs/ffs/ffs_softdep.c		optional ffs
5095ufs/ffs/ffs_subr.c		optional ffs | geom_label
5096ufs/ffs/ffs_tables.c		optional ffs | geom_label
5097ufs/ffs/ffs_vfsops.c		optional ffs
5098ufs/ffs/ffs_vnops.c		optional ffs
5099ufs/ffs/ffs_rawread.c		optional ffs directio
5100ufs/ffs/ffs_suspend.c		optional ffs
5101ufs/ufs/ufs_acl.c		optional ffs
5102ufs/ufs/ufs_bmap.c		optional ffs
5103ufs/ufs/ufs_dirhash.c		optional ffs
5104ufs/ufs/ufs_extattr.c		optional ffs
5105ufs/ufs/ufs_gjournal.c		optional ffs UFS_GJOURNAL
5106ufs/ufs/ufs_inode.c		optional ffs
5107ufs/ufs/ufs_lookup.c		optional ffs
5108ufs/ufs/ufs_quota.c		optional ffs
5109ufs/ufs/ufs_vfsops.c		optional ffs
5110ufs/ufs/ufs_vnops.c		optional ffs
5111vm/default_pager.c		standard
5112vm/device_pager.c		standard
5113vm/phys_pager.c			standard
5114vm/redzone.c			optional DEBUG_REDZONE
5115vm/sg_pager.c			standard
5116vm/swap_pager.c			standard
5117vm/uma_core.c			standard
5118vm/uma_dbg.c			standard
5119vm/memguard.c			optional DEBUG_MEMGUARD
5120vm/vm_domainset.c		standard
5121vm/vm_fault.c			standard
5122vm/vm_glue.c			standard
5123vm/vm_init.c			standard
5124vm/vm_kern.c			standard
5125vm/vm_map.c			standard
5126vm/vm_meter.c			standard
5127vm/vm_mmap.c			standard
5128vm/vm_object.c			standard
5129vm/vm_page.c			standard
5130vm/vm_pageout.c			standard
5131vm/vm_pager.c			standard
5132vm/vm_phys.c			standard
5133vm/vm_radix.c			standard
5134vm/vm_reserv.c			standard
5135vm/vm_swapout.c			optional !NO_SWAPPING
5136vm/vm_swapout_dummy.c		optional NO_SWAPPING
5137vm/vm_unix.c			standard
5138vm/vnode_pager.c		standard
5139xen/features.c			optional xenhvm
5140xen/xenbus/xenbus_if.m		optional xenhvm
5141xen/xenbus/xenbus.c		optional xenhvm
5142xen/xenbus/xenbusb_if.m		optional xenhvm
5143xen/xenbus/xenbusb.c		optional xenhvm
5144xen/xenbus/xenbusb_front.c	optional xenhvm
5145xen/xenbus/xenbusb_back.c	optional xenhvm
5146xen/xenmem/xenmem_if.m		optional xenhvm
5147xdr/xdr.c			optional xdr | krpc | nfslockd | nfscl | nfsd
5148xdr/xdr_array.c			optional xdr | krpc | nfslockd | nfscl | nfsd
5149xdr/xdr_mbuf.c			optional xdr | krpc | nfslockd | nfscl | nfsd
5150xdr/xdr_mem.c			optional xdr | krpc | nfslockd | nfscl | nfsd
5151xdr/xdr_reference.c		optional xdr | krpc | nfslockd | nfscl | nfsd
5152xdr/xdr_sizeof.c		optional xdr | krpc | nfslockd | nfscl | nfsd
5153