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