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