xref: /freebsd/sys/conf/files (revision 08fca7a56b5834a87bc3c04e57f74d6ce09f2563)
1971d732aSPeter Wemm# $FreeBSD$
2f2f9c185SJustin T. Gibbs#
3f2f9c185SJustin T. Gibbs# The long compile-with and dependency lines are required because of
4f2f9c185SJustin T. Gibbs# limitations in config: backslash-newline doesn't work in strings, and
5f2f9c185SJustin T. Gibbs# dependency lines other than the first are silently ignored.
6f2f9c185SJustin T. Gibbs#
7f207ef23SNate Lawsonacpi_quirks.h			optional acpi				   \
8684c1c1dSNate Lawson	dependency	"$S/tools/acpi_quirks2h.awk $S/dev/acpica/acpi_quirks" \
9684c1c1dSNate Lawson	compile-with	"${AWK} -f $S/tools/acpi_quirks2h.awk $S/dev/acpica/acpi_quirks" \
106840424eSNate Lawson	no-obj no-implicit-rule before-depend				   \
11684c1c1dSNate Lawson	clean		"acpi_quirks.h"
123c5326bfSRafal Jaworowski#
133c5326bfSRafal Jaworowski# The 'fdt_dtb_file' target covers an actual DTB file name, which is derived
143c5326bfSRafal Jaworowski# from the specified source (DTS) file: <platform>.dts -> <platform>.dtb
153c5326bfSRafal Jaworowski#
163bd5959eSWarner Loshfdt_dtb_file			optional fdt fdt_dtb_static \
1773d49053SIan Lepore	compile-with "sh -c 'MACHINE=${MACHINE} $S/tools/fdt/make_dtb.sh $S ${FDT_DTS_FILE} ${.CURDIR}'" \
183c5326bfSRafal Jaworowski	no-obj no-implicit-rule before-depend	\
190ba771b5SBrooks Davis	clean		"${FDT_DTS_FILE:R}.dtb"
203c5326bfSRafal Jaworowskifdt_static_dtb.h		optional fdt fdt_dtb_static \
2173d49053SIan Lepore	compile-with "sh -c 'MACHINE=${MACHINE} $S/tools/fdt/make_dtbh.sh ${FDT_DTS_FILE} ${.CURDIR}'" \
22eeb913c9SWarner Losh	dependency	"fdt_dtb_file" \
233c5326bfSRafal Jaworowski	no-obj no-implicit-rule before-depend \
243c5326bfSRafal Jaworowski	clean		"fdt_static_dtb.h"
2590da2b28SAriff Abdullahfeeder_eq_gen.h			optional sound				   \
260f40c3f1SAriff Abdullah	dependency	"$S/tools/sound/feeder_eq_mkfilter.awk"		   \
270f40c3f1SAriff Abdullah	compile-with	"${AWK} -f $S/tools/sound/feeder_eq_mkfilter.awk -- ${FEEDER_EQ_PRESETS} > feeder_eq_gen.h" \
2890da2b28SAriff Abdullah	no-obj no-implicit-rule before-depend				   \
2990da2b28SAriff Abdullah	clean		"feeder_eq_gen.h"
3090da2b28SAriff Abdullahfeeder_rate_gen.h		optional sound				   \
310f40c3f1SAriff Abdullah	dependency	"$S/tools/sound/feeder_rate_mkfilter.awk"	   \
320f40c3f1SAriff Abdullah	compile-with	"${AWK} -f $S/tools/sound/feeder_rate_mkfilter.awk -- ${FEEDER_RATE_PRESETS} > feeder_rate_gen.h" \
3390da2b28SAriff Abdullah	no-obj no-implicit-rule before-depend				   \
3490da2b28SAriff Abdullah	clean		"feeder_rate_gen.h"
3590da2b28SAriff Abdullahsnd_fxdiv_gen.h			optional sound				   \
360f40c3f1SAriff Abdullah	dependency	"$S/tools/sound/snd_fxdiv_gen.awk"		   \
370f40c3f1SAriff Abdullah	compile-with	"${AWK} -f $S/tools/sound/snd_fxdiv_gen.awk -- > snd_fxdiv_gen.h" \
3890da2b28SAriff Abdullah	no-obj no-implicit-rule before-depend				   \
3990da2b28SAriff Abdullah	clean		"snd_fxdiv_gen.h"
40ca6831c7SWarner Loshmiidevs.h			optional miibus | mii			   \
4179af3d91SWarner Losh	dependency	"$S/tools/miidevs2h.awk $S/dev/mii/miidevs"	   \
4279af3d91SWarner Losh	compile-with	"${AWK} -f $S/tools/miidevs2h.awk $S/dev/mii/miidevs" \
4309c399ecSWarner Losh	no-obj no-implicit-rule before-depend				   \
4479af3d91SWarner Losh	clean		"miidevs.h"
45743e8e75SWarner Loshpccarddevs.h			standard				   \
46dba6dd17SWarner Losh	dependency	"$S/tools/pccarddevs2h.awk $S/dev/pccard/pccarddevs" \
47dba6dd17SWarner Losh	compile-with	"${AWK} -f $S/tools/pccarddevs2h.awk $S/dev/pccard/pccarddevs" \
4809c399ecSWarner Losh	no-obj no-implicit-rule before-depend				   \
49dba6dd17SWarner Losh	clean		"pccarddevs.h"
5027cf7d04SAleksandr Rybalkoteken_state.h		optional sc | vt				   \
519b934d09SEd Schouten	dependency	"$S/teken/gensequences $S/teken/sequences" \
529b934d09SEd Schouten	compile-with	"${AWK} -f $S/teken/gensequences $S/teken/sequences > teken_state.h" \
53b4b1c516SEd Schouten	no-obj no-implicit-rule before-depend				   \
54b4b1c516SEd Schouten	clean		"teken_state.h"
5511c63edeSAndrew Thompsonusbdevs.h			optional usb				   \
56dba6dd17SWarner Losh	dependency	"$S/tools/usbdevs2h.awk $S/dev/usb/usbdevs" \
572c3bc7b9SWarner Losh	compile-with	"${AWK} -f $S/tools/usbdevs2h.awk $S/dev/usb/usbdevs -h" \
5809c399ecSWarner Losh	no-obj no-implicit-rule before-depend				   \
592c3bc7b9SWarner Losh	clean		"usbdevs.h"
6011c63edeSAndrew Thompsonusbdevs_data.h			optional usb				   \
612c3bc7b9SWarner Losh	dependency	"$S/tools/usbdevs2h.awk $S/dev/usb/usbdevs" \
622c3bc7b9SWarner Losh	compile-with	"${AWK} -f $S/tools/usbdevs2h.awk $S/dev/usb/usbdevs -d" \
632c3bc7b9SWarner Losh	no-obj no-implicit-rule before-depend				   \
642c3bc7b9SWarner Losh	clean		"usbdevs_data.h"
6583f7669eSBruce Evanscam/cam.c			optional scbus
66c8789c34SScott Longcam/cam_compat.c		optional scbus
6783f7669eSBruce Evanscam/cam_periph.c		optional scbus
6883f7669eSBruce Evanscam/cam_queue.c			optional scbus
6983f7669eSBruce Evanscam/cam_sim.c			optional scbus
7083f7669eSBruce Evanscam/cam_xpt.c			optional scbus
7152c9ce25SScott Longcam/ata/ata_all.c		optional scbus
7252c9ce25SScott Longcam/ata/ata_xpt.c		optional scbus
739e30fbf6SAlexander Motincam/ata/ata_pmp.c		optional scbus
7452c9ce25SScott Longcam/scsi/scsi_xpt.c		optional scbus
7583f7669eSBruce Evanscam/scsi/scsi_all.c		optional scbus
7683f7669eSBruce Evanscam/scsi/scsi_cd.c		optional cd
7783f7669eSBruce Evanscam/scsi/scsi_ch.c		optional ch
789e30fbf6SAlexander Motincam/ata/ata_da.c		optional ada | da
79130f4520SKenneth D. Merrycam/ctl/ctl.c			optional ctl
80102a3198SDimitry Andriccam/ctl/ctl_backend.c		optional ctl
81130f4520SKenneth D. Merrycam/ctl/ctl_backend_block.c	optional ctl
82130f4520SKenneth D. Merrycam/ctl/ctl_backend_ramdisk.c	optional ctl
83102a3198SDimitry Andriccam/ctl/ctl_cmd_table.c		optional ctl
84102a3198SDimitry Andriccam/ctl/ctl_frontend.c		optional ctl
85130f4520SKenneth D. Merrycam/ctl/ctl_frontend_cam_sim.c	optional ctl
86102a3198SDimitry Andriccam/ctl/ctl_frontend_internal.c	optional ctl
87009ea47eSEdward Tomasz Napieralacam/ctl/ctl_frontend_iscsi.c	optional ctl
88130f4520SKenneth D. Merrycam/ctl/ctl_scsi_all.c		optional ctl
89984a2ea9SAlexander Motincam/ctl/ctl_tpc.c		optional ctl
90984a2ea9SAlexander Motincam/ctl/ctl_tpc_local.c		optional ctl
91102a3198SDimitry Andriccam/ctl/ctl_error.c		optional ctl
92130f4520SKenneth D. Merrycam/ctl/ctl_util.c		optional ctl
93130f4520SKenneth D. Merrycam/ctl/scsi_ctl.c		optional ctl
9483f7669eSBruce Evanscam/scsi/scsi_da.c		optional da
95a8e06f2aSRuslan Ermilovcam/scsi/scsi_low.c		optional ct | ncv | nsp | stg
9683f7669eSBruce Evanscam/scsi/scsi_pass.c		optional pass
9783f7669eSBruce Evanscam/scsi/scsi_pt.c		optional pt
9883f7669eSBruce Evanscam/scsi/scsi_sa.c		optional sa
99f6ad3f23SAlexander Motincam/scsi/scsi_enc.c		optional ses
100f6ad3f23SAlexander Motincam/scsi/scsi_enc_ses.c		optional ses
101f6ad3f23SAlexander Motincam/scsi/scsi_enc_safte.c	optional ses
1021eba4c79SScott Longcam/scsi/scsi_sg.c		optional sg
10383f7669eSBruce Evanscam/scsi/scsi_targ_bh.c		optional targbh
10483f7669eSBruce Evanscam/scsi/scsi_target.c		optional targ
10506e79492SKenneth D. Merrycam/scsi/smp_all.c		optional scbus
10688c7c434SPeter Wemm# shared between zfs and dtrace
10788c7c434SPeter Wemmcddl/compat/opensolaris/kern/opensolaris.c				optional zfs compile-with "${ZFS_C}"
10888c7c434SPeter Wemmcddl/compat/opensolaris/kern/opensolaris_cmn_err.c			optional zfs compile-with "${ZFS_C}"
10988c7c434SPeter Wemmcddl/compat/opensolaris/kern/opensolaris_kmem.c				optional zfs compile-with "${ZFS_C}"
11088c7c434SPeter Wemmcddl/compat/opensolaris/kern/opensolaris_misc.c				optional zfs compile-with "${ZFS_C}"
11188c7c434SPeter Wemmcddl/compat/opensolaris/kern/opensolaris_sunddi.c			optional zfs compile-with "${ZFS_C}"
11288c7c434SPeter Wemm# zfs specific
11388c7c434SPeter Wemmcddl/compat/opensolaris/kern/opensolaris_acl.c				optional zfs compile-with "${ZFS_C}"
11459ef6b46SSteven Hartlandcddl/compat/opensolaris/kern/opensolaris_dtrace.c			optional zfs compile-with "${ZFS_C}"
11588c7c434SPeter Wemmcddl/compat/opensolaris/kern/opensolaris_kobj.c				optional zfs compile-with "${ZFS_C}"
11688c7c434SPeter Wemmcddl/compat/opensolaris/kern/opensolaris_kstat.c			optional zfs compile-with "${ZFS_C}"
11788c7c434SPeter Wemmcddl/compat/opensolaris/kern/opensolaris_lookup.c			optional zfs compile-with "${ZFS_C}"
11888c7c434SPeter Wemmcddl/compat/opensolaris/kern/opensolaris_policy.c			optional zfs compile-with "${ZFS_C}"
11988c7c434SPeter Wemmcddl/compat/opensolaris/kern/opensolaris_string.c			optional zfs compile-with "${ZFS_C}"
12088c7c434SPeter Wemmcddl/compat/opensolaris/kern/opensolaris_sysevent.c			optional zfs compile-with "${ZFS_C}"
12188c7c434SPeter Wemmcddl/compat/opensolaris/kern/opensolaris_taskq.c			optional zfs compile-with "${ZFS_C}"
12288c7c434SPeter Wemmcddl/compat/opensolaris/kern/opensolaris_uio.c				optional zfs compile-with "${ZFS_C}"
12388c7c434SPeter Wemmcddl/compat/opensolaris/kern/opensolaris_vfs.c				optional zfs compile-with "${ZFS_C}"
12489f6b863SAttilio Raocddl/compat/opensolaris/kern/opensolaris_vm.c				optional zfs compile-with "${ZFS_C}"
12588c7c434SPeter Wemmcddl/compat/opensolaris/kern/opensolaris_zone.c				optional zfs compile-with "${ZFS_C}"
12688c7c434SPeter Wemmcddl/contrib/opensolaris/common/acl/acl_common.c			optional zfs compile-with "${ZFS_C}"
12788c7c434SPeter Wemmcddl/contrib/opensolaris/common/avl/avl.c				optional zfs compile-with "${ZFS_C}"
12879e62feeSMarius Stroblcddl/contrib/opensolaris/common/nvpair/fnvpair.c			optional zfs compile-with "${ZFS_C}"
12988c7c434SPeter Wemmcddl/contrib/opensolaris/common/nvpair/nvpair.c				optional zfs compile-with "${ZFS_C}"
13088c7c434SPeter Wemmcddl/contrib/opensolaris/common/nvpair/nvpair_alloc_fixed.c		optional zfs compile-with "${ZFS_C}"
13188c7c434SPeter Wemmcddl/contrib/opensolaris/common/unicode/u8_textprep.c			optional zfs compile-with "${ZFS_C}"
13279e62feeSMarius Stroblcddl/contrib/opensolaris/common/zfs/zfeature_common.c			optional zfs compile-with "${ZFS_C}"
13388c7c434SPeter Wemmcddl/contrib/opensolaris/common/zfs/zfs_comutil.c			optional zfs compile-with "${ZFS_C}"
13488c7c434SPeter Wemmcddl/contrib/opensolaris/common/zfs/zfs_deleg.c				optional zfs compile-with "${ZFS_C}"
13588c7c434SPeter Wemmcddl/contrib/opensolaris/common/zfs/zfs_fletcher.c			optional zfs compile-with "${ZFS_C}"
13688c7c434SPeter Wemmcddl/contrib/opensolaris/common/zfs/zfs_ioctl_compat.c			optional zfs compile-with "${ZFS_C}"
13788c7c434SPeter Wemmcddl/contrib/opensolaris/common/zfs/zfs_namecheck.c			optional zfs compile-with "${ZFS_C}"
13888c7c434SPeter Wemmcddl/contrib/opensolaris/common/zfs/zfs_prop.c				optional zfs compile-with "${ZFS_C}"
13988c7c434SPeter Wemmcddl/contrib/opensolaris/common/zfs/zpool_prop.c			optional zfs compile-with "${ZFS_C}"
14088c7c434SPeter Wemmcddl/contrib/opensolaris/common/zfs/zprop_common.c			optional zfs compile-with "${ZFS_C}"
14188c7c434SPeter Wemmcddl/contrib/opensolaris/uts/common/fs/gfs.c				optional zfs compile-with "${ZFS_C}"
14288c7c434SPeter Wemmcddl/contrib/opensolaris/uts/common/fs/vnode.c				optional zfs compile-with "${ZFS_C}"
14388c7c434SPeter Wemmcddl/contrib/opensolaris/uts/common/fs/zfs/arc.c			optional zfs compile-with "${ZFS_C}"
14429441ba3SXin LIcddl/contrib/opensolaris/uts/common/fs/zfs/blkptr.c			optional zfs compile-with "${ZFS_C}"
14588c7c434SPeter Wemmcddl/contrib/opensolaris/uts/common/fs/zfs/bplist.c			optional zfs compile-with "${ZFS_C}"
14688c7c434SPeter Wemmcddl/contrib/opensolaris/uts/common/fs/zfs/bpobj.c			optional zfs compile-with "${ZFS_C}"
14779e62feeSMarius Stroblcddl/contrib/opensolaris/uts/common/fs/zfs/bptree.c			optional zfs compile-with "${ZFS_C}"
14888c7c434SPeter Wemmcddl/contrib/opensolaris/uts/common/fs/zfs/dbuf.c			optional zfs compile-with "${ZFS_C}"
14988c7c434SPeter Wemmcddl/contrib/opensolaris/uts/common/fs/zfs/ddt.c			optional zfs compile-with "${ZFS_C}"
15088c7c434SPeter Wemmcddl/contrib/opensolaris/uts/common/fs/zfs/ddt_zap.c			optional zfs compile-with "${ZFS_C}"
15188c7c434SPeter Wemmcddl/contrib/opensolaris/uts/common/fs/zfs/dmu.c			optional zfs compile-with "${ZFS_C}"
15288c7c434SPeter Wemmcddl/contrib/opensolaris/uts/common/fs/zfs/dmu_diff.c			optional zfs compile-with "${ZFS_C}"
15388c7c434SPeter Wemmcddl/contrib/opensolaris/uts/common/fs/zfs/dmu_object.c			optional zfs compile-with "${ZFS_C}"
15488c7c434SPeter Wemmcddl/contrib/opensolaris/uts/common/fs/zfs/dmu_objset.c			optional zfs compile-with "${ZFS_C}"
15588c7c434SPeter Wemmcddl/contrib/opensolaris/uts/common/fs/zfs/dmu_send.c			optional zfs compile-with "${ZFS_C}"
15688c7c434SPeter Wemmcddl/contrib/opensolaris/uts/common/fs/zfs/dmu_traverse.c		optional zfs compile-with "${ZFS_C}"
15788c7c434SPeter Wemmcddl/contrib/opensolaris/uts/common/fs/zfs/dmu_tx.c			optional zfs compile-with "${ZFS_C}"
15888c7c434SPeter Wemmcddl/contrib/opensolaris/uts/common/fs/zfs/dmu_zfetch.c			optional zfs compile-with "${ZFS_C}"
15988c7c434SPeter Wemmcddl/contrib/opensolaris/uts/common/fs/zfs/dnode.c			optional zfs compile-with "${ZFS_C}" \
16088c7c434SPeter Wemm	warning "kernel contains CDDL licensed ZFS filesystem"
16188c7c434SPeter Wemmcddl/contrib/opensolaris/uts/common/fs/zfs/dnode_sync.c			optional zfs compile-with "${ZFS_C}"
162ab0b9f6bSXin LIcddl/contrib/opensolaris/uts/common/fs/zfs/dsl_bookmark.c		optional zfs compile-with "${ZFS_C}"
16388c7c434SPeter Wemmcddl/contrib/opensolaris/uts/common/fs/zfs/dsl_dataset.c		optional zfs compile-with "${ZFS_C}"
16488c7c434SPeter Wemmcddl/contrib/opensolaris/uts/common/fs/zfs/dsl_deadlist.c		optional zfs compile-with "${ZFS_C}"
16588c7c434SPeter Wemmcddl/contrib/opensolaris/uts/common/fs/zfs/dsl_deleg.c			optional zfs compile-with "${ZFS_C}"
1667608b757SMartin Matuskacddl/contrib/opensolaris/uts/common/fs/zfs/dsl_destroy.c		optional zfs compile-with "${ZFS_C}"
16788c7c434SPeter Wemmcddl/contrib/opensolaris/uts/common/fs/zfs/dsl_dir.c			optional zfs compile-with "${ZFS_C}"
16888c7c434SPeter Wemmcddl/contrib/opensolaris/uts/common/fs/zfs/dsl_pool.c			optional zfs compile-with "${ZFS_C}"
16988c7c434SPeter Wemmcddl/contrib/opensolaris/uts/common/fs/zfs/dsl_prop.c			optional zfs compile-with "${ZFS_C}"
17088c7c434SPeter Wemmcddl/contrib/opensolaris/uts/common/fs/zfs/dsl_scan.c			optional zfs compile-with "${ZFS_C}"
1717608b757SMartin Matuskacddl/contrib/opensolaris/uts/common/fs/zfs/dsl_userhold.c		optional zfs compile-with "${ZFS_C}"
17288c7c434SPeter Wemmcddl/contrib/opensolaris/uts/common/fs/zfs/dsl_synctask.c		optional zfs compile-with "${ZFS_C}"
17388c7c434SPeter Wemmcddl/contrib/opensolaris/uts/common/fs/zfs/gzip.c			optional zfs compile-with "${ZFS_C}"
174ef17620fSXin LIcddl/contrib/opensolaris/uts/common/fs/zfs/lz4.c			optional zfs compile-with "${ZFS_C}"
17588c7c434SPeter Wemmcddl/contrib/opensolaris/uts/common/fs/zfs/lzjb.c			optional zfs compile-with "${ZFS_C}"
17688c7c434SPeter Wemmcddl/contrib/opensolaris/uts/common/fs/zfs/metaslab.c			optional zfs compile-with "${ZFS_C}"
177456a87bbSAndriy Gaponcddl/contrib/opensolaris/uts/common/fs/zfs/range_tree.c			optional zfs compile-with "${ZFS_C}"
17888c7c434SPeter Wemmcddl/contrib/opensolaris/uts/common/fs/zfs/refcount.c			optional zfs compile-with "${ZFS_C}"
17988c7c434SPeter Wemmcddl/contrib/opensolaris/uts/common/fs/zfs/rrwlock.c			optional zfs compile-with "${ZFS_C}"
18088c7c434SPeter Wemmcddl/contrib/opensolaris/uts/common/fs/zfs/sa.c				optional zfs compile-with "${ZFS_C}"
18188c7c434SPeter Wemmcddl/contrib/opensolaris/uts/common/fs/zfs/sha256.c			optional zfs compile-with "${ZFS_C}"
18288c7c434SPeter Wemmcddl/contrib/opensolaris/uts/common/fs/zfs/spa.c			optional zfs compile-with "${ZFS_C}"
18388c7c434SPeter Wemmcddl/contrib/opensolaris/uts/common/fs/zfs/spa_config.c			optional zfs compile-with "${ZFS_C}"
18488c7c434SPeter Wemmcddl/contrib/opensolaris/uts/common/fs/zfs/spa_errlog.c			optional zfs compile-with "${ZFS_C}"
18588c7c434SPeter Wemmcddl/contrib/opensolaris/uts/common/fs/zfs/spa_history.c		optional zfs compile-with "${ZFS_C}"
18688c7c434SPeter Wemmcddl/contrib/opensolaris/uts/common/fs/zfs/spa_misc.c			optional zfs compile-with "${ZFS_C}"
18788c7c434SPeter Wemmcddl/contrib/opensolaris/uts/common/fs/zfs/space_map.c			optional zfs compile-with "${ZFS_C}"
188456a87bbSAndriy Gaponcddl/contrib/opensolaris/uts/common/fs/zfs/space_reftree.c		optional zfs compile-with "${ZFS_C}"
1894f35c3efSMarius Stroblcddl/contrib/opensolaris/uts/common/fs/zfs/trim_map.c			optional zfs compile-with "${ZFS_C}"
19088c7c434SPeter Wemmcddl/contrib/opensolaris/uts/common/fs/zfs/txg.c			optional zfs compile-with "${ZFS_C}"
19188c7c434SPeter Wemmcddl/contrib/opensolaris/uts/common/fs/zfs/uberblock.c			optional zfs compile-with "${ZFS_C}"
19288c7c434SPeter Wemmcddl/contrib/opensolaris/uts/common/fs/zfs/unique.c			optional zfs compile-with "${ZFS_C}"
19388c7c434SPeter Wemmcddl/contrib/opensolaris/uts/common/fs/zfs/vdev.c			optional zfs compile-with "${ZFS_C}"
19488c7c434SPeter Wemmcddl/contrib/opensolaris/uts/common/fs/zfs/vdev_cache.c			optional zfs compile-with "${ZFS_C}"
19588c7c434SPeter Wemmcddl/contrib/opensolaris/uts/common/fs/zfs/vdev_file.c			optional zfs compile-with "${ZFS_C}"
19688c7c434SPeter Wemmcddl/contrib/opensolaris/uts/common/fs/zfs/vdev_geom.c			optional zfs compile-with "${ZFS_C}"
19788c7c434SPeter Wemmcddl/contrib/opensolaris/uts/common/fs/zfs/vdev_label.c			optional zfs compile-with "${ZFS_C}"
19888c7c434SPeter Wemmcddl/contrib/opensolaris/uts/common/fs/zfs/vdev_mirror.c		optional zfs compile-with "${ZFS_C}"
19988c7c434SPeter Wemmcddl/contrib/opensolaris/uts/common/fs/zfs/vdev_missing.c		optional zfs compile-with "${ZFS_C}"
20088c7c434SPeter Wemmcddl/contrib/opensolaris/uts/common/fs/zfs/vdev_queue.c			optional zfs compile-with "${ZFS_C}"
20188c7c434SPeter Wemmcddl/contrib/opensolaris/uts/common/fs/zfs/vdev_raidz.c			optional zfs compile-with "${ZFS_C}"
20288c7c434SPeter Wemmcddl/contrib/opensolaris/uts/common/fs/zfs/vdev_root.c			optional zfs compile-with "${ZFS_C}"
20388c7c434SPeter Wemmcddl/contrib/opensolaris/uts/common/fs/zfs/zap.c			optional zfs compile-with "${ZFS_C}"
20488c7c434SPeter Wemmcddl/contrib/opensolaris/uts/common/fs/zfs/zap_leaf.c			optional zfs compile-with "${ZFS_C}"
20588c7c434SPeter Wemmcddl/contrib/opensolaris/uts/common/fs/zfs/zap_micro.c			optional zfs compile-with "${ZFS_C}"
20679e62feeSMarius Stroblcddl/contrib/opensolaris/uts/common/fs/zfs/zfeature.c			optional zfs compile-with "${ZFS_C}"
20788c7c434SPeter Wemmcddl/contrib/opensolaris/uts/common/fs/zfs/zfs_acl.c			optional zfs compile-with "${ZFS_C}"
20888c7c434SPeter Wemmcddl/contrib/opensolaris/uts/common/fs/zfs/zfs_byteswap.c		optional zfs compile-with "${ZFS_C}"
20988c7c434SPeter Wemmcddl/contrib/opensolaris/uts/common/fs/zfs/zfs_ctldir.c			optional zfs compile-with "${ZFS_C}"
21088c7c434SPeter Wemmcddl/contrib/opensolaris/uts/common/fs/zfs/zfs_debug.c			optional zfs compile-with "${ZFS_C}"
21188c7c434SPeter Wemmcddl/contrib/opensolaris/uts/common/fs/zfs/zfs_dir.c			optional zfs compile-with "${ZFS_C}"
21288c7c434SPeter Wemmcddl/contrib/opensolaris/uts/common/fs/zfs/zfs_fm.c			optional zfs compile-with "${ZFS_C}"
21388c7c434SPeter Wemmcddl/contrib/opensolaris/uts/common/fs/zfs/zfs_fuid.c			optional zfs compile-with "${ZFS_C}"
21488c7c434SPeter Wemmcddl/contrib/opensolaris/uts/common/fs/zfs/zfs_ioctl.c			optional zfs compile-with "${ZFS_C}"
21588c7c434SPeter Wemmcddl/contrib/opensolaris/uts/common/fs/zfs/zfs_log.c			optional zfs compile-with "${ZFS_C}"
21688c7c434SPeter Wemmcddl/contrib/opensolaris/uts/common/fs/zfs/zfs_onexit.c			optional zfs compile-with "${ZFS_C}"
21788c7c434SPeter Wemmcddl/contrib/opensolaris/uts/common/fs/zfs/zfs_replay.c			optional zfs compile-with "${ZFS_C}"
21888c7c434SPeter Wemmcddl/contrib/opensolaris/uts/common/fs/zfs/zfs_rlock.c			optional zfs compile-with "${ZFS_C}"
21988c7c434SPeter Wemmcddl/contrib/opensolaris/uts/common/fs/zfs/zfs_sa.c			optional zfs compile-with "${ZFS_C}"
22088c7c434SPeter Wemmcddl/contrib/opensolaris/uts/common/fs/zfs/zfs_vfsops.c			optional zfs compile-with "${ZFS_C}"
22188c7c434SPeter Wemmcddl/contrib/opensolaris/uts/common/fs/zfs/zfs_vnops.c			optional zfs compile-with "${ZFS_C}"
22288c7c434SPeter Wemmcddl/contrib/opensolaris/uts/common/fs/zfs/zfs_znode.c			optional zfs compile-with "${ZFS_C}"
22388c7c434SPeter Wemmcddl/contrib/opensolaris/uts/common/fs/zfs/zil.c			optional zfs compile-with "${ZFS_C}"
22488c7c434SPeter Wemmcddl/contrib/opensolaris/uts/common/fs/zfs/zio.c			optional zfs compile-with "${ZFS_C}"
22588c7c434SPeter Wemmcddl/contrib/opensolaris/uts/common/fs/zfs/zio_checksum.c		optional zfs compile-with "${ZFS_C}"
22688c7c434SPeter Wemmcddl/contrib/opensolaris/uts/common/fs/zfs/zio_compress.c		optional zfs compile-with "${ZFS_C}"
22788c7c434SPeter Wemmcddl/contrib/opensolaris/uts/common/fs/zfs/zio_inject.c			optional zfs compile-with "${ZFS_C}"
22888c7c434SPeter Wemmcddl/contrib/opensolaris/uts/common/fs/zfs/zle.c			optional zfs compile-with "${ZFS_C}"
22988c7c434SPeter Wemmcddl/contrib/opensolaris/uts/common/fs/zfs/zrlock.c			optional zfs compile-with "${ZFS_C}"
23088c7c434SPeter Wemmcddl/contrib/opensolaris/uts/common/fs/zfs/zvol.c			optional zfs compile-with "${ZFS_C}"
23188c7c434SPeter Wemmcddl/contrib/opensolaris/uts/common/os/callb.c				optional zfs compile-with "${ZFS_C}"
23288c7c434SPeter Wemmcddl/contrib/opensolaris/uts/common/os/fm.c				optional zfs compile-with "${ZFS_C}"
23388c7c434SPeter Wemmcddl/contrib/opensolaris/uts/common/os/list.c				optional zfs compile-with "${ZFS_C}"
23488c7c434SPeter Wemmcddl/contrib/opensolaris/uts/common/os/nvpair_alloc_system.c		optional zfs compile-with "${ZFS_C}"
23588c7c434SPeter Wemmcddl/contrib/opensolaris/uts/common/zmod/adler32.c			optional zfs compile-with "${ZFS_C}"
23688c7c434SPeter Wemmcddl/contrib/opensolaris/uts/common/zmod/deflate.c			optional zfs compile-with "${ZFS_C}"
23788c7c434SPeter Wemmcddl/contrib/opensolaris/uts/common/zmod/inffast.c			optional zfs compile-with "${ZFS_C}"
23888c7c434SPeter Wemmcddl/contrib/opensolaris/uts/common/zmod/inflate.c			optional zfs compile-with "${ZFS_C}"
23988c7c434SPeter Wemmcddl/contrib/opensolaris/uts/common/zmod/inftrees.c			optional zfs compile-with "${ZFS_C}"
24088c7c434SPeter Wemmcddl/contrib/opensolaris/uts/common/zmod/opensolaris_crc32.c		optional zfs compile-with "${ZFS_C}"
24188c7c434SPeter Wemmcddl/contrib/opensolaris/uts/common/zmod/trees.c			optional zfs compile-with "${ZFS_C}"
24288c7c434SPeter Wemmcddl/contrib/opensolaris/uts/common/zmod/zmod.c				optional zfs compile-with "${ZFS_C}"
24388c7c434SPeter Wemmcddl/contrib/opensolaris/uts/common/zmod/zmod_subr.c			optional zfs compile-with "${ZFS_C}"
24488c7c434SPeter Wemmcddl/contrib/opensolaris/uts/common/zmod/zutil.c			optional zfs compile-with "${ZFS_C}"
2450dac22d8SPawel Jakub Dawidekcompat/freebsd32/freebsd32_capability.c	optional compat_freebsd32
246e3cdd5e1SWarner Loshcompat/freebsd32/freebsd32_ioctl.c	optional compat_freebsd32
247e3cdd5e1SWarner Loshcompat/freebsd32/freebsd32_misc.c	optional compat_freebsd32
248e3cdd5e1SWarner Loshcompat/freebsd32/freebsd32_syscalls.c	optional compat_freebsd32
249e3cdd5e1SWarner Loshcompat/freebsd32/freebsd32_sysent.c	optional compat_freebsd32
2500e26b6ebSDavid E. O'Briencontrib/altq/altq/altq_cbq.c		optional altq
25102b199f1SMax Laiercontrib/altq/altq/altq_cdnr.c		optional altq
2520e26b6ebSDavid E. O'Briencontrib/altq/altq/altq_hfsc.c		optional altq
2530e26b6ebSDavid E. O'Briencontrib/altq/altq/altq_priq.c		optional altq
2540e26b6ebSDavid E. O'Briencontrib/altq/altq/altq_red.c		optional altq
2550e26b6ebSDavid E. O'Briencontrib/altq/altq/altq_rio.c		optional altq
25602b199f1SMax Laiercontrib/altq/altq/altq_rmclass.c	optional altq
2570e26b6ebSDavid E. O'Briencontrib/altq/altq/altq_subr.c		optional altq
258313a0c13SJung-uk Kimcontrib/dev/acpica/common/ahids.c			optional acpi acpi_debug
259313a0c13SJung-uk Kimcontrib/dev/acpica/common/ahuuids.c			optional acpi acpi_debug
260a159c266SJung-uk Kimcontrib/dev/acpica/components/debugger/dbcmds.c		optional acpi acpi_debug
261efcc2a30SJung-uk Kimcontrib/dev/acpica/components/debugger/dbconvert.c	optional acpi acpi_debug
262a159c266SJung-uk Kimcontrib/dev/acpica/components/debugger/dbdisply.c	optional acpi acpi_debug
263a159c266SJung-uk Kimcontrib/dev/acpica/components/debugger/dbexec.c		optional acpi acpi_debug
264a159c266SJung-uk Kimcontrib/dev/acpica/components/debugger/dbfileio.c	optional acpi acpi_debug
265a159c266SJung-uk Kimcontrib/dev/acpica/components/debugger/dbhistry.c	optional acpi acpi_debug
266a159c266SJung-uk Kimcontrib/dev/acpica/components/debugger/dbinput.c	optional acpi acpi_debug
267a159c266SJung-uk Kimcontrib/dev/acpica/components/debugger/dbmethod.c	optional acpi acpi_debug
268a159c266SJung-uk Kimcontrib/dev/acpica/components/debugger/dbnames.c	optional acpi acpi_debug
269a159c266SJung-uk Kimcontrib/dev/acpica/components/debugger/dbstats.c	optional acpi acpi_debug
270313a0c13SJung-uk Kimcontrib/dev/acpica/components/debugger/dbtest.c		optional acpi acpi_debug
271a159c266SJung-uk Kimcontrib/dev/acpica/components/debugger/dbutils.c	optional acpi acpi_debug
272a159c266SJung-uk Kimcontrib/dev/acpica/components/debugger/dbxface.c	optional acpi acpi_debug
273a159c266SJung-uk Kimcontrib/dev/acpica/components/disassembler/dmbuffer.c	optional acpi acpi_debug
274ed17e06eSJung-uk Kimcontrib/dev/acpica/components/disassembler/dmdeferred.c	optional acpi acpi_debug
275a159c266SJung-uk Kimcontrib/dev/acpica/components/disassembler/dmnames.c	optional acpi acpi_debug
276a159c266SJung-uk Kimcontrib/dev/acpica/components/disassembler/dmopcode.c	optional acpi acpi_debug
277a159c266SJung-uk Kimcontrib/dev/acpica/components/disassembler/dmobject.c	optional acpi acpi_debug
278a159c266SJung-uk Kimcontrib/dev/acpica/components/disassembler/dmresrc.c	optional acpi acpi_debug
279a159c266SJung-uk Kimcontrib/dev/acpica/components/disassembler/dmresrcl.c	optional acpi acpi_debug
280a159c266SJung-uk Kimcontrib/dev/acpica/components/disassembler/dmresrcl2.c	optional acpi acpi_debug
281a159c266SJung-uk Kimcontrib/dev/acpica/components/disassembler/dmresrcs.c	optional acpi acpi_debug
282a159c266SJung-uk Kimcontrib/dev/acpica/components/disassembler/dmutils.c	optional acpi acpi_debug
283a159c266SJung-uk Kimcontrib/dev/acpica/components/disassembler/dmwalk.c	optional acpi acpi_debug
284a159c266SJung-uk Kimcontrib/dev/acpica/components/dispatcher/dsargs.c	optional acpi
285a159c266SJung-uk Kimcontrib/dev/acpica/components/dispatcher/dscontrol.c	optional acpi
286a159c266SJung-uk Kimcontrib/dev/acpica/components/dispatcher/dsfield.c	optional acpi
287a159c266SJung-uk Kimcontrib/dev/acpica/components/dispatcher/dsinit.c	optional acpi
288a159c266SJung-uk Kimcontrib/dev/acpica/components/dispatcher/dsmethod.c	optional acpi
289a159c266SJung-uk Kimcontrib/dev/acpica/components/dispatcher/dsmthdat.c	optional acpi
290a159c266SJung-uk Kimcontrib/dev/acpica/components/dispatcher/dsobject.c	optional acpi
291a159c266SJung-uk Kimcontrib/dev/acpica/components/dispatcher/dsopcode.c	optional acpi
292a159c266SJung-uk Kimcontrib/dev/acpica/components/dispatcher/dsutils.c	optional acpi
293a159c266SJung-uk Kimcontrib/dev/acpica/components/dispatcher/dswexec.c	optional acpi
294a159c266SJung-uk Kimcontrib/dev/acpica/components/dispatcher/dswload.c	optional acpi
295a159c266SJung-uk Kimcontrib/dev/acpica/components/dispatcher/dswload2.c	optional acpi
296a159c266SJung-uk Kimcontrib/dev/acpica/components/dispatcher/dswscope.c	optional acpi
297a159c266SJung-uk Kimcontrib/dev/acpica/components/dispatcher/dswstate.c	optional acpi
298a159c266SJung-uk Kimcontrib/dev/acpica/components/events/evevent.c		optional acpi
299a159c266SJung-uk Kimcontrib/dev/acpica/components/events/evglock.c		optional acpi
300a159c266SJung-uk Kimcontrib/dev/acpica/components/events/evgpe.c		optional acpi
301a159c266SJung-uk Kimcontrib/dev/acpica/components/events/evgpeblk.c		optional acpi
302a159c266SJung-uk Kimcontrib/dev/acpica/components/events/evgpeinit.c	optional acpi
303a159c266SJung-uk Kimcontrib/dev/acpica/components/events/evgpeutil.c	optional acpi
304efcc2a30SJung-uk Kimcontrib/dev/acpica/components/events/evhandler.c	optional acpi
305a159c266SJung-uk Kimcontrib/dev/acpica/components/events/evmisc.c		optional acpi
306a159c266SJung-uk Kimcontrib/dev/acpica/components/events/evregion.c		optional acpi
307a159c266SJung-uk Kimcontrib/dev/acpica/components/events/evrgnini.c		optional acpi
308a159c266SJung-uk Kimcontrib/dev/acpica/components/events/evsci.c		optional acpi
309a159c266SJung-uk Kimcontrib/dev/acpica/components/events/evxface.c		optional acpi
310a159c266SJung-uk Kimcontrib/dev/acpica/components/events/evxfevnt.c		optional acpi
311a159c266SJung-uk Kimcontrib/dev/acpica/components/events/evxfgpe.c		optional acpi
312a159c266SJung-uk Kimcontrib/dev/acpica/components/events/evxfregn.c		optional acpi
313a159c266SJung-uk Kimcontrib/dev/acpica/components/executer/exconfig.c	optional acpi
314a159c266SJung-uk Kimcontrib/dev/acpica/components/executer/exconvrt.c	optional acpi
315a159c266SJung-uk Kimcontrib/dev/acpica/components/executer/excreate.c	optional acpi
316a159c266SJung-uk Kimcontrib/dev/acpica/components/executer/exdebug.c	optional acpi
317a159c266SJung-uk Kimcontrib/dev/acpica/components/executer/exdump.c		optional acpi
318a159c266SJung-uk Kimcontrib/dev/acpica/components/executer/exfield.c	optional acpi
319a159c266SJung-uk Kimcontrib/dev/acpica/components/executer/exfldio.c	optional acpi
320a159c266SJung-uk Kimcontrib/dev/acpica/components/executer/exmisc.c		optional acpi
321a159c266SJung-uk Kimcontrib/dev/acpica/components/executer/exmutex.c	optional acpi
322a159c266SJung-uk Kimcontrib/dev/acpica/components/executer/exnames.c	optional acpi
323a159c266SJung-uk Kimcontrib/dev/acpica/components/executer/exoparg1.c	optional acpi
324a159c266SJung-uk Kimcontrib/dev/acpica/components/executer/exoparg2.c	optional acpi
325a159c266SJung-uk Kimcontrib/dev/acpica/components/executer/exoparg3.c	optional acpi
326a159c266SJung-uk Kimcontrib/dev/acpica/components/executer/exoparg6.c	optional acpi
327a159c266SJung-uk Kimcontrib/dev/acpica/components/executer/exprep.c		optional acpi
328a159c266SJung-uk Kimcontrib/dev/acpica/components/executer/exregion.c	optional acpi
329a159c266SJung-uk Kimcontrib/dev/acpica/components/executer/exresnte.c	optional acpi
330a159c266SJung-uk Kimcontrib/dev/acpica/components/executer/exresolv.c	optional acpi
331a159c266SJung-uk Kimcontrib/dev/acpica/components/executer/exresop.c	optional acpi
332a159c266SJung-uk Kimcontrib/dev/acpica/components/executer/exstore.c	optional acpi
333a159c266SJung-uk Kimcontrib/dev/acpica/components/executer/exstoren.c	optional acpi
334a159c266SJung-uk Kimcontrib/dev/acpica/components/executer/exstorob.c	optional acpi
335a159c266SJung-uk Kimcontrib/dev/acpica/components/executer/exsystem.c	optional acpi
336a159c266SJung-uk Kimcontrib/dev/acpica/components/executer/exutils.c	optional acpi
337a159c266SJung-uk Kimcontrib/dev/acpica/components/hardware/hwacpi.c		optional acpi
338a159c266SJung-uk Kimcontrib/dev/acpica/components/hardware/hwesleep.c	optional acpi
339a159c266SJung-uk Kimcontrib/dev/acpica/components/hardware/hwgpe.c		optional acpi
340a159c266SJung-uk Kimcontrib/dev/acpica/components/hardware/hwpci.c		optional acpi
341a159c266SJung-uk Kimcontrib/dev/acpica/components/hardware/hwregs.c		optional acpi
342a159c266SJung-uk Kimcontrib/dev/acpica/components/hardware/hwsleep.c	optional acpi
343a159c266SJung-uk Kimcontrib/dev/acpica/components/hardware/hwtimer.c	optional acpi
344a159c266SJung-uk Kimcontrib/dev/acpica/components/hardware/hwvalid.c	optional acpi
345a159c266SJung-uk Kimcontrib/dev/acpica/components/hardware/hwxface.c	optional acpi
346a159c266SJung-uk Kimcontrib/dev/acpica/components/hardware/hwxfsleep.c	optional acpi
347a159c266SJung-uk Kimcontrib/dev/acpica/components/namespace/nsaccess.c	optional acpi
348a159c266SJung-uk Kimcontrib/dev/acpica/components/namespace/nsalloc.c	optional acpi
349895f26a9SJung-uk Kimcontrib/dev/acpica/components/namespace/nsarguments.c	optional acpi
3509c48c75eSJung-uk Kimcontrib/dev/acpica/components/namespace/nsconvert.c	optional acpi
351a159c266SJung-uk Kimcontrib/dev/acpica/components/namespace/nsdump.c	optional acpi
352a159c266SJung-uk Kimcontrib/dev/acpica/components/namespace/nseval.c	optional acpi
353a159c266SJung-uk Kimcontrib/dev/acpica/components/namespace/nsinit.c	optional acpi
354a159c266SJung-uk Kimcontrib/dev/acpica/components/namespace/nsload.c	optional acpi
355a159c266SJung-uk Kimcontrib/dev/acpica/components/namespace/nsnames.c	optional acpi
356a159c266SJung-uk Kimcontrib/dev/acpica/components/namespace/nsobject.c	optional acpi
357a159c266SJung-uk Kimcontrib/dev/acpica/components/namespace/nsparse.c	optional acpi
358a159c266SJung-uk Kimcontrib/dev/acpica/components/namespace/nspredef.c	optional acpi
359efcc2a30SJung-uk Kimcontrib/dev/acpica/components/namespace/nsprepkg.c	optional acpi
360a159c266SJung-uk Kimcontrib/dev/acpica/components/namespace/nsrepair.c	optional acpi
361a159c266SJung-uk Kimcontrib/dev/acpica/components/namespace/nsrepair2.c	optional acpi
362a159c266SJung-uk Kimcontrib/dev/acpica/components/namespace/nssearch.c	optional acpi
363a159c266SJung-uk Kimcontrib/dev/acpica/components/namespace/nsutils.c	optional acpi
364a159c266SJung-uk Kimcontrib/dev/acpica/components/namespace/nswalk.c	optional acpi
365a159c266SJung-uk Kimcontrib/dev/acpica/components/namespace/nsxfeval.c	optional acpi
366a159c266SJung-uk Kimcontrib/dev/acpica/components/namespace/nsxfname.c	optional acpi
367a159c266SJung-uk Kimcontrib/dev/acpica/components/namespace/nsxfobj.c	optional acpi
368a159c266SJung-uk Kimcontrib/dev/acpica/components/parser/psargs.c		optional acpi
369a159c266SJung-uk Kimcontrib/dev/acpica/components/parser/psloop.c		optional acpi
370efcc2a30SJung-uk Kimcontrib/dev/acpica/components/parser/psobject.c		optional acpi
371a159c266SJung-uk Kimcontrib/dev/acpica/components/parser/psopcode.c		optional acpi
372efcc2a30SJung-uk Kimcontrib/dev/acpica/components/parser/psopinfo.c		optional acpi
373a159c266SJung-uk Kimcontrib/dev/acpica/components/parser/psparse.c		optional acpi
374a159c266SJung-uk Kimcontrib/dev/acpica/components/parser/psscope.c		optional acpi
375a159c266SJung-uk Kimcontrib/dev/acpica/components/parser/pstree.c		optional acpi
376a159c266SJung-uk Kimcontrib/dev/acpica/components/parser/psutils.c		optional acpi
377a159c266SJung-uk Kimcontrib/dev/acpica/components/parser/pswalk.c		optional acpi
378a159c266SJung-uk Kimcontrib/dev/acpica/components/parser/psxface.c		optional acpi
379a159c266SJung-uk Kimcontrib/dev/acpica/components/resources/rsaddr.c	optional acpi
380a159c266SJung-uk Kimcontrib/dev/acpica/components/resources/rscalc.c	optional acpi
381a159c266SJung-uk Kimcontrib/dev/acpica/components/resources/rscreate.c	optional acpi
382a159c266SJung-uk Kimcontrib/dev/acpica/components/resources/rsdump.c	optional acpi
383efcc2a30SJung-uk Kimcontrib/dev/acpica/components/resources/rsdumpinfo.c	optional acpi
384a159c266SJung-uk Kimcontrib/dev/acpica/components/resources/rsinfo.c	optional acpi
385a159c266SJung-uk Kimcontrib/dev/acpica/components/resources/rsio.c		optional acpi
386a159c266SJung-uk Kimcontrib/dev/acpica/components/resources/rsirq.c		optional acpi
387a159c266SJung-uk Kimcontrib/dev/acpica/components/resources/rslist.c	optional acpi
388a159c266SJung-uk Kimcontrib/dev/acpica/components/resources/rsmemory.c	optional acpi
389a159c266SJung-uk Kimcontrib/dev/acpica/components/resources/rsmisc.c	optional acpi
390a159c266SJung-uk Kimcontrib/dev/acpica/components/resources/rsserial.c	optional acpi
391a159c266SJung-uk Kimcontrib/dev/acpica/components/resources/rsutils.c	optional acpi
392a159c266SJung-uk Kimcontrib/dev/acpica/components/resources/rsxface.c	optional acpi
393313a0c13SJung-uk Kimcontrib/dev/acpica/components/tables/tbdata.c		optional acpi
394a159c266SJung-uk Kimcontrib/dev/acpica/components/tables/tbfadt.c		optional acpi
395a159c266SJung-uk Kimcontrib/dev/acpica/components/tables/tbfind.c		optional acpi
396a159c266SJung-uk Kimcontrib/dev/acpica/components/tables/tbinstal.c		optional acpi
397a9d8d09cSJung-uk Kimcontrib/dev/acpica/components/tables/tbprint.c		optional acpi
398a159c266SJung-uk Kimcontrib/dev/acpica/components/tables/tbutils.c		optional acpi
399a159c266SJung-uk Kimcontrib/dev/acpica/components/tables/tbxface.c		optional acpi
400e8241eabSJung-uk Kimcontrib/dev/acpica/components/tables/tbxfload.c		optional acpi
401a159c266SJung-uk Kimcontrib/dev/acpica/components/tables/tbxfroot.c		optional acpi
402a159c266SJung-uk Kimcontrib/dev/acpica/components/utilities/utaddress.c	optional acpi
403a159c266SJung-uk Kimcontrib/dev/acpica/components/utilities/utalloc.c	optional acpi
404a9d8d09cSJung-uk Kimcontrib/dev/acpica/components/utilities/utbuffer.c	optional acpi
405a159c266SJung-uk Kimcontrib/dev/acpica/components/utilities/utcache.c	optional acpi
406a159c266SJung-uk Kimcontrib/dev/acpica/components/utilities/utcopy.c	optional acpi
407a159c266SJung-uk Kimcontrib/dev/acpica/components/utilities/utdebug.c	optional acpi
408a159c266SJung-uk Kimcontrib/dev/acpica/components/utilities/utdecode.c	optional acpi
409a159c266SJung-uk Kimcontrib/dev/acpica/components/utilities/utdelete.c	optional acpi
410a9d8d09cSJung-uk Kimcontrib/dev/acpica/components/utilities/uterror.c	optional acpi
411a159c266SJung-uk Kimcontrib/dev/acpica/components/utilities/uteval.c	optional acpi
412e8241eabSJung-uk Kimcontrib/dev/acpica/components/utilities/utexcep.c	optional acpi
413a159c266SJung-uk Kimcontrib/dev/acpica/components/utilities/utglobal.c	optional acpi
414313a0c13SJung-uk Kimcontrib/dev/acpica/components/utilities/uthex.c		optional acpi
415a159c266SJung-uk Kimcontrib/dev/acpica/components/utilities/utids.c		optional acpi
416a159c266SJung-uk Kimcontrib/dev/acpica/components/utilities/utinit.c	optional acpi
417a159c266SJung-uk Kimcontrib/dev/acpica/components/utilities/utlock.c	optional acpi
418a159c266SJung-uk Kimcontrib/dev/acpica/components/utilities/utmath.c	optional acpi
419a159c266SJung-uk Kimcontrib/dev/acpica/components/utilities/utmisc.c	optional acpi
420a159c266SJung-uk Kimcontrib/dev/acpica/components/utilities/utmutex.c	optional acpi
421a159c266SJung-uk Kimcontrib/dev/acpica/components/utilities/utobject.c	optional acpi
422a159c266SJung-uk Kimcontrib/dev/acpica/components/utilities/utosi.c		optional acpi
423efcc2a30SJung-uk Kimcontrib/dev/acpica/components/utilities/utownerid.c	optional acpi
4249c7c683cSJung-uk Kimcontrib/dev/acpica/components/utilities/utpredef.c	optional acpi
425a159c266SJung-uk Kimcontrib/dev/acpica/components/utilities/utresrc.c	optional acpi
426a159c266SJung-uk Kimcontrib/dev/acpica/components/utilities/utstate.c	optional acpi
427efcc2a30SJung-uk Kimcontrib/dev/acpica/components/utilities/utstring.c	optional acpi
428313a0c13SJung-uk Kimcontrib/dev/acpica/components/utilities/utuuid.c	optional acpi acpi_debug
429a159c266SJung-uk Kimcontrib/dev/acpica/components/utilities/utxface.c	optional acpi
430a159c266SJung-uk Kimcontrib/dev/acpica/components/utilities/utxferror.c	optional acpi
4311df130f1SJung-uk Kimcontrib/dev/acpica/components/utilities/utxfinit.c	optional acpi
432a159c266SJung-uk Kim#contrib/dev/acpica/components/utilities/utxfmutex.c	optional acpi
4337014a508SDavid E. O'Briencontrib/ipfilter/netinet/fil.c	optional ipfilter inet \
4343d3e01a2SDimitry Andric	compile-with "${NORMAL_C} ${NO_WSELF_ASSIGN} -Wno-unused -I$S/contrib/ipfilter"
4357014a508SDavid E. O'Briencontrib/ipfilter/netinet/ip_auth.c optional ipfilter inet \
4363d3e01a2SDimitry Andric	compile-with "${NORMAL_C} -Wno-unused -I$S/contrib/ipfilter"
4377014a508SDavid E. O'Briencontrib/ipfilter/netinet/ip_fil_freebsd.c optional ipfilter inet \
4383d3e01a2SDimitry Andric	compile-with "${NORMAL_C} -Wno-unused -I$S/contrib/ipfilter"
4397014a508SDavid E. O'Briencontrib/ipfilter/netinet/ip_frag.c optional ipfilter inet \
4403d3e01a2SDimitry Andric	compile-with "${NORMAL_C} -Wno-unused -I$S/contrib/ipfilter"
4417014a508SDavid E. O'Briencontrib/ipfilter/netinet/ip_log.c optional ipfilter inet \
4427014a508SDavid E. O'Brien	compile-with "${NORMAL_C} -I$S/contrib/ipfilter"
4437014a508SDavid E. O'Briencontrib/ipfilter/netinet/ip_nat.c optional ipfilter inet \
4443d3e01a2SDimitry Andric	compile-with "${NORMAL_C} -Wno-unused -I$S/contrib/ipfilter"
4457014a508SDavid E. O'Briencontrib/ipfilter/netinet/ip_proxy.c optional ipfilter inet \
4463d3e01a2SDimitry Andric	compile-with "${NORMAL_C} ${NO_WSELF_ASSIGN} -Wno-unused -I$S/contrib/ipfilter"
4477014a508SDavid E. O'Briencontrib/ipfilter/netinet/ip_state.c optional ipfilter inet \
4483d3e01a2SDimitry Andric	compile-with "${NORMAL_C} -Wno-unused -I$S/contrib/ipfilter"
4497014a508SDavid E. O'Briencontrib/ipfilter/netinet/ip_lookup.c optional ipfilter inet \
4503d3e01a2SDimitry Andric	compile-with "${NORMAL_C} ${NO_WSELF_ASSIGN} -Wno-unused -Wno-error -I$S/contrib/ipfilter"
4517014a508SDavid E. O'Briencontrib/ipfilter/netinet/ip_pool.c optional ipfilter inet \
4523d3e01a2SDimitry Andric	compile-with "${NORMAL_C} -Wno-unused -I$S/contrib/ipfilter"
4537014a508SDavid E. O'Briencontrib/ipfilter/netinet/ip_htable.c optional ipfilter inet \
4543d3e01a2SDimitry Andric	compile-with "${NORMAL_C} -Wno-unused -I$S/contrib/ipfilter"
4557014a508SDavid E. O'Briencontrib/ipfilter/netinet/ip_sync.c optional ipfilter inet \
4563d3e01a2SDimitry Andric	compile-with "${NORMAL_C} -Wno-unused -I$S/contrib/ipfilter"
4577014a508SDavid E. O'Briencontrib/ipfilter/netinet/mlfk_ipl.c optional ipfilter inet \
4587014a508SDavid E. O'Brien	compile-with "${NORMAL_C} -I$S/contrib/ipfilter"
459bfc88dcbSCy Schubertcontrib/ipfilter/netinet/ip_nat6.c optional ipfilter inet \
4603d3e01a2SDimitry Andric	compile-with "${NORMAL_C} -Wno-unused -I$S/contrib/ipfilter"
461bfc88dcbSCy Schubertcontrib/ipfilter/netinet/ip_rules.c optional ipfilter inet \
462bfc88dcbSCy Schubert	compile-with "${NORMAL_C} -I$S/contrib/ipfilter"
463bfc88dcbSCy Schubertcontrib/ipfilter/netinet/ip_scan.c optional ipfilter inet \
4643d3e01a2SDimitry Andric	compile-with "${NORMAL_C} -Wno-unused -I$S/contrib/ipfilter"
465bfc88dcbSCy Schubertcontrib/ipfilter/netinet/ip_dstlist.c optional ipfilter inet \
4663d3e01a2SDimitry Andric	compile-with "${NORMAL_C} -Wno-unused -I$S/contrib/ipfilter"
467bfc88dcbSCy Schubertcontrib/ipfilter/netinet/radix_ipf.c optional ipfilter inet \
468bfc88dcbSCy Schubert	compile-with "${NORMAL_C} -I$S/contrib/ipfilter"
4693c5326bfSRafal Jaworowskicontrib/libfdt/fdt.c		optional fdt
4703c5326bfSRafal Jaworowskicontrib/libfdt/fdt_ro.c		optional fdt
4713c5326bfSRafal Jaworowskicontrib/libfdt/fdt_rw.c		optional fdt
4723c5326bfSRafal Jaworowskicontrib/libfdt/fdt_strerror.c	optional fdt
4733c5326bfSRafal Jaworowskicontrib/libfdt/fdt_sw.c		optional fdt
4743c5326bfSRafal Jaworowskicontrib/libfdt/fdt_wip.c	optional fdt
47594caedfbSDavid E. O'Briencontrib/ngatm/netnatm/api/cc_conn.c optional ngatm_ccatm \
47640854247SPeter Wemm	compile-with "${NORMAL_C_NOWERROR} -I$S/contrib/ngatm"
47794caedfbSDavid E. O'Briencontrib/ngatm/netnatm/api/cc_data.c optional ngatm_ccatm \
47894caedfbSDavid E. O'Brien	compile-with "${NORMAL_C} -I$S/contrib/ngatm"
47994caedfbSDavid E. O'Briencontrib/ngatm/netnatm/api/cc_dump.c optional ngatm_ccatm \
48094caedfbSDavid E. O'Brien	compile-with "${NORMAL_C} -I$S/contrib/ngatm"
48194caedfbSDavid E. O'Briencontrib/ngatm/netnatm/api/cc_port.c optional ngatm_ccatm \
48294caedfbSDavid E. O'Brien	compile-with "${NORMAL_C} -I$S/contrib/ngatm"
48394caedfbSDavid E. O'Briencontrib/ngatm/netnatm/api/cc_sig.c optional ngatm_ccatm \
48494caedfbSDavid E. O'Brien	compile-with "${NORMAL_C} -I$S/contrib/ngatm"
48594caedfbSDavid E. O'Briencontrib/ngatm/netnatm/api/cc_user.c optional ngatm_ccatm \
48694caedfbSDavid E. O'Brien	compile-with "${NORMAL_C} -I$S/contrib/ngatm"
48794caedfbSDavid E. O'Briencontrib/ngatm/netnatm/api/unisap.c optional ngatm_ccatm \
48894caedfbSDavid E. O'Brien	compile-with "${NORMAL_C} -I$S/contrib/ngatm"
48994caedfbSDavid E. O'Briencontrib/ngatm/netnatm/misc/straddr.c optional ngatm_atmbase \
49094caedfbSDavid E. O'Brien	compile-with "${NORMAL_C} -I$S/contrib/ngatm"
49194caedfbSDavid E. O'Briencontrib/ngatm/netnatm/misc/unimsg_common.c optional ngatm_atmbase \
49294caedfbSDavid E. O'Brien	compile-with "${NORMAL_C} -I$S/contrib/ngatm"
49394caedfbSDavid E. O'Briencontrib/ngatm/netnatm/msg/traffic.c optional ngatm_atmbase \
49494caedfbSDavid E. O'Brien	compile-with "${NORMAL_C} -I$S/contrib/ngatm"
49594caedfbSDavid E. O'Briencontrib/ngatm/netnatm/msg/uni_ie.c optional ngatm_atmbase \
49694caedfbSDavid E. O'Brien	compile-with "${NORMAL_C} -I$S/contrib/ngatm"
49794caedfbSDavid E. O'Briencontrib/ngatm/netnatm/msg/uni_msg.c optional ngatm_atmbase \
49894caedfbSDavid E. O'Brien	compile-with "${NORMAL_C} -I$S/contrib/ngatm"
49994caedfbSDavid E. O'Briencontrib/ngatm/netnatm/saal/saal_sscfu.c	optional ngatm_sscfu \
50094caedfbSDavid E. O'Brien	compile-with "${NORMAL_C} -I$S/contrib/ngatm"
50194caedfbSDavid E. O'Briencontrib/ngatm/netnatm/saal/saal_sscop.c	optional ngatm_sscop \
50294caedfbSDavid E. O'Brien	compile-with "${NORMAL_C} -I$S/contrib/ngatm"
50394caedfbSDavid E. O'Briencontrib/ngatm/netnatm/sig/sig_call.c optional ngatm_uni \
50494caedfbSDavid E. O'Brien	compile-with "${NORMAL_C} -I$S/contrib/ngatm"
50594caedfbSDavid E. O'Briencontrib/ngatm/netnatm/sig/sig_coord.c optional ngatm_uni \
50694caedfbSDavid E. O'Brien	compile-with "${NORMAL_C} -I$S/contrib/ngatm"
50794caedfbSDavid E. O'Briencontrib/ngatm/netnatm/sig/sig_party.c optional ngatm_uni \
50894caedfbSDavid E. O'Brien	compile-with "${NORMAL_C} -I$S/contrib/ngatm"
50994caedfbSDavid E. O'Briencontrib/ngatm/netnatm/sig/sig_print.c optional ngatm_uni \
51094caedfbSDavid E. O'Brien	compile-with "${NORMAL_C} -I$S/contrib/ngatm"
51194caedfbSDavid E. O'Briencontrib/ngatm/netnatm/sig/sig_reset.c optional ngatm_uni \
51294caedfbSDavid E. O'Brien	compile-with "${NORMAL_C} -I$S/contrib/ngatm"
51394caedfbSDavid E. O'Briencontrib/ngatm/netnatm/sig/sig_uni.c optional ngatm_uni \
51494caedfbSDavid E. O'Brien	compile-with "${NORMAL_C} -I$S/contrib/ngatm"
51594caedfbSDavid E. O'Briencontrib/ngatm/netnatm/sig/sig_unimsgcpy.c optional ngatm_uni \
51694caedfbSDavid E. O'Brien	compile-with "${NORMAL_C} -I$S/contrib/ngatm"
51794caedfbSDavid E. O'Briencontrib/ngatm/netnatm/sig/sig_verify.c optional ngatm_uni \
51894caedfbSDavid E. O'Brien	compile-with "${NORMAL_C} -I$S/contrib/ngatm"
519b2630c29SGeorge V. Neville-Neilcrypto/blowfish/bf_ecb.c	optional ipsec
520b2630c29SGeorge V. Neville-Neilcrypto/blowfish/bf_skey.c	optional crypto | ipsec
521b2630c29SGeorge V. Neville-Neilcrypto/camellia/camellia.c	optional crypto | ipsec
522b2630c29SGeorge V. Neville-Neilcrypto/camellia/camellia-api.c	optional crypto | ipsec
523237abf0cSDavide Italianocrypto/des/des_ecb.c		optional crypto | ipsec | netsmb
524237abf0cSDavide Italianocrypto/des/des_setkey.c		optional crypto | ipsec | netsmb
525a9148abdSDoug Rabsoncrypto/rc4/rc4.c		optional netgraph_mppc_encryption | kgssapi
526a8e06f2aSRuslan Ermilovcrypto/rijndael/rijndael-alg-fst.c optional crypto | geom_bde | \
5270e6a0799SDavid E. O'Brien					 ipsec | random | wlan_ccmp
5280e6a0799SDavid E. O'Briencrypto/rijndael/rijndael-api-fst.c optional geom_bde | random
529a8e06f2aSRuslan Ermilovcrypto/rijndael/rijndael-api.c	optional crypto | ipsec | wlan_ccmp
530a8e06f2aSRuslan Ermilovcrypto/sha1.c			optional carp | crypto | ipsec | \
531f8829a4aSRandall Stewart					 netgraph_mppc_encryption | sctp
532f8829a4aSRandall Stewartcrypto/sha2/sha2.c		optional crypto | geom_bde | ipsec | random | \
53388c7c434SPeter Wemm					 sctp | zfs
5348083f14fSJohn-Mark Gurneycrypto/sha2/sha256c.c		optional crypto | geom_bde | ipsec | random | \
5358083f14fSJohn-Mark Gurney					 sctp | zfs
53681d392a0SAndre Oppermanncrypto/siphash/siphash.c	optional inet | inet6
53781d392a0SAndre Oppermanncrypto/siphash/siphash_test.c	optional inet | inet6
53826f9a767SRodney W. Grimesddb/db_access.c			optional ddb
53926f9a767SRodney W. Grimesddb/db_break.c			optional ddb
540086fec57SRobert Watsonddb/db_capture.c		optional ddb
54126f9a767SRodney W. Grimesddb/db_command.c		optional ddb
54226f9a767SRodney W. Grimesddb/db_examine.c		optional ddb
54326f9a767SRodney W. Grimesddb/db_expr.c			optional ddb
54426f9a767SRodney W. Grimesddb/db_input.c			optional ddb
54526f9a767SRodney W. Grimesddb/db_lex.c			optional ddb
54637224cd3SMarcel Moolenaarddb/db_main.c			optional ddb
54726f9a767SRodney W. Grimesddb/db_output.c			optional ddb
54826f9a767SRodney W. Grimesddb/db_print.c			optional ddb
5498a129caeSDavid Greenmanddb/db_ps.c			optional ddb
55026f9a767SRodney W. Grimesddb/db_run.c			optional ddb
551c9b0cc3bSRobert Watsonddb/db_script.c			optional ddb
55226f9a767SRodney W. Grimesddb/db_sym.c			optional ddb
55337224cd3SMarcel Moolenaarddb/db_thread.c			optional ddb
554618c7db3SRobert Watsonddb/db_textdump.c		optional ddb
55526f9a767SRodney W. Grimesddb/db_variables.c		optional ddb
55626f9a767SRodney W. Grimesddb/db_watch.c			optional ddb
55726f9a767SRodney W. Grimesddb/db_write_cmd.c		optional ddb
55835863739SMike Smithdev/aac/aac.c			optional aac
5592948a1cbSWarner Loshdev/aac/aac_cam.c		optional aacp aac
560acf1b64cSJustin T. Gibbsdev/aac/aac_debug.c		optional aac
56109344c27SPeter Wemmdev/aac/aac_disk.c		optional aac
5621da8092eSScott Longdev/aac/aac_linux.c		optional aac compat_linux
5632948a1cbSWarner Loshdev/aac/aac_pci.c		optional aac pci
564dce93cd0SAchim Leubnerdev/aacraid/aacraid.c		optional aacraid
565dce93cd0SAchim Leubnerdev/aacraid/aacraid_cam.c	optional aacraid scbus
566dce93cd0SAchim Leubnerdev/aacraid/aacraid_debug.c	optional aacraid
567dce93cd0SAchim Leubnerdev/aacraid/aacraid_linux.c	optional aacraid compat_linux
568dce93cd0SAchim Leubnerdev/aacraid/aacraid_pci.c	optional aacraid pci
569df849145SRui Paulodev/acpi_support/acpi_wmi.c	optional acpi_wmi acpi
570492871f5SPoul-Henning Kampdev/acpi_support/acpi_asus.c	optional acpi_asus acpi
571461a98a2SAlexander Motindev/acpi_support/acpi_asus_wmi.c	optional acpi_asus_wmi acpi
572a7b1b2b6SPhilip Paepsdev/acpi_support/acpi_fujitsu.c	optional acpi_fujitsu acpi
573df849145SRui Paulodev/acpi_support/acpi_hp.c	optional acpi_hp acpi
5742948a1cbSWarner Loshdev/acpi_support/acpi_ibm.c	optional acpi_ibm acpi
575492871f5SPoul-Henning Kampdev/acpi_support/acpi_panasonic.c optional acpi_panasonic acpi
576492871f5SPoul-Henning Kampdev/acpi_support/acpi_sony.c	optional acpi_sony acpi
577492871f5SPoul-Henning Kampdev/acpi_support/acpi_toshiba.c	optional acpi_toshiba acpi
578bbe4a97dSRui Paulodev/acpi_support/atk0110.c	optional aibs acpi
5792948a1cbSWarner Loshdev/acpica/Osd/OsdDebug.c	optional acpi
5802948a1cbSWarner Loshdev/acpica/Osd/OsdHardware.c	optional acpi
5812948a1cbSWarner Loshdev/acpica/Osd/OsdInterrupt.c	optional acpi
5822948a1cbSWarner Loshdev/acpica/Osd/OsdMemory.c	optional acpi
5832948a1cbSWarner Loshdev/acpica/Osd/OsdSchedule.c	optional acpi
5842948a1cbSWarner Loshdev/acpica/Osd/OsdStream.c	optional acpi
5852948a1cbSWarner Loshdev/acpica/Osd/OsdSynch.c	optional acpi
5862948a1cbSWarner Loshdev/acpica/Osd/OsdTable.c	optional acpi
587d2ec391bSJohn Baldwindev/acpica/acpi.c		optional acpi
5881ea34919SNate Lawsondev/acpica/acpi_acad.c		optional acpi
589d2ec391bSJohn Baldwindev/acpica/acpi_battery.c	optional acpi
590d2ec391bSJohn Baldwindev/acpica/acpi_button.c	optional acpi
5911ea34919SNate Lawsondev/acpica/acpi_cmbat.c		optional acpi
592d2ec391bSJohn Baldwindev/acpica/acpi_cpu.c		optional acpi
593d2ec391bSJohn Baldwindev/acpica/acpi_ec.c		optional acpi
594f6868f84SPoul-Henning Kampdev/acpica/acpi_hpet.c		optional acpi
5952c8b8ff8SJohn Baldwindev/acpica/acpi_isab.c		optional acpi isa
596d2ec391bSJohn Baldwindev/acpica/acpi_lid.c		optional acpi
5976b74f9b7SNate Lawsondev/acpica/acpi_package.c	optional acpi
598d2ec391bSJohn Baldwindev/acpica/acpi_pci.c		optional acpi pci
599d2ec391bSJohn Baldwindev/acpica/acpi_pci_link.c	optional acpi pci
600d2ec391bSJohn Baldwindev/acpica/acpi_pcib.c		optional acpi pci
601d2ec391bSJohn Baldwindev/acpica/acpi_pcib_acpi.c	optional acpi pci
602d2ec391bSJohn Baldwindev/acpica/acpi_pcib_pci.c	optional acpi pci
603c6250ecfSNate Lawsondev/acpica/acpi_perf.c		optional acpi
6045e679b57SNate Lawsondev/acpica/acpi_powerres.c	optional acpi
6054209cd53SNate Lawsondev/acpica/acpi_quirk.c		optional acpi
606d2ec391bSJohn Baldwindev/acpica/acpi_resource.c	optional acpi
60771a5cd7fSNate Lawsondev/acpica/acpi_smbat.c		optional acpi
608d2ec391bSJohn Baldwindev/acpica/acpi_thermal.c	optional acpi
609c6250ecfSNate Lawsondev/acpica/acpi_throttle.c	optional acpi
610d2ec391bSJohn Baldwindev/acpica/acpi_timer.c		optional acpi
6117592c288SNate Lawsondev/acpica/acpi_video.c		optional acpi_video acpi
612858a52f4SMitsuru IWASAKIdev/acpica/acpi_dock.c		optional acpi_dock acpi
613fb89eb1eSPoul-Henning Kampdev/adlink/adlink.c		optional adlink
614c5191a98SPeter Wemmdev/advansys/adv_eisa.c		optional adv eisa
615c5191a98SPeter Wemmdev/advansys/adv_pci.c		optional adv pci
6166c205e59SPeter Wemmdev/advansys/advansys.c		optional adv
6176c205e59SPeter Wemmdev/advansys/advlib.c		optional adv
6186c205e59SPeter Wemmdev/advansys/advmcode.c		optional adv
619c5191a98SPeter Wemmdev/advansys/adw_pci.c		optional adw pci
6206c205e59SPeter Wemmdev/advansys/adwcam.c		optional adw
6216c205e59SPeter Wemmdev/advansys/adwlib.c		optional adw
6226c205e59SPeter Wemmdev/advansys/adwmcode.c		optional adw
623ba26d470SStanislav Sedovdev/ae/if_ae.c			optional ae pci
624c6d2fa7eSBjoern A. Zeebdev/age/if_age.c		optional age pci
625dbac8ff4SJohn Baldwindev/agp/agp.c			optional agp pci
626dbac8ff4SJohn Baldwindev/agp/agp_if.m		optional agp pci
6271bd4d862SWarner Loshdev/aha/aha.c			optional aha
628a78b40a5SWarner Loshdev/aha/aha_isa.c		optional aha isa
62928877840SMatthew N. Dodddev/aha/aha_mca.c		optional aha mca
630c5191a98SPeter Wemmdev/ahb/ahb.c			optional ahb eisa
631802df3acSWarner Loshdev/ahci/ahci.c			optional ahci
632802df3acSWarner Loshdev/ahci/ahciem.c		optional ahci
633802df3acSWarner Loshdev/ahci/ahci_pci.c		optional ahci pci
63467494b1aSLuoqi Chendev/aic/aic.c			optional aic
635bdbd54e4SWarner Loshdev/aic/aic_pccard.c		optional aic pccard
63605620343SJustin T. Gibbsdev/aic7xxx/ahc_eisa.c		optional ahc eisa
6377afc0218SJustin T. Gibbsdev/aic7xxx/ahc_isa.c		optional ahc isa
638a380d07bSDimitry Andricdev/aic7xxx/ahc_pci.c		optional ahc pci \
639a380d07bSDimitry Andric	compile-with "${NORMAL_C} ${NO_WCONSTANT_CONVERSION}"
640a380d07bSDimitry Andricdev/aic7xxx/ahd_pci.c		optional ahd pci \
641a380d07bSDimitry Andric	compile-with "${NORMAL_C} ${NO_WCONSTANT_CONVERSION}"
6422948a1cbSWarner Loshdev/aic7xxx/aic7770.c		optional ahc
6432948a1cbSWarner Loshdev/aic7xxx/aic79xx.c		optional ahd pci
6442948a1cbSWarner Loshdev/aic7xxx/aic79xx_osm.c	optional ahd pci
6452948a1cbSWarner Loshdev/aic7xxx/aic79xx_pci.c	optional ahd pci
64650b464aaSScott Longdev/aic7xxx/aic79xx_reg_print.c	optional ahd pci ahd_reg_pretty_print
64705620343SJustin T. Gibbsdev/aic7xxx/aic7xxx.c		optional ahc
64805620343SJustin T. Gibbsdev/aic7xxx/aic7xxx_93cx6.c	optional ahc
649e905720aSJustin T. Gibbsdev/aic7xxx/aic7xxx_osm.c	optional ahc
65005620343SJustin T. Gibbsdev/aic7xxx/aic7xxx_pci.c	optional ahc pci
65150b464aaSScott Longdev/aic7xxx/aic7xxx_reg_print.c	optional ahc ahc_reg_pretty_print
652c6d2fa7eSBjoern A. Zeebdev/alc/if_alc.c		optional alc pci
653c6d2fa7eSBjoern A. Zeebdev/ale/if_ale.c		optional ale pci
654f495ec29SRui Paulodev/alpm/alpm.c			optional alpm pci
655cf824886SRobert Watsondev/altera/avgen/altera_avgen.c		optional altera_avgen
6560a349699SRobert Watsondev/altera/avgen/altera_avgen_fdt.c	optional altera_avgen fdt
657b364a525SRobert Watsondev/altera/avgen/altera_avgen_nexus.c	optional altera_avgen
658d432e92aSRobert Watsondev/altera/sdcard/altera_sdcard.c	optional altera_sdcard
659d432e92aSRobert Watsondev/altera/sdcard/altera_sdcard_disk.c	optional altera_sdcard
660d432e92aSRobert Watsondev/altera/sdcard/altera_sdcard_io.c	optional altera_sdcard
661180ee20cSRobert Watsondev/altera/sdcard/altera_sdcard_fdt.c	optional altera_sdcard fdt
662d432e92aSRobert Watsondev/altera/sdcard/altera_sdcard_nexus.c	optional altera_sdcard
663b4db959aSRuslan Bukindev/altera/pio/pio.c		optional altera_pio
664b4db959aSRuslan Bukindev/altera/pio/pio_if.m		optional altera_pio
665f495ec29SRui Paulodev/amdpm/amdpm.c		optional amdpm pci | nfpm pci
666271b33a6SRui Paulodev/amdsmb/amdsmb.c		optional amdsmb pci
66783f7669eSBruce Evansdev/amr/amr.c			optional amr
66864c71632SScott Longdev/amr/amr_cam.c		optional amrp amr
66983f7669eSBruce Evansdev/amr/amr_disk.c		optional amr
670084500bcSDoug Ambriskodev/amr/amr_linux.c		optional amr compat_linux
67154233755SMatthew N. Dodddev/amr/amr_pci.c		optional amr pci
67283f7669eSBruce Evansdev/an/if_an.c			optional an
67383f7669eSBruce Evansdev/an/if_an_isa.c		optional an isa
674945668b0SWarner Loshdev/an/if_an_pccard.c		optional an pccard
67583f7669eSBruce Evansdev/an/if_an_pci.c		optional an pci
676fea85869SDimitry Andricdev/asr/asr.c			optional asr pci \
677fea85869SDimitry Andric	compile-with "${NORMAL_C} ${NO_WARRAY_BOUNDS}"
67813014ca0SSøren Schmidt#
67913014ca0SSøren Schmidtdev/ata/ata_if.m		optional ata | atacore
68013014ca0SSøren Schmidtdev/ata/ata-all.c		optional ata | atacore
68118bef456SRafal Jaworowskidev/ata/ata-dma.c		optional ata | atacore
68213014ca0SSøren Schmidtdev/ata/ata-lowlevel.c		optional ata | atacore
68318bef456SRafal Jaworowskidev/ata/ata-sata.c		optional ata | atacore
68413014ca0SSøren Schmidtdev/ata/ata-card.c		optional ata pccard | atapccard
68513014ca0SSøren Schmidtdev/ata/ata-cbus.c		optional ata pc98 | atapc98
68613014ca0SSøren Schmidtdev/ata/ata-isa.c		optional ata isa | ataisa
68713014ca0SSøren Schmidtdev/ata/ata-pci.c		optional ata pci | atapci
68813014ca0SSøren Schmidtdev/ata/chipsets/ata-ahci.c	optional ata pci | ataahci | ataacerlabs | \
6896ae52187SAlexander Motin					 ataati | ataintel | atajmicron | \
6906ae52187SAlexander Motin					 atavia | atanvidia
69113014ca0SSøren Schmidtdev/ata/chipsets/ata-acard.c	optional ata pci | ataacard
69213014ca0SSøren Schmidtdev/ata/chipsets/ata-acerlabs.c	optional ata pci | ataacerlabs
69313014ca0SSøren Schmidtdev/ata/chipsets/ata-adaptec.c	optional ata pci | ataadaptec
69413014ca0SSøren Schmidtdev/ata/chipsets/ata-amd.c	optional ata pci | ataamd
69513014ca0SSøren Schmidtdev/ata/chipsets/ata-ati.c	optional ata pci | ataati
69613014ca0SSøren Schmidtdev/ata/chipsets/ata-cenatek.c	optional ata pci | atacenatek
69713014ca0SSøren Schmidtdev/ata/chipsets/ata-cypress.c	optional ata pci | atacypress
69813014ca0SSøren Schmidtdev/ata/chipsets/ata-cyrix.c	optional ata pci | atacyrix
69913014ca0SSøren Schmidtdev/ata/chipsets/ata-highpoint.c	optional ata pci | atahighpoint
70013014ca0SSøren Schmidtdev/ata/chipsets/ata-intel.c	optional ata pci | ataintel
70113014ca0SSøren Schmidtdev/ata/chipsets/ata-ite.c	optional ata pci | ataite
70213014ca0SSøren Schmidtdev/ata/chipsets/ata-jmicron.c	optional ata pci | atajmicron
7036bd41d5bSAlexander Motindev/ata/chipsets/ata-marvell.c	optional ata pci | atamarvell | ataadaptec
70413014ca0SSøren Schmidtdev/ata/chipsets/ata-micron.c	optional ata pci | atamicron
70513014ca0SSøren Schmidtdev/ata/chipsets/ata-national.c	optional ata pci | atanational
70613014ca0SSøren Schmidtdev/ata/chipsets/ata-netcell.c	optional ata pci | atanetcell
70713014ca0SSøren Schmidtdev/ata/chipsets/ata-nvidia.c	optional ata pci | atanvidia
70813014ca0SSøren Schmidtdev/ata/chipsets/ata-promise.c	optional ata pci | atapromise
70913014ca0SSøren Schmidtdev/ata/chipsets/ata-serverworks.c	optional ata pci | ataserverworks
7106bd41d5bSAlexander Motindev/ata/chipsets/ata-siliconimage.c	optional ata pci | atasiliconimage | ataati
71113014ca0SSøren Schmidtdev/ata/chipsets/ata-sis.c	optional ata pci | atasis
71213014ca0SSøren Schmidtdev/ata/chipsets/ata-via.c	optional ata pci | atavia
71313014ca0SSøren Schmidt#
714dba9c859SAdrian Chadddev/ath/if_ath_pci.c		optional ath_pci pci \
715dba9c859SAdrian Chadd	compile-with "${NORMAL_C} -I$S/dev/ath"
716dba9c859SAdrian Chadd#
717dba9c859SAdrian Chadddev/ath/if_ath_ahb.c		optional ath_ahb \
718dba9c859SAdrian Chadd	compile-with "${NORMAL_C} -I$S/dev/ath"
719dba9c859SAdrian Chadd#
72033644623SSam Lefflerdev/ath/if_ath.c		optional ath \
7215b1723ebSRui Paulo	compile-with "${NORMAL_C} -I$S/dev/ath"
722a5d6708eSAdrian Chadddev/ath/if_ath_alq.c		optional ath \
723a5d6708eSAdrian Chadd	compile-with "${NORMAL_C} -I$S/dev/ath"
724ba5c15d9SAdrian Chadddev/ath/if_ath_beacon.c		optional ath \
725ba5c15d9SAdrian Chadd	compile-with "${NORMAL_C} -I$S/dev/ath"
726b70f530bSAdrian Chadddev/ath/if_ath_btcoex.c		optional ath \
727b70f530bSAdrian Chadd	compile-with "${NORMAL_C} -I$S/dev/ath"
7285bc8125aSAdrian Chadddev/ath/if_ath_debug.c		optional ath \
7295bc8125aSAdrian Chadd	compile-with "${NORMAL_C} -I$S/dev/ath"
730d2d7a00aSAdrian Chadddev/ath/if_ath_keycache.c	optional ath \
731d2d7a00aSAdrian Chadd	compile-with "${NORMAL_C} -I$S/dev/ath"
732c65ee21dSAdrian Chadddev/ath/if_ath_led.c		optional ath \
733c65ee21dSAdrian Chadd	compile-with "${NORMAL_C} -I$S/dev/ath"
734216ca234SAdrian Chadddev/ath/if_ath_lna_div.c	optional ath \
735216ca234SAdrian Chadd	compile-with "${NORMAL_C} -I$S/dev/ath"
736b8e788a5SAdrian Chadddev/ath/if_ath_tx.c		optional ath \
737b8e788a5SAdrian Chadd	compile-with "${NORMAL_C} -I$S/dev/ath"
7383fdfc330SAdrian Chadddev/ath/if_ath_tx_edma.c	optional ath \
7393fdfc330SAdrian Chadd	compile-with "${NORMAL_C} -I$S/dev/ath"
7404b44f6f2SAdrian Chadddev/ath/if_ath_tx_ht.c		optional ath \
7414b44f6f2SAdrian Chadd	compile-with "${NORMAL_C} -I$S/dev/ath"
742a35dae8dSAdrian Chadddev/ath/if_ath_tdma.c		optional ath \
743a35dae8dSAdrian Chadd	compile-with "${NORMAL_C} -I$S/dev/ath"
7446079fdbeSAdrian Chadddev/ath/if_ath_sysctl.c		optional ath \
7456079fdbeSAdrian Chadd	compile-with "${NORMAL_C} -I$S/dev/ath"
746e60c4fc2SAdrian Chadddev/ath/if_ath_rx.c		optional ath \
747e60c4fc2SAdrian Chadd	compile-with "${NORMAL_C} -I$S/dev/ath"
748b9ea0ceeSAdrian Chadddev/ath/if_ath_rx_edma.c	optional ath \
749b9ea0ceeSAdrian Chadd	compile-with "${NORMAL_C} -I$S/dev/ath"
750aaa45683SAdrian Chadddev/ath/if_ath_spectral.c	optional ath \
751aaa45683SAdrian Chadd	compile-with "${NORMAL_C} -I$S/dev/ath"
75233644623SSam Lefflerdev/ath/ah_osdep.c		optional ath \
75333644623SSam Leffler	compile-with "${NORMAL_C} -I$S/dev/ath"
7544a948799SSam Leffler#
75533644623SSam Lefflerdev/ath/ath_hal/ah.c		optional ath \
75633644623SSam Leffler	compile-with "${NORMAL_C} -I$S/dev/ath"
75733644623SSam Lefflerdev/ath/ath_hal/ah_eeprom_v1.c	optional ath_hal | ath_ar5210 \
75833644623SSam Leffler	compile-with "${NORMAL_C} -I$S/dev/ath"
75933644623SSam Lefflerdev/ath/ath_hal/ah_eeprom_v3.c	optional ath_hal | ath_ar5211 | ath_ar5212 \
76033644623SSam Leffler	compile-with "${NORMAL_C} -I$S/dev/ath"
7614a948799SSam Lefflerdev/ath/ath_hal/ah_eeprom_v14.c \
7624a948799SSam Leffler	optional ath_hal | ath_ar5416 | ath_ar9160 | ath_ar9280 \
76333644623SSam Leffler	compile-with "${NORMAL_C} -I$S/dev/ath"
764f3d3bf87SRui Paulodev/ath/ath_hal/ah_eeprom_v4k.c \
7657d4f72b3SRui Paulo	optional ath_hal | ath_ar9285 \
766f3d3bf87SRui Paulo	compile-with "${NORMAL_C} -I$S/dev/ath"
76794c389c6SAdrian Chadddev/ath/ath_hal/ah_eeprom_9287.c \
76894c389c6SAdrian Chadd	optional ath_hal | ath_ar9287 \
7695e34d6baSDimitry Andric	compile-with "${NORMAL_C} -I$S/dev/ath"
77033644623SSam Lefflerdev/ath/ath_hal/ah_regdomain.c	optional ath \
7716f7651b9SDimitry Andric	compile-with "${NORMAL_C} ${NO_WSHIFT_COUNT_NEGATIVE} ${NO_WSHIFT_COUNT_OVERFLOW} -I$S/dev/ath"
7724a948799SSam Leffler# ar5210
77333644623SSam Lefflerdev/ath/ath_hal/ar5210/ar5210_attach.c		optional ath_hal | ath_ar5210 \
77433644623SSam Leffler	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
77533644623SSam Lefflerdev/ath/ath_hal/ar5210/ar5210_beacon.c		optional ath_hal | ath_ar5210 \
77633644623SSam Leffler	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
77733644623SSam Lefflerdev/ath/ath_hal/ar5210/ar5210_interrupts.c	optional ath_hal | ath_ar5210 \
77833644623SSam Leffler	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
77933644623SSam Lefflerdev/ath/ath_hal/ar5210/ar5210_keycache.c	optional ath_hal | ath_ar5210 \
78033644623SSam Leffler	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
78133644623SSam Lefflerdev/ath/ath_hal/ar5210/ar5210_misc.c		optional ath_hal | ath_ar5210 \
78233644623SSam Leffler	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
78333644623SSam Lefflerdev/ath/ath_hal/ar5210/ar5210_phy.c		optional ath_hal | ath_ar5210 \
78433644623SSam Leffler	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
78533644623SSam Lefflerdev/ath/ath_hal/ar5210/ar5210_power.c		optional ath_hal | ath_ar5210 \
78633644623SSam Leffler	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
78733644623SSam Lefflerdev/ath/ath_hal/ar5210/ar5210_recv.c		optional ath_hal | ath_ar5210 \
78833644623SSam Leffler	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
78933644623SSam Lefflerdev/ath/ath_hal/ar5210/ar5210_reset.c		optional ath_hal | ath_ar5210 \
79033644623SSam Leffler	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
79133644623SSam Lefflerdev/ath/ath_hal/ar5210/ar5210_xmit.c		optional ath_hal | ath_ar5210 \
79233644623SSam Leffler	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
7934a948799SSam Leffler# ar5211
79433644623SSam Lefflerdev/ath/ath_hal/ar5211/ar5211_attach.c		optional ath_hal | ath_ar5211 \
79533644623SSam Leffler	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
79633644623SSam Lefflerdev/ath/ath_hal/ar5211/ar5211_beacon.c		optional ath_hal | ath_ar5211 \
79733644623SSam Leffler	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
79833644623SSam Lefflerdev/ath/ath_hal/ar5211/ar5211_interrupts.c	optional ath_hal | ath_ar5211 \
79933644623SSam Leffler	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
80033644623SSam Lefflerdev/ath/ath_hal/ar5211/ar5211_keycache.c	optional ath_hal | ath_ar5211 \
80133644623SSam Leffler	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
80233644623SSam Lefflerdev/ath/ath_hal/ar5211/ar5211_misc.c		optional ath_hal | ath_ar5211 \
80333644623SSam Leffler	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
80433644623SSam Lefflerdev/ath/ath_hal/ar5211/ar5211_phy.c		optional ath_hal | ath_ar5211 \
80533644623SSam Leffler	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
80633644623SSam Lefflerdev/ath/ath_hal/ar5211/ar5211_power.c		optional ath_hal | ath_ar5211 \
80733644623SSam Leffler	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
80833644623SSam Lefflerdev/ath/ath_hal/ar5211/ar5211_recv.c		optional ath_hal | ath_ar5211 \
80933644623SSam Leffler	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
81033644623SSam Lefflerdev/ath/ath_hal/ar5211/ar5211_reset.c		optional ath_hal | ath_ar5211 \
81133644623SSam Leffler	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
81233644623SSam Lefflerdev/ath/ath_hal/ar5211/ar5211_xmit.c		optional ath_hal | ath_ar5211 \
81333644623SSam Leffler	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
8144a948799SSam Leffler# ar5212
81533644623SSam Lefflerdev/ath/ath_hal/ar5212/ar5212_ani.c \
816f3d3bf87SRui Paulo	optional ath_hal | ath_ar5212 | ath_ar5416 | ath_ar9160 | ath_ar9280 | \
81794c389c6SAdrian Chadd	ath_ar9285 ath_ar9287 \
81833644623SSam Leffler	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
81933644623SSam Lefflerdev/ath/ath_hal/ar5212/ar5212_attach.c \
820f3d3bf87SRui Paulo	optional ath_hal | ath_ar5212 | ath_ar5416 | ath_ar9160 | ath_ar9280 | \
82194c389c6SAdrian Chadd	ath_ar9285 ath_ar9287 \
82233644623SSam Leffler	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
82333644623SSam Lefflerdev/ath/ath_hal/ar5212/ar5212_beacon.c \
824f3d3bf87SRui Paulo	optional ath_hal | ath_ar5212 | ath_ar5416 | ath_ar9160 | ath_ar9280 | \
82594c389c6SAdrian Chadd	ath_ar9285 ath_ar9287 \
82633644623SSam Leffler	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
82733644623SSam Lefflerdev/ath/ath_hal/ar5212/ar5212_eeprom.c \
828f3d3bf87SRui Paulo	optional ath_hal | ath_ar5212 | ath_ar5416 | ath_ar9160 | ath_ar9280 | \
82994c389c6SAdrian Chadd	ath_ar9285 ath_ar9287 \
83033644623SSam Leffler	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
83133644623SSam Lefflerdev/ath/ath_hal/ar5212/ar5212_gpio.c \
832f3d3bf87SRui Paulo	optional ath_hal | ath_ar5212 | ath_ar5416 | ath_ar9160 | ath_ar9280 | \
83394c389c6SAdrian Chadd	ath_ar9285 ath_ar9287 \
83433644623SSam Leffler	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
83533644623SSam Lefflerdev/ath/ath_hal/ar5212/ar5212_interrupts.c \
836f3d3bf87SRui Paulo	optional ath_hal | ath_ar5212 | ath_ar5416 | ath_ar9160 | ath_ar9280 | \
83794c389c6SAdrian Chadd	ath_ar9285 ath_ar9287 \
83833644623SSam Leffler	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
83933644623SSam Lefflerdev/ath/ath_hal/ar5212/ar5212_keycache.c \
840f3d3bf87SRui Paulo	optional ath_hal | ath_ar5212 | ath_ar5416 | ath_ar9160 | ath_ar9280 | \
84194c389c6SAdrian Chadd	ath_ar9285 ath_ar9287 \
84233644623SSam Leffler	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
84333644623SSam Lefflerdev/ath/ath_hal/ar5212/ar5212_misc.c \
844f3d3bf87SRui Paulo	optional ath_hal | ath_ar5212 | ath_ar5416 | ath_ar9160 | ath_ar9280 | \
84594c389c6SAdrian Chadd	ath_ar9285 ath_ar9287 \
84633644623SSam Leffler	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
84733644623SSam Lefflerdev/ath/ath_hal/ar5212/ar5212_phy.c \
848f3d3bf87SRui Paulo	optional ath_hal | ath_ar5212 | ath_ar5416 | ath_ar9160 | ath_ar9280 | \
84994c389c6SAdrian Chadd	ath_ar9285 ath_ar9287 \
85033644623SSam Leffler	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
85133644623SSam Lefflerdev/ath/ath_hal/ar5212/ar5212_power.c \
852f3d3bf87SRui Paulo	optional ath_hal | ath_ar5212 | ath_ar5416 | ath_ar9160 | ath_ar9280 | \
85394c389c6SAdrian Chadd	ath_ar9285 ath_ar9287 \
85433644623SSam Leffler	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
85533644623SSam Lefflerdev/ath/ath_hal/ar5212/ar5212_recv.c \
856f3d3bf87SRui Paulo	optional ath_hal | ath_ar5212 | ath_ar5416 | ath_ar9160 | ath_ar9280 | \
85794c389c6SAdrian Chadd	ath_ar9285 ath_ar9287 \
85833644623SSam Leffler	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
85933644623SSam Lefflerdev/ath/ath_hal/ar5212/ar5212_reset.c \
860f3d3bf87SRui Paulo	optional ath_hal | ath_ar5212 | ath_ar5416 | ath_ar9160 | ath_ar9280 | \
86194c389c6SAdrian Chadd	ath_ar9285 ath_ar9287 \
86233644623SSam Leffler	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
86333644623SSam Lefflerdev/ath/ath_hal/ar5212/ar5212_rfgain.c \
864f3d3bf87SRui Paulo	optional ath_hal | ath_ar5212 | ath_ar5416 | ath_ar9160 | ath_ar9280 | \
86594c389c6SAdrian Chadd	ath_ar9285 ath_ar9287 \
86633644623SSam Leffler	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
86733644623SSam Lefflerdev/ath/ath_hal/ar5212/ar5212_xmit.c \
868f3d3bf87SRui Paulo	optional ath_hal | ath_ar5212 | ath_ar5416 | ath_ar9160 | ath_ar9280 | \
86994c389c6SAdrian Chadd	ath_ar9285 ath_ar9287 \
87033644623SSam Leffler	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
8714a948799SSam Leffler# ar5416 (depends on ar5212)
8724a948799SSam Lefflerdev/ath/ath_hal/ar5416/ar5416_ani.c \
87394c389c6SAdrian Chadd	optional ath_hal | ath_ar5416 | ath_ar9160 | ath_ar9280 | ath_ar9285 | \
87494c389c6SAdrian Chadd	ath_ar9287 \
8754a948799SSam Leffler	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
8764a948799SSam Lefflerdev/ath/ath_hal/ar5416/ar5416_attach.c \
87794c389c6SAdrian Chadd	optional ath_hal | ath_ar5416 | ath_ar9160 | ath_ar9280 | ath_ar9285 | \
87894c389c6SAdrian Chadd	ath_ar9287 \
8794a948799SSam Leffler	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
8804a948799SSam Lefflerdev/ath/ath_hal/ar5416/ar5416_beacon.c \
88194c389c6SAdrian Chadd	optional ath_hal | ath_ar5416 | ath_ar9160 | ath_ar9280 | ath_ar9285 | \
88294c389c6SAdrian Chadd	ath_ar9287 \
8834a948799SSam Leffler	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
8844516888bSAdrian Chadddev/ath/ath_hal/ar5416/ar5416_btcoex.c \
8854516888bSAdrian Chadd	optional ath_hal | ath_ar5416 | ath_ar9160 | ath_ar9280 | ath_ar9285 | \
8864516888bSAdrian Chadd	ath_ar9287 \
8874516888bSAdrian Chadd	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
8884a948799SSam Lefflerdev/ath/ath_hal/ar5416/ar5416_cal.c \
88994c389c6SAdrian Chadd	optional ath_hal | ath_ar5416 | ath_ar9160 | ath_ar9280 | ath_ar9285 | \
89094c389c6SAdrian Chadd	ath_ar9287 \
8914a948799SSam Leffler	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
8924a948799SSam Lefflerdev/ath/ath_hal/ar5416/ar5416_cal_iq.c \
89394c389c6SAdrian Chadd	optional ath_hal | ath_ar5416 | ath_ar9160 | ath_ar9280 | ath_ar9285 | \
89494c389c6SAdrian Chadd	ath_ar9287 \
8954a948799SSam Leffler	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
8964a948799SSam Lefflerdev/ath/ath_hal/ar5416/ar5416_cal_adcgain.c \
89794c389c6SAdrian Chadd	optional ath_hal | ath_ar5416 | ath_ar9160 | ath_ar9280 | ath_ar9285 | \
89894c389c6SAdrian Chadd	ath_ar9287 \
8994a948799SSam Leffler	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
9004a948799SSam Lefflerdev/ath/ath_hal/ar5416/ar5416_cal_adcdc.c \
90194c389c6SAdrian Chadd	optional ath_hal | ath_ar5416 | ath_ar9160 | ath_ar9280 | ath_ar9285 | \
90294c389c6SAdrian Chadd	ath_ar9287 \
9034a948799SSam Leffler	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
9044a948799SSam Lefflerdev/ath/ath_hal/ar5416/ar5416_eeprom.c \
90594c389c6SAdrian Chadd	optional ath_hal | ath_ar5416 | ath_ar9160 | ath_ar9280 | ath_ar9285 | \
90694c389c6SAdrian Chadd	ath_ar9287 \
9074a948799SSam Leffler	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
9084a948799SSam Lefflerdev/ath/ath_hal/ar5416/ar5416_gpio.c \
90994c389c6SAdrian Chadd	optional ath_hal | ath_ar5416 | ath_ar9160 | ath_ar9280 | ath_ar9285 | \
91094c389c6SAdrian Chadd	ath_ar9287 \
9114a948799SSam Leffler	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
9124a948799SSam Lefflerdev/ath/ath_hal/ar5416/ar5416_interrupts.c \
91394c389c6SAdrian Chadd	optional ath_hal | ath_ar5416 | ath_ar9160 | ath_ar9280 | ath_ar9285 | \
91494c389c6SAdrian Chadd	ath_ar9287 \
9154a948799SSam Leffler	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
9164a948799SSam Lefflerdev/ath/ath_hal/ar5416/ar5416_keycache.c \
91794c389c6SAdrian Chadd	optional ath_hal | ath_ar5416 | ath_ar9160 | ath_ar9280 | ath_ar9285 | \
91894c389c6SAdrian Chadd	ath_ar9287 \
9194a948799SSam Leffler	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
9204a948799SSam Lefflerdev/ath/ath_hal/ar5416/ar5416_misc.c \
92194c389c6SAdrian Chadd	optional ath_hal | ath_ar5416 | ath_ar9160 | ath_ar9280 | ath_ar9285 | \
92294c389c6SAdrian Chadd	ath_ar9287 \
9234a948799SSam Leffler	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
9244a948799SSam Lefflerdev/ath/ath_hal/ar5416/ar5416_phy.c \
92594c389c6SAdrian Chadd	optional ath_hal | ath_ar5416 | ath_ar9160 | ath_ar9280 | ath_ar9285 | \
92694c389c6SAdrian Chadd	ath_ar9287 \
9274a948799SSam Leffler	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
9284a948799SSam Lefflerdev/ath/ath_hal/ar5416/ar5416_power.c \
92994c389c6SAdrian Chadd	optional ath_hal | ath_ar5416 | ath_ar9160 | ath_ar9280 | ath_ar9285 | \
93094c389c6SAdrian Chadd	ath_ar9287 \
9314a948799SSam Leffler	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
9327b1144d2SAdrian Chadddev/ath/ath_hal/ar5416/ar5416_radar.c \
9337b1144d2SAdrian Chadd	optional ath_hal | ath_ar5416 | ath_ar9160 | ath_ar9280 | ath_ar9285 | \
9347b1144d2SAdrian Chadd	ath_ar9287 \
9357b1144d2SAdrian Chadd	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
9364a948799SSam Lefflerdev/ath/ath_hal/ar5416/ar5416_recv.c \
93794c389c6SAdrian Chadd	optional ath_hal | ath_ar5416 | ath_ar9160 | ath_ar9280 | ath_ar9285 | \
93894c389c6SAdrian Chadd	ath_ar9287 \
9394a948799SSam Leffler	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
9404a948799SSam Lefflerdev/ath/ath_hal/ar5416/ar5416_reset.c \
94194c389c6SAdrian Chadd	optional ath_hal | ath_ar5416 | ath_ar9160 | ath_ar9280 | ath_ar9285 | \
94294c389c6SAdrian Chadd	ath_ar9287 \
9434a948799SSam Leffler	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
944e9d8a3abSAdrian Chadddev/ath/ath_hal/ar5416/ar5416_spectral.c \
945e9d8a3abSAdrian Chadd	optional ath_hal | ath_ar5416 | ath_ar9160 | ath_ar9280 | ath_ar9285 | \
946e9d8a3abSAdrian Chadd	ath_ar9287 \
947e9d8a3abSAdrian Chadd	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
9484a948799SSam Lefflerdev/ath/ath_hal/ar5416/ar5416_xmit.c \
94994c389c6SAdrian Chadd	optional ath_hal | ath_ar5416 | ath_ar9160 | ath_ar9280 | ath_ar9285 | \
95094c389c6SAdrian Chadd	ath_ar9287 \
9514a948799SSam Leffler	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
9529f25ad52SAdrian Chadd# ar9130 (depends upon ar5416) - also requires AH_SUPPORT_AR9130
953fee9ff32SAdrian Chadd#
954fee9ff32SAdrian Chadd# Since this is an embedded MAC SoC, there's no need to compile it into the
955fee9ff32SAdrian Chadd# default HAL.
956fee9ff32SAdrian Chadddev/ath/ath_hal/ar9001/ar9130_attach.c optional ath_ar9130 \
9579f25ad52SAdrian Chadd	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
958fee9ff32SAdrian Chadddev/ath/ath_hal/ar9001/ar9130_phy.c optional ath_ar9130 \
9599f25ad52SAdrian Chadd	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
960fee9ff32SAdrian Chadddev/ath/ath_hal/ar9001/ar9130_eeprom.c optional ath_ar9130 \
9619f25ad52SAdrian Chadd	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
9624a948799SSam Leffler# ar9160 (depends on ar5416)
963204582f2SAdrian Chadddev/ath/ath_hal/ar9001/ar9160_attach.c optional ath_hal | ath_ar9160 \
9644a948799SSam Leffler	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
9657d4f72b3SRui Paulo# ar9280 (depends on ar5416)
966204582f2SAdrian Chadddev/ath/ath_hal/ar9002/ar9280_attach.c optional ath_hal | ath_ar9280 | \
967f3d3bf87SRui Paulo	ath_ar9285 \
9684a948799SSam Leffler	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
96948c1d364SAdrian Chadddev/ath/ath_hal/ar9002/ar9280_olc.c optional ath_hal | ath_ar9280 | \
97048c1d364SAdrian Chadd	ath_ar9285 \
97148c1d364SAdrian Chadd	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
9727d4f72b3SRui Paulo# ar9285 (depends on ar5416 and ar9280)
973204582f2SAdrian Chadddev/ath/ath_hal/ar9002/ar9285_attach.c optional ath_hal | ath_ar9285 \
9747d4f72b3SRui Paulo	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
9754516888bSAdrian Chadddev/ath/ath_hal/ar9002/ar9285_btcoex.c optional ath_hal | ath_ar9285 \
9764516888bSAdrian Chadd	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
977204582f2SAdrian Chadddev/ath/ath_hal/ar9002/ar9285_reset.c optional ath_hal | ath_ar9285 \
9787d4f72b3SRui Paulo	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
979586b0ae5SAdrian Chadddev/ath/ath_hal/ar9002/ar9285_cal.c optional ath_hal | ath_ar9285 \
980586b0ae5SAdrian Chadd	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
9811c554472SAdrian Chadddev/ath/ath_hal/ar9002/ar9285_phy.c optional ath_hal | ath_ar9285 \
9821c554472SAdrian Chadd	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
98377823fbcSAdrian Chadddev/ath/ath_hal/ar9002/ar9285_diversity.c optional ath_hal | ath_ar9285 \
98477823fbcSAdrian Chadd	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
98594c389c6SAdrian Chadd# ar9287 (depends on ar5416)
98694c389c6SAdrian Chadddev/ath/ath_hal/ar9002/ar9287_attach.c optional ath_hal | ath_ar9287 \
98794c389c6SAdrian Chadd	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
98894c389c6SAdrian Chadddev/ath/ath_hal/ar9002/ar9287_reset.c optional ath_hal | ath_ar9287 \
98994c389c6SAdrian Chadd	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
99094c389c6SAdrian Chadddev/ath/ath_hal/ar9002/ar9287_cal.c optional ath_hal | ath_ar9287 \
99194c389c6SAdrian Chadd	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
99294c389c6SAdrian Chadddev/ath/ath_hal/ar9002/ar9287_olc.c optional ath_hal | ath_ar9287 \
99394c389c6SAdrian Chadd	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
99494c389c6SAdrian Chadd
9950e468be1SAdrian Chadd# ar9300
9960e468be1SAdrian Chaddcontrib/dev/ath/ath_hal/ar9300/ar9300_ani.c optional ath_hal | ath_ar9300 \
9970e468be1SAdrian Chadd	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal -I$S/contrib/dev/ath/ath_hal"
9980e468be1SAdrian Chaddcontrib/dev/ath/ath_hal/ar9300/ar9300_attach.c optional ath_hal | ath_ar9300 \
9990e468be1SAdrian Chadd	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal -I$S/contrib/dev/ath/ath_hal"
10000e468be1SAdrian Chaddcontrib/dev/ath/ath_hal/ar9300/ar9300_beacon.c optional ath_hal | ath_ar9300 \
10010e468be1SAdrian Chadd	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal -I$S/contrib/dev/ath/ath_hal"
10020e468be1SAdrian Chaddcontrib/dev/ath/ath_hal/ar9300/ar9300_eeprom.c optional ath_hal | ath_ar9300 \
10030e468be1SAdrian Chadd	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal -I$S/contrib/dev/ath/ath_hal ${NO_WCONSTANT_CONVERSION}"
10040e468be1SAdrian Chaddcontrib/dev/ath/ath_hal/ar9300/ar9300_freebsd.c optional ath_hal | ath_ar9300 \
10050e468be1SAdrian Chadd	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal -I$S/contrib/dev/ath/ath_hal"
10060e468be1SAdrian Chaddcontrib/dev/ath/ath_hal/ar9300/ar9300_gpio.c optional ath_hal | ath_ar9300 \
10070e468be1SAdrian Chadd	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal -I$S/contrib/dev/ath/ath_hal"
10080e468be1SAdrian Chaddcontrib/dev/ath/ath_hal/ar9300/ar9300_interrupts.c optional ath_hal | ath_ar9300 \
10090e468be1SAdrian Chadd	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal -I$S/contrib/dev/ath/ath_hal"
10100e468be1SAdrian Chaddcontrib/dev/ath/ath_hal/ar9300/ar9300_keycache.c optional ath_hal | ath_ar9300 \
10110e468be1SAdrian Chadd	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal -I$S/contrib/dev/ath/ath_hal"
10120e468be1SAdrian Chaddcontrib/dev/ath/ath_hal/ar9300/ar9300_mci.c optional ath_hal | ath_ar9300 \
10130e468be1SAdrian Chadd	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal -I$S/contrib/dev/ath/ath_hal"
10140e468be1SAdrian Chaddcontrib/dev/ath/ath_hal/ar9300/ar9300_misc.c optional ath_hal | ath_ar9300 \
10150e468be1SAdrian Chadd	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal -I$S/contrib/dev/ath/ath_hal"
10160e468be1SAdrian Chaddcontrib/dev/ath/ath_hal/ar9300/ar9300_paprd.c optional ath_hal | ath_ar9300 \
10170e468be1SAdrian Chadd	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal -I$S/contrib/dev/ath/ath_hal"
10180e468be1SAdrian Chaddcontrib/dev/ath/ath_hal/ar9300/ar9300_phy.c optional ath_hal | ath_ar9300 \
10190e468be1SAdrian Chadd	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal -I$S/contrib/dev/ath/ath_hal"
10200e468be1SAdrian Chaddcontrib/dev/ath/ath_hal/ar9300/ar9300_power.c optional ath_hal | ath_ar9300 \
10210e468be1SAdrian Chadd	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal -I$S/contrib/dev/ath/ath_hal"
10220e468be1SAdrian Chaddcontrib/dev/ath/ath_hal/ar9300/ar9300_radar.c optional ath_hal | ath_ar9300 \
10230e468be1SAdrian Chadd	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal -I$S/contrib/dev/ath/ath_hal"
10240e468be1SAdrian Chaddcontrib/dev/ath/ath_hal/ar9300/ar9300_radio.c optional ath_hal | ath_ar9300 \
10250e468be1SAdrian Chadd	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal -I$S/contrib/dev/ath/ath_hal"
10260e468be1SAdrian Chaddcontrib/dev/ath/ath_hal/ar9300/ar9300_recv.c optional ath_hal | ath_ar9300 \
10270e468be1SAdrian Chadd	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal -I$S/contrib/dev/ath/ath_hal"
10280e468be1SAdrian Chaddcontrib/dev/ath/ath_hal/ar9300/ar9300_recv_ds.c optional ath_hal | ath_ar9300 \
10290e468be1SAdrian Chadd	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal -I$S/contrib/dev/ath/ath_hal"
10300e468be1SAdrian Chaddcontrib/dev/ath/ath_hal/ar9300/ar9300_reset.c optional ath_hal | ath_ar9300 \
1031fabb883eSDimitry Andric	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"
10320e468be1SAdrian Chaddcontrib/dev/ath/ath_hal/ar9300/ar9300_stub.c optional ath_hal | ath_ar9300 \
10330e468be1SAdrian Chadd	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal -I$S/contrib/dev/ath/ath_hal"
10340e468be1SAdrian Chaddcontrib/dev/ath/ath_hal/ar9300/ar9300_stub_funcs.c optional ath_hal | ath_ar9300 \
10350e468be1SAdrian Chadd	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal -I$S/contrib/dev/ath/ath_hal"
10360e468be1SAdrian Chaddcontrib/dev/ath/ath_hal/ar9300/ar9300_timer.c optional ath_hal | ath_ar9300 \
10370e468be1SAdrian Chadd	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal -I$S/contrib/dev/ath/ath_hal"
10380e468be1SAdrian Chaddcontrib/dev/ath/ath_hal/ar9300/ar9300_xmit.c optional ath_hal | ath_ar9300 \
10390e468be1SAdrian Chadd	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal -I$S/contrib/dev/ath/ath_hal"
10400e468be1SAdrian Chaddcontrib/dev/ath/ath_hal/ar9300/ar9300_xmit_ds.c optional ath_hal | ath_ar9300 \
10410e468be1SAdrian Chadd	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal -I$S/contrib/dev/ath/ath_hal"
10420e468be1SAdrian Chadd
10434a948799SSam Leffler# rf backends
104433644623SSam Lefflerdev/ath/ath_hal/ar5212/ar2316.c	optional ath_rf2316 \
104533644623SSam Leffler	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
104633644623SSam Lefflerdev/ath/ath_hal/ar5212/ar2317.c	optional ath_rf2317 \
104733644623SSam Leffler	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
104833644623SSam Lefflerdev/ath/ath_hal/ar5212/ar2413.c	optional ath_hal | ath_rf2413 \
104933644623SSam Leffler	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
105033644623SSam Lefflerdev/ath/ath_hal/ar5212/ar2425.c	optional ath_hal | ath_rf2425 | ath_rf2417 \
105133644623SSam Leffler	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
105233644623SSam Lefflerdev/ath/ath_hal/ar5212/ar5111.c	optional ath_hal | ath_rf5111 \
105333644623SSam Leffler	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
105433644623SSam Lefflerdev/ath/ath_hal/ar5212/ar5112.c	optional ath_hal | ath_rf5112 \
105533644623SSam Leffler	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
105633644623SSam Lefflerdev/ath/ath_hal/ar5212/ar5413.c	optional ath_hal | ath_rf5413 \
105733644623SSam Leffler	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
1058fee9ff32SAdrian Chadddev/ath/ath_hal/ar5416/ar2133.c optional ath_hal | ath_ar5416 | \
1059fee9ff32SAdrian Chadd	ath_ar9130 | ath_ar9160 | ath_ar9280 \
106033644623SSam Leffler	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
1061204582f2SAdrian Chadddev/ath/ath_hal/ar9002/ar9280.c optional ath_hal | ath_ar9280 | ath_ar9285 \
106233644623SSam Leffler	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
1063204582f2SAdrian Chadddev/ath/ath_hal/ar9002/ar9285.c optional ath_hal | ath_ar9285 \
10647d4f72b3SRui Paulo	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
106594c389c6SAdrian Chadddev/ath/ath_hal/ar9002/ar9287.c optional ath_hal | ath_ar9287 \
106694c389c6SAdrian Chadd	compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
10670e468be1SAdrian Chadd
10684a948799SSam Leffler# ath rate control algorithms
1069ffbb71c6SSam Lefflerdev/ath/ath_rate/amrr/amrr.c	optional ath_rate_amrr \
1070ffbb71c6SSam Leffler	compile-with "${NORMAL_C} -I$S/dev/ath"
1071d85986ecSDavid E. O'Briendev/ath/ath_rate/onoe/onoe.c	optional ath_rate_onoe \
10723da8df60SSam Leffler	compile-with "${NORMAL_C} -I$S/dev/ath"
107371803995SPoul-Henning Kampdev/ath/ath_rate/sample/sample.c	optional ath_rate_sample \
10743da8df60SSam Leffler	compile-with "${NORMAL_C} -I$S/dev/ath"
107548237774SAdrian Chadd# ath DFS modules
107648237774SAdrian Chadddev/ath/ath_dfs/null/dfs_null.c	optional ath \
107748237774SAdrian Chadd	compile-with "${NORMAL_C} -I$S/dev/ath"
10784a948799SSam Leffler#
1079d8636a9aSPaul Saabdev/bce/if_bce.c		optional bce
1080b9f78d2bSBill Pauldev/bfe/if_bfe.c		optional bfe
108195d67482SBill Pauldev/bge/if_bge.c		optional bge
108283f7669eSBruce Evansdev/bktr/bktr_audio.c		optional bktr pci
108383f7669eSBruce Evansdev/bktr/bktr_card.c		optional bktr pci
1084995e4431SPeter Wemmdev/bktr/bktr_core.c		optional bktr pci
108583f7669eSBruce Evansdev/bktr/bktr_i2c.c		optional bktr pci smbus
108683f7669eSBruce Evansdev/bktr/bktr_os.c		optional bktr pci
108783f7669eSBruce Evansdev/bktr/bktr_tuner.c		optional bktr pci
108830e27d96SAlexander Langerdev/bktr/msp34xx.c		optional bktr pci
1089696a3962SPeter Wemmdev/buslogic/bt.c		optional bt
109083f7669eSBruce Evansdev/buslogic/bt_eisa.c		optional bt eisa
10913c624743SMatthew N. Dodddev/buslogic/bt_isa.c		optional bt isa
10926a025a98SMatthew N. Dodddev/buslogic/bt_mca.c		optional bt mca
10933c624743SMatthew N. Dodddev/buslogic/bt_pci.c		optional bt pci
109412e36acbSWarner Loshdev/bwi/bwimac.c		optional bwi
109512e36acbSWarner Loshdev/bwi/bwiphy.c		optional bwi
1096c8fb8515SWarner Loshdev/bwi/bwirf.c			optional bwi
109712e36acbSWarner Loshdev/bwi/if_bwi.c		optional bwi
109812e36acbSWarner Loshdev/bwi/if_bwi_pci.c		optional bwi pci
10997ae0e2c9SDimitry Andric# XXX Work around clang warning, until maintainer approves fix.
11007ae0e2c9SDimitry Andricdev/bwn/if_bwn.c		optional bwn siba_bwn \
11017ae0e2c9SDimitry Andric	compile-with "${NORMAL_C} ${NO_WSOMETIMES_UNINITIALIZED}"
1102bfd825c0SWarner Loshdev/cardbus/cardbus.c		optional cardbus
11030db7e66cSJonathan Chendev/cardbus/cardbus_cis.c	optional cardbus
110447147ce7SWarner Loshdev/cardbus/cardbus_device.c	optional cardbus
1105119051cbSMarius Strobldev/cas/if_cas.c		optional cas
1106b3caab66SBrooks Davisdev/cfi/cfi_bus_fdt.c		optional cfi fdt
11073b6e39d4SBrooks Davisdev/cfi/cfi_bus_nexus.c		optional cfi
1108e00251b7SMarcel Moolenaardev/cfi/cfi_core.c		optional cfi
1109e00251b7SMarcel Moolenaardev/cfi/cfi_dev.c		optional cfi
1110f2c6781bSSam Lefflerdev/cfi/cfi_disk.c		optional cfid
11113a31b7ebSMike Smithdev/ciss/ciss.c			optional ciss
1112eda6ecb2SMax Khondev/cm/smc90cx6.c		optional cm
1113603d67aeSRink Springerdev/cmx/cmx.c			optional cmx
1114603d67aeSRink Springerdev/cmx/cmx_pccard.c		optional cmx pccard
111569bc96f2SNate Lawsondev/cpufreq/ichss.c		optional cpufreq
11165664bf9cSWarner Loshdev/cs/if_cs.c			optional cs
111711f3349fSWarner Loshdev/cs/if_cs_isa.c		optional cs isa
111811f3349fSWarner Loshdev/cs/if_cs_pccard.c		optional cs pccard
111979775f8fSKip Macydev/cxgb/cxgb_main.c		optional cxgb pci \
112079775f8fSKip Macy	compile-with "${NORMAL_C} -I$S/dev/cxgb"
112179775f8fSKip Macydev/cxgb/cxgb_sge.c		optional cxgb pci \
112279775f8fSKip Macy	compile-with "${NORMAL_C} -I$S/dev/cxgb"
112379775f8fSKip Macydev/cxgb/common/cxgb_mc5.c	optional cxgb pci \
112479775f8fSKip Macy	compile-with "${NORMAL_C} -I$S/dev/cxgb"
112579775f8fSKip Macydev/cxgb/common/cxgb_vsc7323.c	optional cxgb pci \
112679775f8fSKip Macy	compile-with "${NORMAL_C} -I$S/dev/cxgb"
112779775f8fSKip Macydev/cxgb/common/cxgb_vsc8211.c	optional cxgb pci \
112879775f8fSKip Macy	compile-with "${NORMAL_C} -I$S/dev/cxgb"
112979775f8fSKip Macydev/cxgb/common/cxgb_ael1002.c	optional cxgb pci \
113079775f8fSKip Macy	compile-with "${NORMAL_C} -I$S/dev/cxgb"
1131c01f2b83SNavdeep Parhardev/cxgb/common/cxgb_aq100x.c	optional cxgb pci \
1132c01f2b83SNavdeep Parhar	compile-with "${NORMAL_C} -I$S/dev/cxgb"
113379775f8fSKip Macydev/cxgb/common/cxgb_mv88e1xxx.c	optional cxgb pci \
113479775f8fSKip Macy	compile-with "${NORMAL_C} -I$S/dev/cxgb"
113579775f8fSKip Macydev/cxgb/common/cxgb_xgmac.c	optional cxgb pci \
113679775f8fSKip Macy	compile-with "${NORMAL_C} -I$S/dev/cxgb"
113779775f8fSKip Macydev/cxgb/common/cxgb_t3_hw.c	optional cxgb pci \
113879775f8fSKip Macy	compile-with "${NORMAL_C} -I$S/dev/cxgb"
113979775f8fSKip Macydev/cxgb/common/cxgb_tn1010.c	optional cxgb pci \
114079775f8fSKip Macy	compile-with "${NORMAL_C} -I$S/dev/cxgb"
114179775f8fSKip Macydev/cxgb/sys/uipc_mvec.c	optional cxgb pci \
114279775f8fSKip Macy	compile-with "${NORMAL_C} -I$S/dev/cxgb"
114379775f8fSKip Macydev/cxgb/cxgb_t3fw.c		optional cxgb cxgb_t3fw \
114479775f8fSKip Macy	compile-with "${NORMAL_C} -I$S/dev/cxgb"
114554e4ee71SNavdeep Parhardev/cxgbe/t4_main.c		optional cxgbe pci \
114654e4ee71SNavdeep Parhar	compile-with "${NORMAL_C} -I$S/dev/cxgbe"
1147298d969cSNavdeep Parhardev/cxgbe/t4_netmap.c		optional cxgbe pci \
1148298d969cSNavdeep Parhar	compile-with "${NORMAL_C} -I$S/dev/cxgbe"
114954e4ee71SNavdeep Parhardev/cxgbe/t4_sge.c		optional cxgbe pci \
115054e4ee71SNavdeep Parhar	compile-with "${NORMAL_C} -I$S/dev/cxgbe"
11514dba21f1SNavdeep Parhardev/cxgbe/t4_l2t.c		optional cxgbe pci \
11524dba21f1SNavdeep Parhar	compile-with "${NORMAL_C} -I$S/dev/cxgbe"
1153caf20efcSNavdeep Parhardev/cxgbe/t4_tracer.c		optional cxgbe pci \
1154caf20efcSNavdeep Parhar	compile-with "${NORMAL_C} -I$S/dev/cxgbe"
115554e4ee71SNavdeep Parhardev/cxgbe/common/t4_hw.c	optional cxgbe pci \
115654e4ee71SNavdeep Parhar	compile-with "${NORMAL_C} -I$S/dev/cxgbe"
11577851c3eeSNavdeep Parhart4fw_cfg.c		optional cxgbe					\
11587851c3eeSNavdeep Parhar	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}" \
11597851c3eeSNavdeep Parhar	no-implicit-rule before-depend local				\
11607851c3eeSNavdeep Parhar	clean		"t4fw_cfg.c"
11617851c3eeSNavdeep Parhart4fw_cfg.fwo		optional cxgbe					\
11627851c3eeSNavdeep Parhar	dependency	"t4fw_cfg.fw"					\
11637851c3eeSNavdeep Parhar	compile-with	"${NORMAL_FWO}"					\
11647851c3eeSNavdeep Parhar	no-implicit-rule						\
11657851c3eeSNavdeep Parhar	clean		"t4fw_cfg.fwo"
11667851c3eeSNavdeep Parhart4fw_cfg.fw		optional cxgbe					\
11677851c3eeSNavdeep Parhar	dependency	"$S/dev/cxgbe/firmware/t4fw_cfg.txt"		\
11687851c3eeSNavdeep Parhar	compile-with	"${CP} ${.ALLSRC} ${.TARGET}"			\
11697851c3eeSNavdeep Parhar	no-obj no-implicit-rule						\
11707851c3eeSNavdeep Parhar	clean		"t4fw_cfg.fw"
11717851c3eeSNavdeep Parhart4fw_cfg_uwire.fwo	optional cxgbe					\
11727851c3eeSNavdeep Parhar	dependency	"t4fw_cfg_uwire.fw"				\
11737851c3eeSNavdeep Parhar	compile-with	"${NORMAL_FWO}"					\
11747851c3eeSNavdeep Parhar	no-implicit-rule						\
11757851c3eeSNavdeep Parhar	clean		"t4fw_cfg_uwire.fwo"
11767851c3eeSNavdeep Parhart4fw_cfg_uwire.fw	optional cxgbe					\
11777851c3eeSNavdeep Parhar	dependency	"$S/dev/cxgbe/firmware/t4fw_cfg_uwire.txt"	\
11787851c3eeSNavdeep Parhar	compile-with	"${CP} ${.ALLSRC} ${.TARGET}"			\
11797851c3eeSNavdeep Parhar	no-obj no-implicit-rule						\
11807851c3eeSNavdeep Parhar	clean		"t4fw_cfg_uwire.fw"
11817851c3eeSNavdeep Parhart4fw.fwo		optional cxgbe					\
11827851c3eeSNavdeep Parhar	dependency	"t4fw.fw"					\
11837851c3eeSNavdeep Parhar	compile-with	"${NORMAL_FWO}"					\
11847851c3eeSNavdeep Parhar	no-implicit-rule						\
11857851c3eeSNavdeep Parhar	clean		"t4fw.fwo"
11867851c3eeSNavdeep Parhart4fw.fw			optional cxgbe					\
1187327235b3SNavdeep Parhar	dependency	"$S/dev/cxgbe/firmware/t4fw-1.11.27.0.bin.uu"	\
11887851c3eeSNavdeep Parhar	compile-with	"${NORMAL_FW}"					\
11897851c3eeSNavdeep Parhar	no-obj no-implicit-rule						\
11907851c3eeSNavdeep Parhar	clean		"t4fw.fw"
1191f72b68a1SNavdeep Parhart5fw_cfg.c		optional cxgbe					\
1192f72b68a1SNavdeep Parhar	compile-with	"${AWK} -f $S/tools/fw_stub.awk t5fw_cfg.fw:t5fw_cfg t5fw.fw:t5fw -mt5fw_cfg -c${.TARGET}" \
1193f72b68a1SNavdeep Parhar	no-implicit-rule before-depend local				\
1194f72b68a1SNavdeep Parhar	clean		"t5fw_cfg.c"
1195f72b68a1SNavdeep Parhart5fw_cfg.fwo		optional cxgbe					\
1196f72b68a1SNavdeep Parhar	dependency	"t5fw_cfg.fw"					\
1197f72b68a1SNavdeep Parhar	compile-with	"${NORMAL_FWO}"					\
1198f72b68a1SNavdeep Parhar	no-implicit-rule						\
1199f72b68a1SNavdeep Parhar	clean		"t5fw_cfg.fwo"
1200f72b68a1SNavdeep Parhart5fw_cfg.fw		optional cxgbe					\
1201f72b68a1SNavdeep Parhar	dependency	"$S/dev/cxgbe/firmware/t5fw_cfg.txt"		\
1202f72b68a1SNavdeep Parhar	compile-with	"${CP} ${.ALLSRC} ${.TARGET}"			\
1203f72b68a1SNavdeep Parhar	no-obj no-implicit-rule						\
1204f72b68a1SNavdeep Parhar	clean		"t5fw_cfg.fw"
1205f72b68a1SNavdeep Parhart5fw.fwo		optional cxgbe					\
1206f72b68a1SNavdeep Parhar	dependency	"t5fw.fw"					\
1207f72b68a1SNavdeep Parhar	compile-with	"${NORMAL_FWO}"					\
1208f72b68a1SNavdeep Parhar	no-implicit-rule						\
1209f72b68a1SNavdeep Parhar	clean		"t5fw.fwo"
1210f72b68a1SNavdeep Parhart5fw.fw			optional cxgbe					\
1211327235b3SNavdeep Parhar	dependency	"$S/dev/cxgbe/firmware/t5fw-1.11.27.0.bin.uu"	\
1212f72b68a1SNavdeep Parhar	compile-with	"${NORMAL_FW}"					\
1213f72b68a1SNavdeep Parhar	no-obj no-implicit-rule						\
1214f72b68a1SNavdeep Parhar	clean		"t5fw.fw"
1215e0871fafSBruce Evansdev/cy/cy.c			optional cy
1216e0871fafSBruce Evansdev/cy/cy_isa.c			optional cy isa
1217e0871fafSBruce Evansdev/cy/cy_pci.c			optional cy pci
1218d0f68000SWarner Loshdev/dc/if_dc.c			optional dc pci
1219d0f68000SWarner Loshdev/dc/dcphy.c			optional dc pci
1220d0f68000SWarner Loshdev/dc/pnphy.c			optional dc pci
1221869093b1SHidetoshi Shimokawadev/dcons/dcons.c		optional dcons
1222ffbfc256SHidetoshi Shimokawadev/dcons/dcons_crom.c		optional dcons_crom
1223fdebdf10SHidetoshi Shimokawadev/dcons/dcons_os.c		optional dcons
1224eef5d4a3SWarner Loshdev/de/if_de.c			optional de pci
1225ad01e0c8SBrian Somersdev/digi/CX.c			optional digi_CX
1226ad01e0c8SBrian Somersdev/digi/CX_PCI.c		optional digi_CX_PCI
1227ad01e0c8SBrian Somersdev/digi/EPCX.c			optional digi_EPCX
1228ad01e0c8SBrian Somersdev/digi/EPCX_PCI.c		optional digi_EPCX_PCI
1229ad01e0c8SBrian Somersdev/digi/Xe.c			optional digi_Xe
1230ad01e0c8SBrian Somersdev/digi/Xem.c			optional digi_Xem
1231ad01e0c8SBrian Somersdev/digi/Xr.c			optional digi_Xr
12322948a1cbSWarner Loshdev/digi/digi.c			optional digi
12332948a1cbSWarner Loshdev/digi/digi_isa.c		optional digi isa
12342948a1cbSWarner Loshdev/digi/digi_pci.c		optional digi pci
12356bab6ffeSMatthew N. Dodddev/dpt/dpt_eisa.c		optional dpt eisa
12366bab6ffeSMatthew N. Dodddev/dpt/dpt_pci.c		optional dpt pci
123783f7669eSBruce Evansdev/dpt/dpt_scsi.c		optional dpt
1238b8aa843cSEric Anholtdev/drm/ati_pcigart.c		optional drm
1239b8aa843cSEric Anholtdev/drm/drm_agpsupport.c	optional drm
1240b8aa843cSEric Anholtdev/drm/drm_auth.c		optional drm
1241b8aa843cSEric Anholtdev/drm/drm_bufs.c		optional drm
1242b8aa843cSEric Anholtdev/drm/drm_context.c		optional drm
1243b8aa843cSEric Anholtdev/drm/drm_dma.c		optional drm
1244b8aa843cSEric Anholtdev/drm/drm_drawable.c		optional drm
1245b8aa843cSEric Anholtdev/drm/drm_drv.c		optional drm
1246b8aa843cSEric Anholtdev/drm/drm_fops.c		optional drm
1247139890fdSRobert Nolanddev/drm/drm_hashtab.c		optional drm
1248b8aa843cSEric Anholtdev/drm/drm_ioctl.c		optional drm
1249b8aa843cSEric Anholtdev/drm/drm_irq.c		optional drm
1250b8aa843cSEric Anholtdev/drm/drm_lock.c		optional drm
1251b8aa843cSEric Anholtdev/drm/drm_memory.c		optional drm
1252139890fdSRobert Nolanddev/drm/drm_mm.c		optional drm
1253b8aa843cSEric Anholtdev/drm/drm_pci.c		optional drm
1254b8aa843cSEric Anholtdev/drm/drm_scatter.c		optional drm
1255139890fdSRobert Nolanddev/drm/drm_sman.c		optional drm
1256b8aa843cSEric Anholtdev/drm/drm_sysctl.c		optional drm
1257b8aa843cSEric Anholtdev/drm/drm_vm.c		optional drm
125869b9fffcSEric Anholtdev/drm/i915_dma.c		optional i915drm
125969b9fffcSEric Anholtdev/drm/i915_drv.c		optional i915drm
126069b9fffcSEric Anholtdev/drm/i915_irq.c		optional i915drm
126169b9fffcSEric Anholtdev/drm/i915_mem.c		optional i915drm
1262a2a2d954SRobert Nolanddev/drm/i915_suspend.c		optional i915drm
1263b8aa843cSEric Anholtdev/drm/mach64_dma.c		optional mach64drm
1264b8aa843cSEric Anholtdev/drm/mach64_drv.c		optional mach64drm
1265b8aa843cSEric Anholtdev/drm/mach64_irq.c		optional mach64drm
1266b8aa843cSEric Anholtdev/drm/mach64_state.c		optional mach64drm
126767a2a28fSEric Anholtdev/drm/mga_dma.c		optional mgadrm
126867a2a28fSEric Anholtdev/drm/mga_drv.c		optional mgadrm
126943e2d1e3SEric Anholtdev/drm/mga_irq.c		optional mgadrm
1270372c8c7eSRoman Divackydev/drm/mga_state.c		optional mgadrm
127167a2a28fSEric Anholtdev/drm/mga_warp.c		optional mgadrm
1272874fb554SDimitry Andricdev/drm/r128_cce.c		optional r128drm \
1273874fb554SDimitry Andric	compile-with "${NORMAL_C} ${NO_WUNUSED_VALUE} ${NO_WCONSTANT_CONVERSION}"
127467a2a28fSEric Anholtdev/drm/r128_drv.c		optional r128drm
127543e2d1e3SEric Anholtdev/drm/r128_irq.c		optional r128drm
12765af0827eSDavid E. O'Briendev/drm/r128_state.c		optional r128drm \
1277372c8c7eSRoman Divacky	compile-with "${NORMAL_C} ${NO_WUNUSED_VALUE}"
1278af088425SEric Anholtdev/drm/r300_cmdbuf.c		optional radeondrm
1279f588a0bdSRobert Nolanddev/drm/r600_blit.c		optional radeondrm
1280874fb554SDimitry Andricdev/drm/r600_cp.c		optional radeondrm \
1281874fb554SDimitry Andric	compile-with "${NORMAL_C} ${NO_WUNUSED_VALUE} ${NO_WCONSTANT_CONVERSION}"
1282874fb554SDimitry Andricdev/drm/radeon_cp.c		optional radeondrm \
1283874fb554SDimitry Andric	compile-with "${NORMAL_C} ${NO_WUNUSED_VALUE} ${NO_WCONSTANT_CONVERSION}"
1284f588a0bdSRobert Nolanddev/drm/radeon_cs.c		optional radeondrm
128567a2a28fSEric Anholtdev/drm/radeon_drv.c		optional radeondrm
128643e2d1e3SEric Anholtdev/drm/radeon_irq.c		optional radeondrm
128743e2d1e3SEric Anholtdev/drm/radeon_mem.c		optional radeondrm
128867a2a28fSEric Anholtdev/drm/radeon_state.c		optional radeondrm
12899fb07673SEric Anholtdev/drm/savage_bci.c		optional savagedrm
12909fb07673SEric Anholtdev/drm/savage_drv.c		optional savagedrm
12919fb07673SEric Anholtdev/drm/savage_state.c		optional savagedrm
1292a1810e15SEric Anholtdev/drm/sis_drv.c		optional sisdrm
1293a1810e15SEric Anholtdev/drm/sis_ds.c		optional sisdrm
1294a1810e15SEric Anholtdev/drm/sis_mm.c		optional sisdrm
129567a2a28fSEric Anholtdev/drm/tdfx_drv.c		optional tdfxdrm
1296b1ba33ffSRobert Nolanddev/drm/via_dma.c		optional viadrm
1297b1ba33ffSRobert Nolanddev/drm/via_dmablit.c		optional viadrm
1298b1ba33ffSRobert Nolanddev/drm/via_drv.c		optional viadrm
1299b1ba33ffSRobert Nolanddev/drm/via_irq.c		optional viadrm
1300b1ba33ffSRobert Nolanddev/drm/via_map.c		optional viadrm
1301b1ba33ffSRobert Nolanddev/drm/via_mm.c		optional viadrm
1302b1ba33ffSRobert Nolanddev/drm/via_verifier.c		optional viadrm
1303b1ba33ffSRobert Nolanddev/drm/via_video.c		optional viadrm
1304f59f3733SDavid E. O'Briendev/ed/if_ed.c			optional ed
1305969eaf21SWarner Loshdev/ed/if_ed_novell.c		optional ed
130648ce9021SWarner Loshdev/ed/if_ed_rtl80x9.c		optional ed
1307b3d39a56SPeter Wemmdev/ed/if_ed_pccard.c		optional ed pccard
1308814e1609SPeter Wemmdev/ed/if_ed_pci.c		optional ed pci
13096732641eSWarner Loshdev/eisa/eisa_if.m		standard
1310c4aebdb0SBernd Walterdev/eisa/eisaconf.c		optional eisa
1311c6d2fa7eSBjoern A. Zeebdev/e1000/if_em.c		optional em \
131206248ffcSJack F Vogel	compile-with "${NORMAL_C} -I$S/dev/e1000"
1313c6d2fa7eSBjoern A. Zeebdev/e1000/if_lem.c		optional em \
13148ec87fc5SJack F Vogel	compile-with "${NORMAL_C} -I$S/dev/e1000"
1315c6d2fa7eSBjoern A. Zeebdev/e1000/if_igb.c		optional igb \
131606248ffcSJack F Vogel	compile-with "${NORMAL_C} -I$S/dev/e1000"
131706248ffcSJack F Vogeldev/e1000/e1000_80003es2lan.c	optional em | igb \
131806248ffcSJack F Vogel	compile-with "${NORMAL_C} -I$S/dev/e1000"
131906248ffcSJack F Vogeldev/e1000/e1000_82540.c		optional em | igb \
132006248ffcSJack F Vogel	compile-with "${NORMAL_C} -I$S/dev/e1000"
132106248ffcSJack F Vogeldev/e1000/e1000_82541.c		optional em | igb \
132206248ffcSJack F Vogel	compile-with "${NORMAL_C} -I$S/dev/e1000"
132306248ffcSJack F Vogeldev/e1000/e1000_82542.c		optional em | igb \
132406248ffcSJack F Vogel	compile-with "${NORMAL_C} -I$S/dev/e1000"
132506248ffcSJack F Vogeldev/e1000/e1000_82543.c		optional em | igb \
132606248ffcSJack F Vogel	compile-with "${NORMAL_C} -I$S/dev/e1000"
132706248ffcSJack F Vogeldev/e1000/e1000_82571.c		optional em | igb \
132806248ffcSJack F Vogel	compile-with "${NORMAL_C} -I$S/dev/e1000"
132906248ffcSJack F Vogeldev/e1000/e1000_82575.c		optional em | igb \
1330c497ab81SJohn Baldwin	compile-with "${NORMAL_C} -I$S/dev/e1000"
133106248ffcSJack F Vogeldev/e1000/e1000_ich8lan.c	optional em | igb \
133206248ffcSJack F Vogel	compile-with "${NORMAL_C} -I$S/dev/e1000"
1333ab5d0362SJack F Vogeldev/e1000/e1000_i210.c		optional em | igb \
1334ab5d0362SJack F Vogel	compile-with "${NORMAL_C} -I$S/dev/e1000"
133506248ffcSJack F Vogeldev/e1000/e1000_api.c		optional em | igb \
133606248ffcSJack F Vogel	compile-with "${NORMAL_C} -I$S/dev/e1000"
133706248ffcSJack F Vogeldev/e1000/e1000_mac.c		optional em | igb \
133806248ffcSJack F Vogel	compile-with "${NORMAL_C} -I$S/dev/e1000"
133906248ffcSJack F Vogeldev/e1000/e1000_manage.c	optional em | igb \
134006248ffcSJack F Vogel	compile-with "${NORMAL_C} -I$S/dev/e1000"
134106248ffcSJack F Vogeldev/e1000/e1000_nvm.c		optional em | igb \
134206248ffcSJack F Vogel	compile-with "${NORMAL_C} -I$S/dev/e1000"
134306248ffcSJack F Vogeldev/e1000/e1000_phy.c		optional em | igb \
134406248ffcSJack F Vogel	compile-with "${NORMAL_C} -I$S/dev/e1000"
1345b8270585SJack F Vogeldev/e1000/e1000_vf.c		optional em | igb \
1346b8270585SJack F Vogel	compile-with "${NORMAL_C} -I$S/dev/e1000"
1347b8270585SJack F Vogeldev/e1000/e1000_mbx.c		optional em | igb \
1348b8270585SJack F Vogel	compile-with "${NORMAL_C} -I$S/dev/e1000"
134906248ffcSJack F Vogeldev/e1000/e1000_osdep.c		optional em | igb \
135006248ffcSJack F Vogel	compile-with "${NORMAL_C} -I$S/dev/e1000"
13514d52a575SXin LIdev/et/if_et.c			optional et
135257112b8dSHartmut Brandtdev/en/if_en_pci.c		optional en pci
13532948a1cbSWarner Loshdev/en/midway.c			optional en
13546a025a98SMatthew N. Dodddev/ep/if_ep.c			optional ep
13556a025a98SMatthew N. Dodddev/ep/if_ep_eisa.c		optional ep eisa
135683f7669eSBruce Evansdev/ep/if_ep_isa.c		optional ep isa
13576a025a98SMatthew N. Dodddev/ep/if_ep_mca.c		optional ep mca
1358568ffd88SPeter Wemmdev/ep/if_ep_pccard.c		optional ep pccard
1359a9ab459bSMarius Strobldev/esp/esp_pci.c		optional esp pci
136012c6be05SScott Longdev/esp/ncr53c9x.c		optional esp
1361a3028286SWarner Loshdev/etherswitch/arswitch/arswitch.c		optional arswitch
1362a3028286SWarner Loshdev/etherswitch/arswitch/arswitch_reg.c		optional arswitch
1363a3028286SWarner Loshdev/etherswitch/arswitch/arswitch_phy.c		optional arswitch
1364a3028286SWarner Loshdev/etherswitch/arswitch/arswitch_8216.c	optional arswitch
1365a3028286SWarner Loshdev/etherswitch/arswitch/arswitch_8226.c	optional arswitch
1366a3028286SWarner Loshdev/etherswitch/arswitch/arswitch_8316.c	optional arswitch
13677330dd0bSAdrian Chadddev/etherswitch/arswitch/arswitch_8327.c	optional arswitch
1368a3028286SWarner Loshdev/etherswitch/arswitch/arswitch_7240.c	optional arswitch
1369b45ca25fSAdrian Chadddev/etherswitch/arswitch/arswitch_9340.c	optional arswitch
1370b9f07b86SLuiz Otavio O Souzadev/etherswitch/arswitch/arswitch_vlans.c	optional arswitch
1371a3028286SWarner Loshdev/etherswitch/etherswitch.c		optional etherswitch
1372a3028286SWarner Loshdev/etherswitch/etherswitch_if.m	optional etherswitch
1373248dd603SAdrian Chadddev/etherswitch/ip17x/ip17x.c		optional ip17x
1374248dd603SAdrian Chadddev/etherswitch/ip17x/ip175c.c		optional ip17x
1375248dd603SAdrian Chadddev/etherswitch/ip17x/ip175d.c		optional ip17x
1376248dd603SAdrian Chadddev/etherswitch/ip17x/ip17x_phy.c	optional ip17x
1377248dd603SAdrian Chadddev/etherswitch/ip17x/ip17x_vlans.c	optional ip17x
1378a3028286SWarner Loshdev/etherswitch/mdio_if.m		optional miiproxy
1379a3028286SWarner Loshdev/etherswitch/mdio.c			optional miiproxy
1380a3028286SWarner Loshdev/etherswitch/miiproxy.c		optional miiproxy
1381a3028286SWarner Loshdev/etherswitch/rtl8366/rtl8366rb.c	optional rtl8366rb
13827b796c40SAdrian Chadddev/etherswitch/ukswitch/ukswitch.c	optional ukswitch
138368c68f01SMatthew N. Dodddev/ex/if_ex.c			optional ex
138468c68f01SMatthew N. Dodddev/ex/if_ex_isa.c		optional ex isa
1385f509c650SWarner Loshdev/ex/if_ex_pccard.c		optional ex pccard
13866319263dSWarner Loshdev/exca/exca.c			optional cbb
1387fb24f088SHartmut Brandtdev/fatm/if_fatm.c		optional fatm pci
138827cf7d04SAleksandr Rybalkodev/fb/fbd.c			optional fbd | vt
138924447bc5SAleksandr Rybalkodev/fb/fb_if.m			standard
139037fd54ffSAleksandr Rybalkodev/fb/splash.c			optional sc splash
1391b8ed20dbSIan Leporedev/fdt/fdt_clock.c		optional fdt fdt_clock
1392b8ed20dbSIan Leporedev/fdt/fdt_clock_if.m		optional fdt fdt_clock
13933c5326bfSRafal Jaworowskidev/fdt/fdt_common.c		optional fdt
1394b8ed20dbSIan Leporedev/fdt/fdt_pinctrl.c		optional fdt fdt_pinctrl
1395b8ed20dbSIan Leporedev/fdt/fdt_pinctrl_if.m	optional fdt fdt_pinctrl
13964ffd4dfeSGrzegorz Bernackidev/fdt/fdt_slicer.c		optional fdt cfi | fdt nand
1397f72761c6SIan Leporedev/fdt/fdt_static_dtb.S	optional fdt fdt_dtb_static \
1398eeb913c9SWarner Losh	dependency	"$S/boot/fdt/dts/${MACHINE}/${FDT_DTS_FILE}"
13993c5326bfSRafal Jaworowskidev/fdt/simplebus.c		optional fdt
1400b14d7dacSYoshihiro Takahashidev/fe/if_fe.c			optional fe
140181597dfcSTakeshi Shibagakidev/fe/if_fe_pccard.c		optional fe pccard
14026c6f1f01SPeter Wemmdev/filemon/filemon.c		optional filemon
1403bb2ea9c2SJohn Baldwindev/firewire/firewire.c		optional firewire
1404b018dcd1SHidetoshi Shimokawadev/firewire/fwcrom.c		optional firewire
1405b018dcd1SHidetoshi Shimokawadev/firewire/fwdev.c		optional firewire
14064ed471c1SHidetoshi Shimokawadev/firewire/fwdma.c		optional firewire
1407b018dcd1SHidetoshi Shimokawadev/firewire/fwmem.c		optional firewire
1408bb2ea9c2SJohn Baldwindev/firewire/fwohci.c		optional firewire
1409bb2ea9c2SJohn Baldwindev/firewire/fwohci_pci.c	optional firewire pci
1410bb2ea9c2SJohn Baldwindev/firewire/if_fwe.c		optional fwe
1411b8b33234SDoug Rabsondev/firewire/if_fwip.c		optional fwip
1412bb2ea9c2SJohn Baldwindev/firewire/sbp.c		optional sbp
1413e9e688e2SHidetoshi Shimokawadev/firewire/sbp_targ.c		optional sbp_targ
1414fcf50d48SWarner Loshdev/flash/at45d.c		optional at45d
1415604a99e9SWarner Loshdev/flash/mx25l.c		optional mx25l
1416c6d2fa7eSBjoern A. Zeebdev/fxp/if_fxp.c		optional fxp
1417112a855dSMarius Strobldev/fxp/inphy.c			optional fxp
14182081ddd6SThomas Moestldev/gem/if_gem.c		optional gem
14192081ddd6SThomas Moestldev/gem/if_gem_pci.c		optional gem pci
14209ba2b298SMarius Strobldev/gem/if_gem_sbus.c		optional gem sbus
14216b34b16eSOleksandr Tymoshenkodev/gpio/gpiobus.c		optional gpio				\
14226b34b16eSOleksandr Tymoshenko	dependency	"gpiobus_if.h"
14236b34b16eSOleksandr Tymoshenkodev/gpio/gpioc.c		optional gpio				\
14246b34b16eSOleksandr Tymoshenko	dependency	"gpio_if.h"
14256b34b16eSOleksandr Tymoshenkodev/gpio/gpioiic.c		optional gpioiic
14266b34b16eSOleksandr Tymoshenkodev/gpio/gpioled.c		optional gpioled
14276b34b16eSOleksandr Tymoshenkodev/gpio/gpio_if.m		optional gpio
14286b34b16eSOleksandr Tymoshenkodev/gpio/gpiobus_if.m		optional gpio
14296d866ed3SLuiz Otavio O Souzadev/gpio/ofw_gpiobus.c		optional fdt gpio
1430c594298bSHartmut Brandtdev/hatm/if_hatm.c		optional hatm pci
1431c594298bSHartmut Brandtdev/hatm/if_hatm_intr.c		optional hatm pci
1432c594298bSHartmut Brandtdev/hatm/if_hatm_ioctl.c	optional hatm pci
1433c594298bSHartmut Brandtdev/hatm/if_hatm_rx.c		optional hatm pci
1434c594298bSHartmut Brandtdev/hatm/if_hatm_tx.c		optional hatm pci
14358b7ce2ffSSam Lefflerdev/hifn/hifn7751.c		optional hifn
14362081ddd6SThomas Moestldev/hme/if_hme.c		optional hme
14372081ddd6SThomas Moestldev/hme/if_hme_pci.c		optional hme pci
14382081ddd6SThomas Moestldev/hme/if_hme_sbus.c		optional hme sbus
143961d9c8faSAntoine Brodindev/hptiop/hptiop.c		optional hptiop scbus
1440151a9296SJoseph Koshydev/hwpmc/hwpmc_logging.c	optional hwpmc
1441151a9296SJoseph Koshydev/hwpmc/hwpmc_mod.c		optional hwpmc
1442f5f9340bSFabien Thomasdev/hwpmc/hwpmc_soft.c		optional hwpmc
14433c5656bfSArchie Cobbsdev/ichsmb/ichsmb.c		optional ichsmb
14443c5656bfSArchie Cobbsdev/ichsmb/ichsmb_pci.c		optional ichsmb pci
14456c205e59SPeter Wemmdev/ida/ida.c			optional ida
1446a17e9eacSJonathan Lemondev/ida/ida_disk.c		optional ida
1447a17e9eacSJonathan Lemondev/ida/ida_eisa.c		optional ida eisa
1448978d4f5bSMatthew N. Dodddev/ida/ida_pci.c		optional ida pci
144950e960d9SMatthew N. Dodddev/ie/if_ie.c			optional ie isa nowerror
145050e960d9SMatthew N. Dodddev/ie/if_ie_isa.c		optional ie isa
1451a8e06f2aSRuslan Ermilovdev/ieee488/ibfoo.c		optional pcii | tnt4882
145283820457SPoul-Henning Kampdev/ieee488/pcii.c		optional pcii
1453346fa631SPoul-Henning Kampdev/ieee488/tnt4882.c		optional tnt4882
1454a8e06f2aSRuslan Ermilovdev/ieee488/upd7210.c		optional pcii | tnt4882
14559dbf796cSSam Lefflerdev/iicbus/ad7418.c		optional ad7418
14569884d99eSRafal Jaworowskidev/iicbus/ds133x.c		optional ds133x
14571513a6ffSJayachandran C.dev/iicbus/ds1374.c		optional ds1374
14589dbf796cSSam Lefflerdev/iicbus/ds1672.c		optional ds1672
145966c7612aSWarner Loshdev/iicbus/icee.c		optional icee
146083f7669eSBruce Evansdev/iicbus/if_ic.c		optional ic
146183f7669eSBruce Evansdev/iicbus/iic.c		optional iic
146283f7669eSBruce Evansdev/iicbus/iicbb.c		optional iicbb
14632948a1cbSWarner Loshdev/iicbus/iicbb_if.m		optional iicbb
146483f7669eSBruce Evansdev/iicbus/iicbus.c		optional iicbus
14652948a1cbSWarner Loshdev/iicbus/iicbus_if.m		optional iicbus
146683f7669eSBruce Evansdev/iicbus/iiconf.c		optional iicbus
146783f7669eSBruce Evansdev/iicbus/iicsmb.c		optional iicsmb				\
146883f7669eSBruce Evans	dependency	"iicbus_if.h"
14691ab68cbbSJayachandran C.dev/iicbus/iicoc.c		optional iicoc
1470dd75f2c5SLuiz Otavio O Souzadev/iicbus/lm75.c		optional lm75
147134f4e555SMarius Strobldev/iicbus/pcf8563.c		optional pcf8563
1472f8e8af9cSHiroki Satodev/iicbus/s35390a.c		optional s35390a
1473a245737cSMike Smithdev/iir/iir.c			optional iir
1474a245737cSMike Smithdev/iir/iir_ctrl.c		optional iir
1475a245737cSMike Smithdev/iir/iir_pci.c		optional iir pci
1476f495ec29SRui Paulodev/intpm/intpm.c		optional intpm pci
14777ae0e2c9SDimitry Andric# XXX Work around clang warning, until maintainer approves fix.
14787ae0e2c9SDimitry Andricdev/ips/ips.c			optional ips \
14797ae0e2c9SDimitry Andric	compile-with "${NORMAL_C} ${NO_WSOMETIMES_UNINITIALIZED}"
148021157faeSScott Longdev/ips/ips_commands.c		optional ips
14812948a1cbSWarner Loshdev/ips/ips_disk.c		optional ips
148221157faeSScott Longdev/ips/ips_ioctl.c		optional ips
14832948a1cbSWarner Loshdev/ips/ips_pci.c		optional ips pci
1484ceaec73dSDamien Bergaminidev/ipw/if_ipw.c		optional ipw
1485d74e3f17SSam Leffleripwbssfw.c			optional ipwbssfw | ipwfw		\
1486d74e3f17SSam Leffler	compile-with	"${AWK} -f $S/tools/fw_stub.awk ipw_bss.fw:ipw_bss:130 -lintel_ipw -mipw_bss -c${.TARGET}" \
1487d74e3f17SSam Leffler	no-implicit-rule before-depend local				\
1488d74e3f17SSam Leffler	clean		"ipwbssfw.c"
1489d74e3f17SSam Leffleripw_bss.fwo			optional ipwbssfw | ipwfw		\
1490d74e3f17SSam Leffler	dependency	"ipw_bss.fw"					\
14913a45ae3cSJohn Baldwin	compile-with	"${NORMAL_FWO}"					\
1492d74e3f17SSam Leffler	no-implicit-rule						\
1493d74e3f17SSam Leffler	clean		"ipw_bss.fwo"
1494d74e3f17SSam Leffleripw_bss.fw			optional ipwbssfw | ipwfw		\
14950b57f2cdSDavid E. O'Brien	dependency	"$S/contrib/dev/ipw/ipw2100-1.3.fw.uu"		\
14963a45ae3cSJohn Baldwin	compile-with	"${NORMAL_FW}"					\
1497d74e3f17SSam Leffler	no-obj no-implicit-rule						\
1498d74e3f17SSam Leffler	clean		"ipw_bss.fw"
1499d74e3f17SSam Leffleripwibssfw.c			optional ipwibssfw | ipwfw		\
1500d74e3f17SSam Leffler	compile-with	"${AWK} -f $S/tools/fw_stub.awk ipw_ibss.fw:ipw_ibss:130 -lintel_ipw -mipw_ibss -c${.TARGET}" \
1501d74e3f17SSam Leffler	no-implicit-rule before-depend local				\
1502d74e3f17SSam Leffler	clean		"ipwibssfw.c"
1503d74e3f17SSam Leffleripw_ibss.fwo			optional ipwibssfw | ipwfw		\
1504d74e3f17SSam Leffler	dependency	"ipw_ibss.fw"					\
15053a45ae3cSJohn Baldwin	compile-with	"${NORMAL_FWO}"					\
1506d74e3f17SSam Leffler	no-implicit-rule						\
1507d74e3f17SSam Leffler	clean		"ipw_ibss.fwo"
1508d74e3f17SSam Leffleripw_ibss.fw			optional ipwibssfw | ipwfw		\
15090b57f2cdSDavid E. O'Brien	dependency	"$S/contrib/dev/ipw/ipw2100-1.3-i.fw.uu"	\
15103a45ae3cSJohn Baldwin	compile-with	"${NORMAL_FW}"					\
1511d74e3f17SSam Leffler	no-obj no-implicit-rule						\
1512d74e3f17SSam Leffler	clean		"ipw_ibss.fw"
1513d74e3f17SSam Leffleripwmonitorfw.c			optional ipwmonitorfw | ipwfw		\
1514d74e3f17SSam Leffler	compile-with	"${AWK} -f $S/tools/fw_stub.awk ipw_monitor.fw:ipw_monitor:130 -lintel_ipw -mipw_monitor -c${.TARGET}" \
1515d74e3f17SSam Leffler	no-implicit-rule before-depend local				\
1516d74e3f17SSam Leffler	clean		"ipwmonitorfw.c"
1517d74e3f17SSam Leffleripw_monitor.fwo			optional ipwmonitorfw | ipwfw		\
1518d74e3f17SSam Leffler	dependency	"ipw_monitor.fw"				\
15193a45ae3cSJohn Baldwin	compile-with	"${NORMAL_FWO}"					\
1520d74e3f17SSam Leffler	no-implicit-rule						\
1521d74e3f17SSam Leffler	clean		"ipw_monitor.fwo"
1522d74e3f17SSam Leffleripw_monitor.fw			optional ipwmonitorfw | ipwfw		\
15230b57f2cdSDavid E. O'Brien	dependency	"$S/contrib/dev/ipw/ipw2100-1.3-p.fw.uu"	\
15243a45ae3cSJohn Baldwin	compile-with	"${NORMAL_FW}"					\
1525d74e3f17SSam Leffler	no-obj no-implicit-rule						\
1526d74e3f17SSam Leffler	clean		"ipw_monitor.fw"
1527009ea47eSEdward Tomasz Napieraladev/iscsi/icl.c			optional iscsi | ctl
1528009ea47eSEdward Tomasz Napieraladev/iscsi/icl_proxy.c		optional iscsi | ctl
1529009ea47eSEdward Tomasz Napieraladev/iscsi/iscsi.c		optional iscsi scbus
15309732e4fdSEdward Tomasz Napieraladev/iscsi_initiator/iscsi.c	optional iscsi_initiator scbus
15319732e4fdSEdward Tomasz Napieraladev/iscsi_initiator/iscsi_subr.c	optional iscsi_initiator scbus
15329732e4fdSEdward Tomasz Napieraladev/iscsi_initiator/isc_cam.c	optional iscsi_initiator scbus
15339732e4fdSEdward Tomasz Napieraladev/iscsi_initiator/isc_soc.c	optional iscsi_initiator scbus
15349732e4fdSEdward Tomasz Napieraladev/iscsi_initiator/isc_sm.c	optional iscsi_initiator scbus
15359732e4fdSEdward Tomasz Napieraladev/iscsi_initiator/isc_subr.c	optional iscsi_initiator scbus
15360572ccaaSJim Harrisdev/ismt/ismt.c			optional ismt
1537e05ec893SMatt Jacobdev/isp/isp.c			optional isp
153883f7669eSBruce Evansdev/isp/isp_freebsd.c		optional isp
1539df7418f3SMatt Jacobdev/isp/isp_library.c		optional isp
1540e05ec893SMatt Jacobdev/isp/isp_pci.c		optional isp pci
1541e05ec893SMatt Jacobdev/isp/isp_sbus.c		optional isp sbus
15422948a1cbSWarner Loshdev/isp/isp_target.c		optional isp
15437013252cSMatt Jacobdev/ispfw/ispfw.c		optional ispfw
1544ceaec73dSDamien Bergaminidev/iwi/if_iwi.c		optional iwi
1545d74e3f17SSam Leffleriwibssfw.c			optional iwibssfw | iwifw		\
1546d74e3f17SSam Leffler	compile-with	"${AWK} -f $S/tools/fw_stub.awk iwi_bss.fw:iwi_bss:300 -lintel_iwi -miwi_bss -c${.TARGET}" \
1547d74e3f17SSam Leffler	no-implicit-rule before-depend local				\
1548d74e3f17SSam Leffler	clean		"iwibssfw.c"
1549d74e3f17SSam Leffleriwi_bss.fwo			optional iwibssfw | iwifw		\
1550d74e3f17SSam Leffler	dependency	"iwi_bss.fw"					\
15513a45ae3cSJohn Baldwin	compile-with	"${NORMAL_FWO}"					\
1552d74e3f17SSam Leffler	no-implicit-rule						\
1553d74e3f17SSam Leffler	clean		"iwi_bss.fwo"
1554d74e3f17SSam Leffleriwi_bss.fw			optional iwibssfw | iwifw		\
15550b57f2cdSDavid E. O'Brien	dependency	"$S/contrib/dev/iwi/ipw2200-bss.fw.uu"		\
15563a45ae3cSJohn Baldwin	compile-with	"${NORMAL_FW}"					\
1557d74e3f17SSam Leffler	no-obj no-implicit-rule						\
1558d74e3f17SSam Leffler	clean		"iwi_bss.fw"
1559d74e3f17SSam Leffleriwiibssfw.c			optional iwiibssfw | iwifw		\
1560d74e3f17SSam Leffler	compile-with	"${AWK} -f $S/tools/fw_stub.awk iwi_ibss.fw:iwi_ibss:300 -lintel_iwi -miwi_ibss -c${.TARGET}" \
1561d74e3f17SSam Leffler	no-implicit-rule before-depend local				\
1562d74e3f17SSam Leffler	clean		"iwiibssfw.c"
1563d74e3f17SSam Leffleriwi_ibss.fwo			optional iwiibssfw | iwifw		\
1564d74e3f17SSam Leffler	dependency	"iwi_ibss.fw"					\
15653a45ae3cSJohn Baldwin	compile-with	"${NORMAL_FWO}"					\
1566d74e3f17SSam Leffler	no-implicit-rule						\
1567d74e3f17SSam Leffler	clean		"iwi_ibss.fwo"
1568d74e3f17SSam Leffleriwi_ibss.fw			optional iwiibssfw | iwifw		\
15690b57f2cdSDavid E. O'Brien	dependency	"$S/contrib/dev/iwi/ipw2200-ibss.fw.uu"		\
15703a45ae3cSJohn Baldwin	compile-with	"${NORMAL_FW}"					\
1571d74e3f17SSam Leffler	no-obj no-implicit-rule						\
1572d74e3f17SSam Leffler	clean		"iwi_ibss.fw"
1573d74e3f17SSam Leffleriwimonitorfw.c			optional iwimonitorfw | iwifw		\
1574d74e3f17SSam Leffler	compile-with	"${AWK} -f $S/tools/fw_stub.awk iwi_monitor.fw:iwi_monitor:300 -lintel_iwi -miwi_monitor -c${.TARGET}" \
1575d74e3f17SSam Leffler	no-implicit-rule before-depend local				\
1576d74e3f17SSam Leffler	clean		"iwimonitorfw.c"
1577d74e3f17SSam Leffleriwi_monitor.fwo			optional iwimonitorfw | iwifw		\
1578d74e3f17SSam Leffler	dependency	"iwi_monitor.fw"				\
15793a45ae3cSJohn Baldwin	compile-with	"${NORMAL_FWO}"					\
1580d74e3f17SSam Leffler	no-implicit-rule						\
1581d74e3f17SSam Leffler	clean		"iwi_monitor.fwo"
1582d74e3f17SSam Leffleriwi_monitor.fw			optional iwimonitorfw | iwifw		\
15830b57f2cdSDavid E. O'Brien	dependency	"$S/contrib/dev/iwi/ipw2200-sniffer.fw.uu"	\
15843a45ae3cSJohn Baldwin	compile-with	"${NORMAL_FW}"					\
1585d74e3f17SSam Leffler	no-obj no-implicit-rule						\
1586d74e3f17SSam Leffler	clean		"iwi_monitor.fw"
15873971d07bSSam Lefflerdev/iwn/if_iwn.c		optional iwn
15880f454b93SRui Pauloiwn1000fw.c			optional iwn1000fw | iwnfw		\
15890f454b93SRui Paulo	compile-with	"${AWK} -f $S/tools/fw_stub.awk iwn1000.fw:iwn1000fw -miwn1000fw -c${.TARGET}" \
15900f454b93SRui Paulo	no-implicit-rule before-depend local				\
15910f454b93SRui Paulo	clean		"iwn1000fw.c"
15920f454b93SRui Pauloiwn1000fw.fwo			optional iwn1000fw | iwnfw		\
15930f454b93SRui Paulo	dependency	"iwn1000.fw"					\
15943a45ae3cSJohn Baldwin	compile-with	"${NORMAL_FWO}"					\
15950f454b93SRui Paulo	no-implicit-rule						\
15960f454b93SRui Paulo	clean		"iwn1000fw.fwo"
15970f454b93SRui Pauloiwn1000.fw			optional iwn1000fw | iwnfw		\
1598c2bce4a2SBernhard Schmidt	dependency	"$S/contrib/dev/iwn/iwlwifi-1000-39.31.5.1.fw.uu" \
15993a45ae3cSJohn Baldwin	compile-with	"${NORMAL_FW}"					\
16000f454b93SRui Paulo	no-obj no-implicit-rule						\
16010f454b93SRui Paulo	clean		"iwn1000.fw"
1602fc1dccd5SChristian Bruefferiwn100fw.c			optional iwn100fw | iwnfw		\
1603fc1dccd5SChristian Brueffer	compile-with	"${AWK} -f $S/tools/fw_stub.awk iwn100.fw:iwn100fw -miwn100fw -c${.TARGET}" \
1604fc1dccd5SChristian Brueffer	no-implicit-rule before-depend local				\
1605fc1dccd5SChristian Brueffer	clean		"iwn100fw.c"
1606fc1dccd5SChristian Bruefferiwn100fw.fwo			optional iwn100fw | iwnfw		\
1607fc1dccd5SChristian Brueffer	dependency	"iwn100.fw"					\
1608fc1dccd5SChristian Brueffer	compile-with	"${NORMAL_FWO}"					\
1609fc1dccd5SChristian Brueffer	no-implicit-rule						\
1610fc1dccd5SChristian Brueffer	clean		"iwn100fw.fwo"
1611fc1dccd5SChristian Bruefferiwn100.fw			optional iwn100fw | iwnfw		\
1612fc1dccd5SChristian Brueffer	dependency	"$S/contrib/dev/iwn/iwlwifi-100-39.31.5.1.fw.uu" \
1613fc1dccd5SChristian Brueffer	compile-with	"${NORMAL_FW}"					\
1614fc1dccd5SChristian Brueffer	no-obj no-implicit-rule						\
1615fc1dccd5SChristian Brueffer	clean		"iwn100.fw"
1616c4df003eSGavin Atkinsoniwn105fw.c			optional iwn105fw | iwnfw		\
1617c4df003eSGavin Atkinson	compile-with	"${AWK} -f $S/tools/fw_stub.awk iwn105.fw:iwn105fw -miwn105fw -c${.TARGET}" \
1618c4df003eSGavin Atkinson	no-implicit-rule before-depend local				\
1619c4df003eSGavin Atkinson	clean		"iwn105fw.c"
1620c4df003eSGavin Atkinsoniwn105fw.fwo			optional iwn105fw | iwnfw		\
1621c4df003eSGavin Atkinson	dependency	"iwn105.fw"					\
1622c4df003eSGavin Atkinson	compile-with	"${NORMAL_FWO}"					\
1623c4df003eSGavin Atkinson	no-implicit-rule						\
1624c4df003eSGavin Atkinson	clean		"iwn105fw.fwo"
1625c4df003eSGavin Atkinsoniwn105.fw			optional iwn105fw | iwnfw		\
1626c4df003eSGavin Atkinson	dependency	"$S/contrib/dev/iwn/iwlwifi-105-6-18.168.6.1.fw.uu" \
1627c4df003eSGavin Atkinson	compile-with	"${NORMAL_FW}"					\
1628c4df003eSGavin Atkinson	no-obj no-implicit-rule						\
1629c4df003eSGavin Atkinson	clean		"iwn105.fw"
1630c4df003eSGavin Atkinsoniwn135fw.c			optional iwn135fw | iwnfw		\
1631c4df003eSGavin Atkinson	compile-with	"${AWK} -f $S/tools/fw_stub.awk iwn135.fw:iwn135fw -miwn135fw -c${.TARGET}" \
1632c4df003eSGavin Atkinson	no-implicit-rule before-depend local				\
1633c4df003eSGavin Atkinson	clean		"iwn135fw.c"
1634c4df003eSGavin Atkinsoniwn135fw.fwo			optional iwn135fw | iwnfw		\
1635c4df003eSGavin Atkinson	dependency	"iwn135.fw"					\
1636c4df003eSGavin Atkinson	compile-with	"${NORMAL_FWO}"					\
1637c4df003eSGavin Atkinson	no-implicit-rule						\
1638c4df003eSGavin Atkinson	clean		"iwn135fw.fwo"
1639c4df003eSGavin Atkinsoniwn135.fw			optional iwn135fw | iwnfw		\
1640c4df003eSGavin Atkinson	dependency	"$S/contrib/dev/iwn/iwlwifi-135-6-18.168.6.1.fw.uu" \
1641c4df003eSGavin Atkinson	compile-with	"${NORMAL_FW}"					\
1642c4df003eSGavin Atkinson	no-obj no-implicit-rule						\
1643c4df003eSGavin Atkinson	clean		"iwn135.fw"
1644cf042e43SChristian Bruefferiwn2000fw.c			optional iwn2000fw | iwnfw		\
1645cf042e43SChristian Brueffer	compile-with	"${AWK} -f $S/tools/fw_stub.awk iwn2000.fw:iwn2000fw -miwn2000fw -c${.TARGET}" \
1646cf042e43SChristian Brueffer	no-implicit-rule before-depend local				\
1647cf042e43SChristian Brueffer	clean		"iwn2000fw.c"
1648cf042e43SChristian Bruefferiwn2000fw.fwo			optional iwn2000fw | iwnfw		\
1649cf042e43SChristian Brueffer	dependency	"iwn2000.fw"					\
1650cf042e43SChristian Brueffer	compile-with	"${NORMAL_FWO}"					\
1651cf042e43SChristian Brueffer	no-implicit-rule						\
1652cf042e43SChristian Brueffer	clean		"iwn2000fw.fwo"
1653cf042e43SChristian Bruefferiwn2000.fw			optional iwn2000fw | iwnfw		\
1654cf042e43SChristian Brueffer	dependency	"$S/contrib/dev/iwn/iwlwifi-2000-18.168.6.1.fw.uu" \
1655cf042e43SChristian Brueffer	compile-with	"${NORMAL_FW}"					\
1656cf042e43SChristian Brueffer	no-obj no-implicit-rule						\
1657cf042e43SChristian Brueffer	clean		"iwn2000.fw"
1658cf042e43SChristian Bruefferiwn2030fw.c			optional iwn2030fw | iwnfw		\
1659cf042e43SChristian Brueffer	compile-with	"${AWK} -f $S/tools/fw_stub.awk iwn2030.fw:iwn2030fw -miwn2030fw -c${.TARGET}" \
1660cf042e43SChristian Brueffer	no-implicit-rule before-depend local				\
1661cf042e43SChristian Brueffer	clean		"iwn2030fw.c"
1662cf042e43SChristian Bruefferiwn2030fw.fwo			optional iwn2030fw | iwnfw		\
1663cf042e43SChristian Brueffer	dependency	"iwn2030.fw"					\
1664cf042e43SChristian Brueffer	compile-with	"${NORMAL_FWO}"					\
1665cf042e43SChristian Brueffer	no-implicit-rule						\
1666cf042e43SChristian Brueffer	clean		"iwn2030fw.fwo"
1667cf042e43SChristian Bruefferiwn2030.fw			optional iwn2030fw | iwnfw		\
1668cf042e43SChristian Brueffer	dependency	"$S/contrib/dev/iwn/iwnwifi-2030-18.168.6.1.fw.uu" \
1669cf042e43SChristian Brueffer	compile-with	"${NORMAL_FW}"					\
1670cf042e43SChristian Brueffer	no-obj no-implicit-rule						\
1671cf042e43SChristian Brueffer	clean		"iwn2030.fw"
167278e360f8SRui Pauloiwn4965fw.c			optional iwn4965fw | iwnfw		\
167378e360f8SRui Paulo	compile-with	"${AWK} -f $S/tools/fw_stub.awk iwn4965.fw:iwn4965fw -miwn4965fw -c${.TARGET}" \
16743971d07bSSam Leffler	no-implicit-rule before-depend local				\
167578e360f8SRui Paulo	clean		"iwn4965fw.c"
167678e360f8SRui Pauloiwn4965fw.fwo			optional iwn4965fw | iwnfw		\
167778e360f8SRui Paulo	dependency	"iwn4965.fw"					\
16783a45ae3cSJohn Baldwin	compile-with	"${NORMAL_FWO}"					\
16793971d07bSSam Leffler	no-implicit-rule						\
168078e360f8SRui Paulo	clean		"iwn4965fw.fwo"
168178e360f8SRui Pauloiwn4965.fw			optional iwn4965fw | iwnfw		\
16820b57f2cdSDavid E. O'Brien	dependency	"$S/contrib/dev/iwn/iwlwifi-4965-228.61.2.24.fw.uu" \
16833a45ae3cSJohn Baldwin	compile-with	"${NORMAL_FW}"					\
16843971d07bSSam Leffler	no-obj no-implicit-rule						\
168578e360f8SRui Paulo	clean		"iwn4965.fw"
168678e360f8SRui Pauloiwn5000fw.c			optional iwn5000fw | iwnfw		\
168778e360f8SRui Paulo	compile-with	"${AWK} -f $S/tools/fw_stub.awk iwn5000.fw:iwn5000fw -miwn5000fw -c${.TARGET}" \
168878e360f8SRui Paulo	no-implicit-rule before-depend local				\
168978e360f8SRui Paulo	clean		"iwn5000fw.c"
169078e360f8SRui Pauloiwn5000fw.fwo		optional iwn5000fw | iwnfw			\
169178e360f8SRui Paulo	dependency	"iwn5000.fw"					\
16923a45ae3cSJohn Baldwin	compile-with	"${NORMAL_FWO}"					\
169378e360f8SRui Paulo	no-implicit-rule						\
169478e360f8SRui Paulo	clean		"iwn5000fw.fwo"
169578e360f8SRui Pauloiwn5000.fw			optional iwn5000fw | iwnfw		\
1696c2bce4a2SBernhard Schmidt	dependency	"$S/contrib/dev/iwn/iwlwifi-5000-8.83.5.1.fw.uu" \
16973a45ae3cSJohn Baldwin	compile-with	"${NORMAL_FW}"					\
169878e360f8SRui Paulo	no-obj no-implicit-rule						\
169978e360f8SRui Paulo	clean		"iwn5000.fw"
170078e360f8SRui Pauloiwn5150fw.c			optional iwn5150fw | iwnfw		\
170178e360f8SRui Paulo	compile-with	"${AWK} -f $S/tools/fw_stub.awk iwn5150.fw:iwn5150fw -miwn5150fw -c${.TARGET}" \
170278e360f8SRui Paulo	no-implicit-rule before-depend local				\
170378e360f8SRui Paulo	clean		"iwn5150fw.c"
170478e360f8SRui Pauloiwn5150fw.fwo			optional iwn5150fw | iwnfw		\
170578e360f8SRui Paulo	dependency	"iwn5150.fw"					\
17063a45ae3cSJohn Baldwin	compile-with	"${NORMAL_FWO}"					\
170778e360f8SRui Paulo	no-implicit-rule						\
170878e360f8SRui Paulo	clean		"iwn5150fw.fwo"
170978e360f8SRui Pauloiwn5150.fw			optional iwn5150fw | iwnfw		\
17100b57f2cdSDavid E. O'Brien	dependency	"$S/contrib/dev/iwn/iwlwifi-5150-8.24.2.2.fw.uu"\
17113a45ae3cSJohn Baldwin	compile-with	"${NORMAL_FW}"					\
171278e360f8SRui Paulo	no-obj no-implicit-rule						\
171378e360f8SRui Paulo	clean		"iwn5150.fw"
17140f454b93SRui Pauloiwn6000fw.c			optional iwn6000fw | iwnfw		\
17150f454b93SRui Paulo	compile-with	"${AWK} -f $S/tools/fw_stub.awk iwn6000.fw:iwn6000fw -miwn6000fw -c${.TARGET}" \
17160f454b93SRui Paulo	no-implicit-rule before-depend local				\
17170f454b93SRui Paulo	clean		"iwn6000fw.c"
17180f454b93SRui Pauloiwn6000fw.fwo			optional iwn6000fw | iwnfw		\
17190f454b93SRui Paulo	dependency	"iwn6000.fw"					\
17203a45ae3cSJohn Baldwin	compile-with	"${NORMAL_FWO}"					\
17210f454b93SRui Paulo	no-implicit-rule						\
17220f454b93SRui Paulo	clean		"iwn6000fw.fwo"
17230f454b93SRui Pauloiwn6000.fw			optional iwn6000fw | iwnfw		\
17240b57f2cdSDavid E. O'Brien	dependency	"$S/contrib/dev/iwn/iwlwifi-6000-9.221.4.1.fw.uu" \
17253a45ae3cSJohn Baldwin	compile-with	"${NORMAL_FW}"					\
1726774f94f1SBernhard Schmidt	no-obj no-implicit-rule						\
1727774f94f1SBernhard Schmidt	clean		"iwn6000.fw"
1728d51f8d20SBernhard Schmidtiwn6000g2afw.c			optional iwn6000g2afw | iwnfw		\
1729d51f8d20SBernhard Schmidt	compile-with	"${AWK} -f $S/tools/fw_stub.awk iwn6000g2a.fw:iwn6000g2afw -miwn6000g2afw -c${.TARGET}" \
1730d51f8d20SBernhard Schmidt	no-implicit-rule before-depend local				\
1731d51f8d20SBernhard Schmidt	clean		"iwn6000g2afw.c"
1732d51f8d20SBernhard Schmidtiwn6000g2afw.fwo		optional iwn6000g2afw | iwnfw		\
1733d51f8d20SBernhard Schmidt	dependency	"iwn6000g2a.fw"					\
17343a45ae3cSJohn Baldwin	compile-with	"${NORMAL_FWO}"					\
1735d51f8d20SBernhard Schmidt	no-implicit-rule						\
1736d51f8d20SBernhard Schmidt	clean		"iwn6000g2afw.fwo"
1737d51f8d20SBernhard Schmidtiwn6000g2a.fw			optional iwn6000g2afw | iwnfw		\
1738d51f8d20SBernhard Schmidt	dependency	"$S/contrib/dev/iwn/iwlwifi-6000g2a-17.168.5.2.fw.uu" \
17393a45ae3cSJohn Baldwin	compile-with	"${NORMAL_FW}"					\
1740d51f8d20SBernhard Schmidt	no-obj no-implicit-rule						\
1741d51f8d20SBernhard Schmidt	clean		"iwn6000g2a.fw"
1742d51f8d20SBernhard Schmidtiwn6000g2bfw.c			optional iwn6000g2bfw | iwnfw		\
1743d51f8d20SBernhard Schmidt	compile-with	"${AWK} -f $S/tools/fw_stub.awk iwn6000g2b.fw:iwn6000g2bfw -miwn6000g2bfw -c${.TARGET}" \
1744d51f8d20SBernhard Schmidt	no-implicit-rule before-depend local				\
1745d51f8d20SBernhard Schmidt	clean		"iwn6000g2bfw.c"
1746d51f8d20SBernhard Schmidtiwn6000g2bfw.fwo		optional iwn6000g2bfw | iwnfw		\
1747d51f8d20SBernhard Schmidt	dependency	"iwn6000g2b.fw"					\
17483a45ae3cSJohn Baldwin	compile-with	"${NORMAL_FWO}"					\
1749d51f8d20SBernhard Schmidt	no-implicit-rule						\
1750d51f8d20SBernhard Schmidt	clean		"iwn6000g2bfw.fwo"
1751d51f8d20SBernhard Schmidtiwn6000g2b.fw			optional iwn6000g2bfw | iwnfw		\
1752d51f8d20SBernhard Schmidt	dependency	"$S/contrib/dev/iwn/iwlwifi-6000g2b-17.168.5.2.fw.uu" \
17533a45ae3cSJohn Baldwin	compile-with	"${NORMAL_FW}"					\
1754d51f8d20SBernhard Schmidt	no-obj no-implicit-rule						\
1755d51f8d20SBernhard Schmidt	clean		"iwn6000g2b.fw"
1756774f94f1SBernhard Schmidtiwn6050fw.c			optional iwn6050fw | iwnfw		\
1757774f94f1SBernhard Schmidt	compile-with	"${AWK} -f $S/tools/fw_stub.awk iwn6050.fw:iwn6050fw -miwn6050fw -c${.TARGET}" \
1758774f94f1SBernhard Schmidt	no-implicit-rule before-depend local				\
1759774f94f1SBernhard Schmidt	clean		"iwn6050fw.c"
1760774f94f1SBernhard Schmidtiwn6050fw.fwo			optional iwn6050fw | iwnfw		\
1761774f94f1SBernhard Schmidt	dependency	"iwn6050.fw"					\
17623a45ae3cSJohn Baldwin	compile-with	"${NORMAL_FWO}"					\
1763774f94f1SBernhard Schmidt	no-implicit-rule						\
1764774f94f1SBernhard Schmidt	clean		"iwn6050fw.fwo"
1765774f94f1SBernhard Schmidtiwn6050.fw			optional iwn6050fw | iwnfw		\
1766c2bce4a2SBernhard Schmidt	dependency	"$S/contrib/dev/iwn/iwlwifi-6050-41.28.5.1.fw.uu" \
17673a45ae3cSJohn Baldwin	compile-with	"${NORMAL_FW}"					\
17680f454b93SRui Paulo	no-obj no-implicit-rule						\
1769a53ad9d6SBernhard Schmidt	clean		"iwn6050.fw"
1770e03f8cdcSTony Ackermandev/ixgb/if_ixgb.c		optional ixgb
17712948a1cbSWarner Loshdev/ixgb/ixgb_ee.c		optional ixgb
17722948a1cbSWarner Loshdev/ixgb/ixgb_hw.c		optional ixgb
177347f01ed8SBjoern A. Zeebdev/ixgbe/ixgbe.c		optional ixgbe inet \
17749e2eaa64SAdrian Chadd	compile-with "${NORMAL_C} -I$S/dev/ixgbe -DSMP"
17751a4e3449SJack F Vogeldev/ixgbe/ixv.c			optional ixgbe inet \
17761a4e3449SJack F Vogel	compile-with "${NORMAL_C} -I$S/dev/ixgbe"
177747f01ed8SBjoern A. Zeebdev/ixgbe/ixgbe_phy.c		optional ixgbe inet \
1778c27bff78SJack F Vogel	compile-with "${NORMAL_C} -I$S/dev/ixgbe"
177947f01ed8SBjoern A. Zeebdev/ixgbe/ixgbe_api.c		optional ixgbe inet \
1780c27bff78SJack F Vogel	compile-with "${NORMAL_C} -I$S/dev/ixgbe"
178147f01ed8SBjoern A. Zeebdev/ixgbe/ixgbe_common.c	optional ixgbe inet \
1782c27bff78SJack F Vogel	compile-with "${NORMAL_C} -I$S/dev/ixgbe"
17831a4e3449SJack F Vogeldev/ixgbe/ixgbe_mbx.c		optional ixgbe inet \
17841a4e3449SJack F Vogel	compile-with "${NORMAL_C} -I$S/dev/ixgbe"
17851a4e3449SJack F Vogeldev/ixgbe/ixgbe_vf.c		optional ixgbe inet \
17861a4e3449SJack F Vogel	compile-with "${NORMAL_C} -I$S/dev/ixgbe"
178747f01ed8SBjoern A. Zeebdev/ixgbe/ixgbe_82598.c		optional ixgbe inet \
1788c27bff78SJack F Vogel	compile-with "${NORMAL_C} -I$S/dev/ixgbe"
178947f01ed8SBjoern A. Zeebdev/ixgbe/ixgbe_82599.c		optional ixgbe inet \
1790800422dcSJack F Vogel	compile-with "${NORMAL_C} -I$S/dev/ixgbe"
179185d0a26eSJack F Vogeldev/ixgbe/ixgbe_x540.c		optional ixgbe inet \
179285d0a26eSJack F Vogel	compile-with "${NORMAL_C} -I$S/dev/ixgbe"
1793fd75b91dSJack F Vogeldev/ixgbe/ixgbe_dcb.c		optional ixgbe inet \
1794fd75b91dSJack F Vogel	compile-with "${NORMAL_C} -I$S/dev/ixgbe"
1795fd75b91dSJack F Vogeldev/ixgbe/ixgbe_dcb_82598.c	optional ixgbe inet \
1796fd75b91dSJack F Vogel	compile-with "${NORMAL_C} -I$S/dev/ixgbe"
1797fd75b91dSJack F Vogeldev/ixgbe/ixgbe_dcb_82599.c	optional ixgbe inet \
1798fd75b91dSJack F Vogel	compile-with "${NORMAL_C} -I$S/dev/ixgbe"
1799c6d2fa7eSBjoern A. Zeebdev/jme/if_jme.c		optional jme pci
1800a116e755SPeter Wemmdev/joy/joy.c			optional joy
1801f65f2ffdSPeter Wemmdev/joy/joy_isa.c		optional joy isa
1802f9e56677SMaksim Yevmenkindev/kbdmux/kbdmux.c		optional kbdmux
180300a5db46SStacey Sondev/ksyms/ksyms.c		optional ksyms
180444ac0964SMarius Strobldev/le/am7990.c			optional le
180544ac0964SMarius Strobldev/le/am79900.c		optional le
180644ac0964SMarius Strobldev/le/if_le_pci.c		optional le pci
180744ac0964SMarius Strobldev/le/lance.c			optional le
180818a810faSPoul-Henning Kampdev/led/led.c			standard
1809c678bc4fSBill Pauldev/lge/if_lge.c		optional lge
18102bc6081cSScott Longdev/lmc/if_lmc.c		optional lmc
1811b032f27cSSam Lefflerdev/malo/if_malo.c		optional malo
1812b032f27cSSam Lefflerdev/malo/if_malohal.c		optional malo
1813b032f27cSSam Lefflerdev/malo/if_malo_pci.c		optional malo pci
1814f46d4a67SMarius Strobldev/mc146818/mc146818.c		optional mc146818
18156a025a98SMatthew N. Dodddev/mca/mca_bus.c		optional mca
18163bd65612SPoul-Henning Kampdev/mcd/mcd.c			optional mcd isa nowerror
18173bd65612SPoul-Henning Kampdev/mcd/mcd_isa.c		optional mcd isa nowerror
181800a6a3c6SPoul-Henning Kampdev/md/md.c			optional md
18198ab2f5ecSMark Murraydev/mem/memdev.c		optional mem
18202fea6431SJung-uk Kimdev/mem/memutil.c		optional mem
18217f631a41SScott Longdev/mfi/mfi.c			optional mfi
18226b31d3f7SScott Longdev/mfi/mfi_debug.c		optional mfi
18237f631a41SScott Longdev/mfi/mfi_pci.c		optional mfi pci
18247f631a41SScott Longdev/mfi/mfi_disk.c		optional mfi
18250d9a4ef3SDoug Ambriskodev/mfi/mfi_syspd.c		optional mfi
18260d9a4ef3SDoug Ambriskodev/mfi/mfi_tbolt.c		optional mfi
1827741367d5SDoug Ambriskodev/mfi/mfi_linux.c		optional mfi compat_linux
1828f366931cSScott Longdev/mfi/mfi_cam.c		optional mfip scbus
1829ca6831c7SWarner Loshdev/mii/acphy.c			optional miibus | acphy
1830ca6831c7SWarner Loshdev/mii/amphy.c			optional miibus | amphy
18315618f1beSPyun YongHyeondev/mii/atphy.c			optional miibus | atphy
18325fb1afd7SWarner Loshdev/mii/axphy.c			optional miibus | axphy
1833ca6831c7SWarner Loshdev/mii/bmtphy.c		optional miibus | bmtphy
1834ca6831c7SWarner Loshdev/mii/brgphy.c		optional miibus | brgphy
1835ca6831c7SWarner Loshdev/mii/ciphy.c			optional miibus | ciphy
1836ca6831c7SWarner Loshdev/mii/e1000phy.c		optional miibus | e1000phy
18373fa3f9a7SPyun YongHyeondev/mii/gentbi.c		optional miibus | gentbi
1838a88b5e21SPyun YongHyeondev/mii/icsphy.c		optional miibus | icsphy
18393fa3f9a7SPyun YongHyeondev/mii/ip1000phy.c		optional miibus | ip1000phy
18405defec9fSPyun YongHyeondev/mii/jmphy.c			optional miibus | jmphy
1841ca6831c7SWarner Loshdev/mii/lxtphy.c		optional miibus | lxtphy
1842ca6831c7SWarner Loshdev/mii/mii.c			optional miibus | mii
18438c1093fcSMarius Strobldev/mii/mii_bitbang.c		optional miibus | mii_bitbang
1844ca6831c7SWarner Loshdev/mii/mii_physubr.c		optional miibus | mii
1845ca6831c7SWarner Loshdev/mii/miibus_if.m		optional miibus | mii
1846ca6831c7SWarner Loshdev/mii/mlphy.c			optional miibus | mlphy
1847ca6831c7SWarner Loshdev/mii/nsgphy.c		optional miibus | nsgphy
1848ca6831c7SWarner Loshdev/mii/nsphy.c			optional miibus | nsphy
1849d47d37afSMarius Strobldev/mii/nsphyter.c		optional miibus | nsphyter
1850ca6831c7SWarner Loshdev/mii/pnaphy.c		optional miibus | pnaphy
1851ca6831c7SWarner Loshdev/mii/qsphy.c			optional miibus | qsphy
1852e6713fe5SPyun YongHyeondev/mii/rdcphy.c		optional miibus | rdcphy
1853ca6831c7SWarner Loshdev/mii/rgephy.c		optional miibus | rgephy
1854ca6831c7SWarner Loshdev/mii/rlphy.c			optional miibus | rlphy
18555991458eSBernd Walterdev/mii/rlswitch.c		optional rlswitch
1856694c6518SBenno Ricedev/mii/smcphy.c		optional miibus | smcphy
1857b011f8c4SOleksandr Tymoshenkodev/mii/smscphy.c		optional miibus | smscphy
1858ca6831c7SWarner Loshdev/mii/tdkphy.c		optional miibus | tdkphy
1859ca6831c7SWarner Loshdev/mii/tlphy.c			optional miibus | tlphy
18604d52a575SXin LIdev/mii/truephy.c		optional miibus | truephy
1861ca6831c7SWarner Loshdev/mii/ukphy.c			optional miibus | mii
1862ca6831c7SWarner Loshdev/mii/ukphy_subr.c		optional miibus | mii
1863ca6831c7SWarner Loshdev/mii/xmphy.c			optional miibus | xmphy
1864635435f4SThomas Moestldev/mk48txx/mk48txx.c		optional mk48txx
186583f7669eSBruce Evansdev/mlx/mlx.c			optional mlx
18666ac4727aSMike Smithdev/mlx/mlx_disk.c		optional mlx
186754233755SMatthew N. Dodddev/mlx/mlx_pci.c		optional mlx pci
1868e07acca5SMike Smithdev/mly/mly.c			optional mly
1869114b4164SWarner Loshdev/mmc/mmc.c			optional mmc
18709d5ef073SWarner Loshdev/mmc/mmcbr_if.m		standard
18719d5ef073SWarner Loshdev/mmc/mmcbus_if.m		standard
1872114b4164SWarner Loshdev/mmc/mmcsd.c			optional mmcsd
1873972f68aeSWarner Loshdev/mn/if_mn.c			optional mn pci
1874991554f2SKenneth D. Merrydev/mpr/mpr.c			optional mpr
1875991554f2SKenneth D. Merrydev/mpr/mpr_config.c		optional mpr
1876991554f2SKenneth D. Merry# XXX Work around clang warning, until maintainer approves fix.
1877991554f2SKenneth D. Merrydev/mpr/mpr_mapping.c		optional mpr \
1878991554f2SKenneth D. Merry	compile-with "${NORMAL_C} ${NO_WSOMETIMES_UNINITIALIZED}"
1879991554f2SKenneth D. Merrydev/mpr/mpr_pci.c		optional mpr pci
1880991554f2SKenneth D. Merrydev/mpr/mpr_sas.c		optional mpr \
1881991554f2SKenneth D. Merry	compile-with "${NORMAL_C} ${NO_WUNNEEDED_INTERNAL_DECL}"
1882991554f2SKenneth D. Merrydev/mpr/mpr_sas_lsi.c		optional mpr
1883991554f2SKenneth D. Merrydev/mpr/mpr_table.c		optional mpr
1884991554f2SKenneth D. Merrydev/mpr/mpr_user.c		optional mpr
1885d3c7b9a0SKenneth D. Merrydev/mps/mps.c			optional mps
1886d043c564SKenneth D. Merrydev/mps/mps_config.c		optional mps
18877ae0e2c9SDimitry Andric# XXX Work around clang warning, until maintainer approves fix.
18887ae0e2c9SDimitry Andricdev/mps/mps_mapping.c		optional mps \
18897ae0e2c9SDimitry Andric	compile-with "${NORMAL_C} ${NO_WSOMETIMES_UNINITIALIZED}"
1890d3c7b9a0SKenneth D. Merrydev/mps/mps_pci.c		optional mps pci
18913b5683fcSDimitry Andricdev/mps/mps_sas.c		optional mps \
18923b5683fcSDimitry Andric	compile-with "${NORMAL_C} ${NO_WUNNEEDED_INTERNAL_DECL}"
1893d043c564SKenneth D. Merrydev/mps/mps_sas_lsi.c		optional mps
1894d3c7b9a0SKenneth D. Merrydev/mps/mps_table.c		optional mps
1895d3c7b9a0SKenneth D. Merrydev/mps/mps_user.c		optional mps
18969b631363SMatt Jacobdev/mpt/mpt.c			optional mpt
189716324fb1SScott Longdev/mpt/mpt_cam.c		optional mpt
18989b631363SMatt Jacobdev/mpt/mpt_debug.c		optional mpt
189954233755SMatthew N. Dodddev/mpt/mpt_pci.c		optional mpt pci
190016324fb1SScott Longdev/mpt/mpt_raid.c		optional mpt
1901ee98c4a5SJohn Baldwindev/mpt/mpt_user.c		optional mpt
1902665484d8SDoug Ambriskodev/mrsas/mrsas.c		optional mrsas
1903665484d8SDoug Ambriskodev/mrsas/mrsas_cam.c		optional mrsas
1904665484d8SDoug Ambriskodev/mrsas/mrsas_ioctl.c		optional mrsas
1905665484d8SDoug Ambriskodev/mrsas/mrsas_fp.c		optional mrsas
1906c6d2fa7eSBjoern A. Zeebdev/msk/if_msk.c		optional msk
1907dd48af36SAlexander Motindev/mvs/mvs.c			optional mvs
1908c4eb8f47SAlexander Motindev/mvs/mvs_if.m		optional mvs
1909dd48af36SAlexander Motindev/mvs/mvs_pci.c		optional mvs pci
1910cf4c5a53SSam Lefflerdev/mwl/if_mwl.c		optional mwl
1911cf4c5a53SSam Lefflerdev/mwl/if_mwl_pci.c		optional mwl pci
1912cf4c5a53SSam Lefflerdev/mwl/mwlhal.c		optional mwl
1913cf4c5a53SSam Lefflermwlfw.c				optional mwlfw				\
1914cf4c5a53SSam Leffler	compile-with	"${AWK} -f $S/tools/fw_stub.awk mw88W8363.fw:mw88W8363fw mwlboot.fw:mwlboot -mmwl -c${.TARGET}" \
1915cf4c5a53SSam Leffler	no-implicit-rule before-depend local				\
1916cf4c5a53SSam Leffler	clean		"mwlfw.c"
1917cf4c5a53SSam Lefflermw88W8363.fwo		optional mwlfw					\
1918cf4c5a53SSam Leffler	dependency	"mw88W8363.fw"					\
19193a45ae3cSJohn Baldwin	compile-with	"${NORMAL_FWO}"					\
1920cf4c5a53SSam Leffler	no-implicit-rule						\
1921cf4c5a53SSam Leffler	clean		"mw88W8363.fwo"
1922cf4c5a53SSam Lefflermw88W8363.fw		optional mwlfw					\
19230b57f2cdSDavid E. O'Brien	dependency	"$S/contrib/dev/mwl/mw88W8363.fw.uu"		\
19243a45ae3cSJohn Baldwin	compile-with	"${NORMAL_FW}"					\
1925cf4c5a53SSam Leffler	no-obj no-implicit-rule						\
1926cf4c5a53SSam Leffler	clean		"mw88W8363.fw"
1927cf4c5a53SSam Lefflermwlboot.fwo		optional mwlfw					\
1928cf4c5a53SSam Leffler	dependency	"mwlboot.fw"					\
19293a45ae3cSJohn Baldwin	compile-with	"${NORMAL_FWO}"					\
1930cf4c5a53SSam Leffler	no-implicit-rule						\
1931cf4c5a53SSam Leffler	clean		"mwlboot.fwo"
1932cf4c5a53SSam Lefflermwlboot.fw		optional mwlfw					\
19330b57f2cdSDavid E. O'Brien	dependency	"$S/contrib/dev/mwl/mwlboot.fw.uu"		\
19343a45ae3cSJohn Baldwin	compile-with	"${NORMAL_FW}"					\
1935cf4c5a53SSam Leffler	no-obj no-implicit-rule						\
1936cf4c5a53SSam Leffler	clean		"mwlboot.fw"
1937eb6219e3SAndrew Gallatindev/mxge/if_mxge.c		optional mxge pci
1938eb6219e3SAndrew Gallatindev/mxge/mxge_eth_z8e.c		optional mxge pci
1939eb6219e3SAndrew Gallatindev/mxge/mxge_ethp_z8e.c	optional mxge pci
1940eb6219e3SAndrew Gallatindev/mxge/mxge_rss_eth_z8e.c	optional mxge pci
1941eb6219e3SAndrew Gallatindev/mxge/mxge_rss_ethp_z8e.c	optional mxge pci
19422948a1cbSWarner Loshdev/my/if_my.c			optional my
19437f725bcdSGrzegorz Bernackidev/nand/nand.c			optional nand
19447f725bcdSGrzegorz Bernackidev/nand/nand_bbt.c		optional nand
19457f725bcdSGrzegorz Bernackidev/nand/nand_cdev.c		optional nand
19467f725bcdSGrzegorz Bernackidev/nand/nand_generic.c		optional nand
19477f725bcdSGrzegorz Bernackidev/nand/nand_geom.c		optional nand
19487f725bcdSGrzegorz Bernackidev/nand/nand_id.c		optional nand
19497f725bcdSGrzegorz Bernackidev/nand/nandbus.c		optional nand
19507f725bcdSGrzegorz Bernackidev/nand/nandbus_if.m		optional nand
19517f725bcdSGrzegorz Bernackidev/nand/nand_if.m		optional nand
19527f725bcdSGrzegorz Bernackidev/nand/nandsim.c		optional nandsim nand
19537f725bcdSGrzegorz Bernackidev/nand/nandsim_chip.c		optional nandsim nand
19547f725bcdSGrzegorz Bernackidev/nand/nandsim_ctrl.c		optional nandsim nand
19557f725bcdSGrzegorz Bernackidev/nand/nandsim_log.c		optional nandsim nand
19567f725bcdSGrzegorz Bernackidev/nand/nandsim_swap.c		optional nandsim nand
19577f725bcdSGrzegorz Bernackidev/nand/nfc_if.m		optional nand
19589de2fdafSJohn Baldwindev/ncr/ncr.c			optional ncr pci
19592948a1cbSWarner Loshdev/ncv/ncr53c500.c		optional ncv
19602948a1cbSWarner Loshdev/ncv/ncr53c500_pccard.c	optional ncv pccard
1961e4b68814SLuigi Rizzodev/netmap/netmap.c		optional netmap
1962f9790aebSLuigi Rizzodev/netmap/netmap_freebsd.c	optional netmap
1963f9790aebSLuigi Rizzodev/netmap/netmap_generic.c	optional netmap
1964f9790aebSLuigi Rizzodev/netmap/netmap_mbq.c		optional netmap
1965ce3ee1e7SLuigi Rizzodev/netmap/netmap_mem2.c	optional netmap
19664bf50f18SLuigi Rizzodev/netmap/netmap_monitor.c	optional netmap
1967f0ea3689SLuigi Rizzodev/netmap/netmap_offloadings.c	optional netmap
1968f0ea3689SLuigi Rizzodev/netmap/netmap_pipe.c	optional netmap
1969f9790aebSLuigi Rizzodev/netmap/netmap_vale.c	optional netmap
1970ce3ee1e7SLuigi Rizzo# compile-with "${NORMAL_C} -Wconversion -Wextra"
1971271b33a6SRui Paulodev/nfsmb/nfsmb.c		optional nfsmb pci
1972ce4946daSBill Pauldev/nge/if_nge.c		optional nge
197397a15669SDimitry Andricdev/nxge/if_nxge.c		optional nxge \
197497a15669SDimitry Andric	compile-with "${NORMAL_C} ${NO_WSELF_ASSIGN}"
197597a15669SDimitry Andricdev/nxge/xgehal/xgehal-device.c	optional nxge \
197697a15669SDimitry Andric	compile-with "${NORMAL_C} ${NO_WSELF_ASSIGN}"
1977fd3ddbd0SSam Lefflerdev/nxge/xgehal/xgehal-mm.c	optional nxge
1978fd3ddbd0SSam Lefflerdev/nxge/xgehal/xge-queue.c	optional nxge
197997a15669SDimitry Andricdev/nxge/xgehal/xgehal-driver.c	optional nxge \
198097a15669SDimitry Andric	compile-with "${NORMAL_C} ${NO_WSELF_ASSIGN}"
198197a15669SDimitry Andricdev/nxge/xgehal/xgehal-ring.c	optional nxge \
198297a15669SDimitry Andric	compile-with "${NORMAL_C} ${NO_WSELF_ASSIGN}"
198397a15669SDimitry Andricdev/nxge/xgehal/xgehal-channel.c	optional nxge \
198497a15669SDimitry Andric	compile-with "${NORMAL_C} ${NO_WSELF_ASSIGN}"
198597a15669SDimitry Andricdev/nxge/xgehal/xgehal-fifo.c	optional nxge \
198697a15669SDimitry Andric	compile-with "${NORMAL_C} ${NO_WSELF_ASSIGN}"
198797a15669SDimitry Andricdev/nxge/xgehal/xgehal-stats.c	optional nxge \
198897a15669SDimitry Andric	compile-with "${NORMAL_C} ${NO_WSELF_ASSIGN}"
1989fd3ddbd0SSam Lefflerdev/nxge/xgehal/xgehal-config.c	optional nxge
199097a15669SDimitry Andricdev/nxge/xgehal/xgehal-mgmt.c	optional nxge \
199197a15669SDimitry Andric	compile-with "${NORMAL_C} ${NO_WSELF_ASSIGN}"
199273bbbc64SJulian Elischerdev/nmdm/nmdm.c			optional nmdm
19932948a1cbSWarner Loshdev/nsp/nsp.c			optional nsp
19942948a1cbSWarner Loshdev/nsp/nsp_pccard.c		optional nsp pccard
1995d23a262fSMark Murraydev/null/null.c			standard
199693f90263SLuigi Rizzodev/oce/oce_hw.c		optional oce pci
199793f90263SLuigi Rizzodev/oce/oce_if.c		optional oce pci
199893f90263SLuigi Rizzodev/oce/oce_mbox.c		optional oce pci
199993f90263SLuigi Rizzodev/oce/oce_queue.c		optional oce pci
200093f90263SLuigi Rizzodev/oce/oce_sysctl.c		optional oce pci
200193f90263SLuigi Rizzodev/oce/oce_util.c		optional oce pci
20025d26cae7SWarner Loshdev/ofw/ofw_bus_if.m		optional fdt
20035d26cae7SWarner Loshdev/ofw/ofw_bus_subr.c		optional fdt
20045d26cae7SWarner Loshdev/ofw/ofw_fdt.c		optional fdt
20055d26cae7SWarner Loshdev/ofw/ofw_if.m		optional fdt
2006f02d731fSLuiz Otavio O Souzadev/ofw/ofw_iicbus.c		optional fdt iicbus
200765d08437SNathan Whitehorndev/ofw/ofwbus.c		optional fdt
20085d26cae7SWarner Loshdev/ofw/openfirm.c		optional fdt
20095d26cae7SWarner Loshdev/ofw/openfirmio.c		optional fdt
20108dd4275cSHartmut Brandtdev/patm/if_patm.c		optional patm pci
20112948a1cbSWarner Loshdev/patm/if_patm_attach.c	optional patm pci
20128dd4275cSHartmut Brandtdev/patm/if_patm_intr.c		optional patm pci
20138dd4275cSHartmut Brandtdev/patm/if_patm_ioctl.c	optional patm pci
20142948a1cbSWarner Loshdev/patm/if_patm_rtables.c	optional patm pci
20158dd4275cSHartmut Brandtdev/patm/if_patm_rx.c		optional patm pci
20168dd4275cSHartmut Brandtdev/patm/if_patm_tx.c		optional patm pci
2017c8c8f27aSWarner Loshdev/pbio/pbio.c			optional pbio isa
201880f10018STakanori Watanabedev/pccard/card_if.m		standard
2019bfd825c0SWarner Loshdev/pccard/pccard.c		optional pccard
2020bfd825c0SWarner Loshdev/pccard/pccard_cis.c		optional pccard
2021bfd825c0SWarner Loshdev/pccard/pccard_cis_quirks.c	optional pccard
2022852999deSWarner Loshdev/pccard/pccard_device.c	optional pccard
202380f10018STakanori Watanabedev/pccard/power_if.m		standard
20246319263dSWarner Loshdev/pccbb/pccbb.c		optional cbb
202593185c74SWarner Loshdev/pccbb/pccbb_isa.c		optional cbb isa
202693185c74SWarner Loshdev/pccbb/pccbb_pci.c		optional cbb pci
20279b229abcSJoerg Wunschdev/pcf/pcf.c			optional pcf
20282c8b8ff8SJohn Baldwindev/pci/eisa_pci.c		optional pci eisa
20297e820aaaSMike Smithdev/pci/fixup_pci.c		optional pci
20305b211922SJohn Baldwindev/pci/hostb_pci.c		optional pci
20317e820aaaSMike Smithdev/pci/ignore_pci.c		optional pci
20322c8b8ff8SJohn Baldwindev/pci/isa_pci.c		optional pci isa
2033ec789268SPeter Wemmdev/pci/pci.c			optional pci
2034f24cd27fSWarner Loshdev/pci/pci_if.m		standard
20357e820aaaSMike Smithdev/pci/pci_pci.c		optional pci
20360dbe859dSJohn Baldwindev/pci/pci_subr.c		optional pci
20378983cfbfSMike Smithdev/pci/pci_user.c		optional pci
2038f24cd27fSWarner Loshdev/pci/pcib_if.m		standard
20395605a99eSRyan Stonedev/pci/pcib_support.c		standard
20402aacedb2SJohn Baldwindev/pci/vga_pci.c		optional pci
20415d5325f8SWarner Loshdev/pcn/if_pcn.c		optional pcn pci
2042c5191a98SPeter Wemmdev/pdq/if_fea.c		optional fea eisa
204330484008SPeter Wemmdev/pdq/if_fpa.c		optional fpa pci
2044a8e06f2aSRuslan Ermilovdev/pdq/pdq.c			optional nowerror fea eisa | fpa pci
2045a8e06f2aSRuslan Ermilovdev/pdq/pdq_ifsubr.c		optional nowerror fea eisa | fpa pci
2046fdf94d1aSNicolas Souchudev/ppbus/if_plip.c		optional plip
204783f7669eSBruce Evansdev/ppbus/immio.c		optional vpo
2048fdf94d1aSNicolas Souchudev/ppbus/lpbb.c		optional lpbb
2049fdf94d1aSNicolas Souchudev/ppbus/lpt.c			optional lpt
20503b2d592cSJordan K. Hubbarddev/ppbus/pcfclock.c		optional pcfclock
205122531ffcSMike Smithdev/ppbus/ppb_1284.c		optional ppbus
205283f7669eSBruce Evansdev/ppbus/ppb_base.c		optional ppbus
205346f3ff79SMike Smithdev/ppbus/ppb_msq.c		optional ppbus
20541b16a0ddSMike Smithdev/ppbus/ppbconf.c		optional ppbus
20552948a1cbSWarner Loshdev/ppbus/ppbus_if.m		optional ppbus
205622526298SMike Smithdev/ppbus/ppi.c			optional ppi
2057507e2e44SPoul-Henning Kampdev/ppbus/pps.c			optional pps
205822526298SMike Smithdev/ppbus/vpo.c			optional vpo
205946f3ff79SMike Smithdev/ppbus/vpoio.c		optional vpo
2060cea4d875SMarcel Moolenaardev/ppc/ppc.c			optional ppc
2061cea4d875SMarcel Moolenaardev/ppc/ppc_acpi.c		optional ppc acpi
2062cea4d875SMarcel Moolenaardev/ppc/ppc_isa.c		optional ppc isa
2063cea4d875SMarcel Moolenaardev/ppc/ppc_pci.c		optional ppc pci
2064cea4d875SMarcel Moolenaardev/ppc/ppc_puc.c		optional ppc puc
2065b9a49f7eSDavid E. O'Briendev/pst/pst-iop.c		optional pst
20662948a1cbSWarner Loshdev/pst/pst-pci.c		optional pst pci
2067b9a49f7eSDavid E. O'Briendev/pst/pst-raid.c		optional pst
2068bfdaa523SEd Schoutendev/pty/pty.c			optional pty
206932f606d1SPoul-Henning Kampdev/puc/puc.c			optional puc
207064220a7eSMarcel Moolenaardev/puc/puc_cfg.c		optional puc
207132f606d1SPoul-Henning Kampdev/puc/puc_pccard.c		optional puc pccard
20722948a1cbSWarner Loshdev/puc/puc_pci.c		optional puc pci
207347a3594eSJohn Baldwindev/puc/pucdata.c		optional puc pci
2074321578e3SRafal Jaworowskidev/quicc/quicc_core.c		optional quicc
20759c6307b1SDamien Bergaminidev/ral/rt2560.c		optional ral
20769c6307b1SDamien Bergaminidev/ral/rt2661.c		optional ral
20774310d6deSBernhard Schmidtdev/ral/rt2860.c		optional ral
2078ceaec73dSDamien Bergaminidev/ral/if_ral_pci.c		optional ral pci
2079d74e3f17SSam Lefflerrt2561fw.c			optional rt2561fw | ralfw		\
2080d74e3f17SSam Leffler	compile-with	"${AWK} -f $S/tools/fw_stub.awk rt2561.fw:rt2561fw -mrt2561 -c${.TARGET}" \
2081d74e3f17SSam Leffler	no-implicit-rule before-depend local				\
2082d74e3f17SSam Leffler	clean		"rt2561fw.c"
2083d74e3f17SSam Lefflerrt2561fw.fwo			optional rt2561fw | ralfw		\
2084d74e3f17SSam Leffler	dependency	"rt2561.fw"					\
20853a45ae3cSJohn Baldwin	compile-with	"${NORMAL_FWO}"					\
2086d74e3f17SSam Leffler	no-implicit-rule						\
20872656fef9SWojciech A. Koszek	clean		"rt2561fw.fwo"
2088d74e3f17SSam Lefflerrt2561.fw			optional rt2561fw | ralfw		\
20890b57f2cdSDavid E. O'Brien	dependency	"$S/contrib/dev/ral/rt2561.fw.uu"		\
20903a45ae3cSJohn Baldwin	compile-with	"${NORMAL_FW}"					\
2091d74e3f17SSam Leffler	no-obj no-implicit-rule						\
2092d74e3f17SSam Leffler	clean		"rt2561.fw"
2093d74e3f17SSam Lefflerrt2561sfw.c			optional rt2561sfw | ralfw		\
2094d74e3f17SSam Leffler	compile-with	"${AWK} -f $S/tools/fw_stub.awk rt2561s.fw:rt2561sfw -mrt2561s -c${.TARGET}" \
2095d74e3f17SSam Leffler	no-implicit-rule before-depend local				\
2096d74e3f17SSam Leffler	clean		"rt2561sfw.c"
2097d74e3f17SSam Lefflerrt2561sfw.fwo			optional rt2561sfw | ralfw		\
2098d74e3f17SSam Leffler	dependency	"rt2561s.fw"					\
20993a45ae3cSJohn Baldwin	compile-with	"${NORMAL_FWO}"					\
2100d74e3f17SSam Leffler	no-implicit-rule						\
21012656fef9SWojciech A. Koszek	clean		"rt2561sfw.fwo"
2102d74e3f17SSam Lefflerrt2561s.fw			optional rt2561sfw | ralfw		\
21030b57f2cdSDavid E. O'Brien	dependency	"$S/contrib/dev/ral/rt2561s.fw.uu"		\
21043a45ae3cSJohn Baldwin	compile-with	"${NORMAL_FW}"					\
2105d74e3f17SSam Leffler	no-obj no-implicit-rule						\
2106d74e3f17SSam Leffler	clean		"rt2561s.fw"
2107d74e3f17SSam Lefflerrt2661fw.c			optional rt2661fw | ralfw		\
2108d74e3f17SSam Leffler	compile-with	"${AWK} -f $S/tools/fw_stub.awk rt2661.fw:rt2661fw -mrt2661 -c${.TARGET}" \
2109d74e3f17SSam Leffler	no-implicit-rule before-depend local				\
2110d74e3f17SSam Leffler	clean		"rt2661fw.c"
2111d74e3f17SSam Lefflerrt2661fw.fwo			optional rt2661fw | ralfw		\
2112d74e3f17SSam Leffler	dependency	"rt2661.fw"					\
21133a45ae3cSJohn Baldwin	compile-with	"${NORMAL_FWO}"					\
2114d74e3f17SSam Leffler	no-implicit-rule						\
21152656fef9SWojciech A. Koszek	clean		"rt2661fw.fwo"
2116d74e3f17SSam Lefflerrt2661.fw			optional rt2661fw | ralfw		\
21170b57f2cdSDavid E. O'Brien	dependency	"$S/contrib/dev/ral/rt2661.fw.uu"		\
21183a45ae3cSJohn Baldwin	compile-with	"${NORMAL_FW}"					\
2119d74e3f17SSam Leffler	no-obj no-implicit-rule						\
2120d74e3f17SSam Leffler	clean		"rt2661.fw"
2121d74e3f17SSam Lefflerrt2860fw.c			optional rt2860fw | ralfw		\
2122d74e3f17SSam Leffler	compile-with	"${AWK} -f $S/tools/fw_stub.awk rt2860.fw:rt2860fw -mrt2860 -c${.TARGET}" \
2123d74e3f17SSam Leffler	no-implicit-rule before-depend local				\
2124d74e3f17SSam Leffler	clean		"rt2860fw.c"
2125d74e3f17SSam Lefflerrt2860fw.fwo			optional rt2860fw | ralfw		\
2126d74e3f17SSam Leffler	dependency	"rt2860.fw"					\
21273a45ae3cSJohn Baldwin	compile-with	"${NORMAL_FWO}"					\
2128d74e3f17SSam Leffler	no-implicit-rule						\
21292656fef9SWojciech A. Koszek	clean		"rt2860fw.fwo"
2130d74e3f17SSam Lefflerrt2860.fw			optional rt2860fw | ralfw		\
21310b57f2cdSDavid E. O'Brien	dependency	"$S/contrib/dev/ral/rt2860.fw.uu"		\
21323a45ae3cSJohn Baldwin	compile-with	"${NORMAL_FW}"					\
2133d74e3f17SSam Leffler	no-obj no-implicit-rule						\
2134d74e3f17SSam Leffler	clean		"rt2860.fw"
213510cb2424SMark Murraydev/random/randomdev.c		standard
213677de2c3fSMark Murraydev/random/random_adaptors.c	standard
213710cb2424SMark Murraydev/random/dummy_rng.c		standard
213810cb2424SMark Murraydev/random/live_entropy_sources.c	standard
213910cb2424SMark Murraydev/random/random_harvestq.c	standard
21400e6a0799SDavid E. O'Briendev/random/randomdev_soft.c	optional random
21410e6a0799SDavid E. O'Briendev/random/yarrow.c		optional random
214210cb2424SMark Murraydev/random/fortuna.c		optional random
2143f02e47dcSMark Murraydev/random/hash.c		optional random
2144599c57a9SJohn Baldwindev/rc/rc.c			optional rc
2145a94100faSBill Pauldev/re/if_re.c			optional re
2146b2d3d26fSGleb Smirnoffdev/rl/if_rl.c			optional rl pci
2147ac7e2c05SSam Lefflerdev/rndtest/rndtest.c		optional rndtest
21481f82d2d7SSeigo Tanimuradev/rp/rp.c			optional rp
21491f82d2d7SSeigo Tanimuradev/rp/rp_isa.c			optional rp isa
21501f82d2d7SSeigo Tanimuradev/rp/rp_pci.c			optional rp pci
2151fc66b6e9SSam Lefflerdev/safe/safe.c			optional safe
2152af2e25a6SMarcel Moolenaardev/scc/scc_if.m		optional scc
2153af2e25a6SMarcel Moolenaardev/scc/scc_bfe_ebus.c		optional scc ebus
2154321578e3SRafal Jaworowskidev/scc/scc_bfe_quicc.c		optional scc quicc
21551411591aSMarcel Moolenaardev/scc/scc_bfe_sbus.c		optional scc fhc | scc sbus
2156af2e25a6SMarcel Moolenaardev/scc/scc_core.c		optional scc
2157321578e3SRafal Jaworowskidev/scc/scc_dev_quicc.c		optional scc quicc
2158af2e25a6SMarcel Moolenaardev/scc/scc_dev_sab82532.c	optional scc
2159af2e25a6SMarcel Moolenaardev/scc/scc_dev_z8530.c		optional scc
21606fe8789dSMatthew N. Dodddev/scd/scd.c			optional scd isa
21616fe8789dSMatthew N. Dodddev/scd/scd_isa.c		optional scd isa
2162d6b3aaf8SOleksandr Tymoshenkodev/sdhci/sdhci.c		optional sdhci
2163d6b3aaf8SOleksandr Tymoshenkodev/sdhci/sdhci_if.m		optional sdhci
2164d6b3aaf8SOleksandr Tymoshenkodev/sdhci/sdhci_pci.c		optional sdhci pci
21656bf42daaSPyun YongHyeondev/sf/if_sf.c			optional sf pci
2166d193ed0bSPyun YongHyeondev/sge/if_sge.c		optional sge pci
216783f7669eSBruce Evansdev/si/si.c			optional si
216883f7669eSBruce Evansdev/si/si2_z280.c		optional si
216983f7669eSBruce Evansdev/si/si3_t225.c		optional si
217083f7669eSBruce Evansdev/si/si_eisa.c		optional si eisa
217183f7669eSBruce Evansdev/si/si_isa.c			optional si isa
217283f7669eSBruce Evansdev/si/si_pci.c			optional si pci
21735c0adc7dSWarner Loshdev/siba/siba.c			optional siba
2174527e4e95SWeongyo Jeongdev/siba/siba_bwn.c		optional siba_bwn pci
21755c0adc7dSWarner Loshdev/siba/siba_cc.c		optional siba
21765c0adc7dSWarner Loshdev/siba/siba_core.c		optional siba | siba_bwn pci
21775c0adc7dSWarner Loshdev/siba/siba_pcib.c		optional siba pci
217867b87e44SAlexander Motindev/siis/siis.c			optional siis pci
2179d2155f2fSWarner Loshdev/sis/if_sis.c		optional sis pci
2180c6d2fa7eSBjoern A. Zeebdev/sk/if_sk.c			optional sk pci
218183f7669eSBruce Evansdev/smbus/smb.c			optional smb
2182d41c96eeSNicolas Souchudev/smbus/smbconf.c		optional smbus
2183995e4431SPeter Wemmdev/smbus/smbus.c		optional smbus
21842948a1cbSWarner Loshdev/smbus/smbus_if.m		optional smbus
2185694c6518SBenno Ricedev/smc/if_smc.c		optional smc
21869ff96c23SAndrew Turnerdev/smc/if_smc_fdt.c		optional smc fdt
218722ffd22dSWarner Loshdev/sn/if_sn.c			optional sn
218800a7524fSWarner Loshdev/sn/if_sn_isa.c		optional sn isa
2189f50b4dbeSWarner Loshdev/sn/if_sn_pccard.c		optional sn pccard
219002bd5400SDima Dorfmandev/snp/snp.c			optional snp
2191bba4862cSAriff Abdullahdev/sound/clone.c		optional sound
2192bba4862cSAriff Abdullahdev/sound/unit.c		optional sound
21930739ea1dSSeigo Tanimuradev/sound/isa/ad1816.c		optional snd_ad1816 isa
21940739ea1dSSeigo Tanimuradev/sound/isa/ess.c		optional snd_ess isa
21950739ea1dSSeigo Tanimuradev/sound/isa/gusc.c		optional snd_gusc isa
21960739ea1dSSeigo Tanimuradev/sound/isa/mss.c		optional snd_mss isa
21970739ea1dSSeigo Tanimuradev/sound/isa/sb16.c		optional snd_sb16 isa
21980739ea1dSSeigo Tanimuradev/sound/isa/sb8.c		optional snd_sb8 isa
21990739ea1dSSeigo Tanimuradev/sound/isa/sbc.c		optional snd_sbc isa
22000739ea1dSSeigo Tanimuradev/sound/isa/sndbuf_dma.c	optional sound isa
22010739ea1dSSeigo Tanimuradev/sound/pci/als4000.c		optional snd_als4000 pci
2202d5688b6aSAriff Abdullahdev/sound/pci/atiixp.c		optional snd_atiixp pci
22030739ea1dSSeigo Tanimuradev/sound/pci/cmi.c		optional snd_cmi pci
22040739ea1dSSeigo Tanimuradev/sound/pci/cs4281.c		optional snd_cs4281 pci
22057106ed25SPedro F. Giffunidev/sound/pci/csa.c		optional snd_csa pci
22060739ea1dSSeigo Tanimuradev/sound/pci/csapcm.c		optional snd_csa pci
22070739ea1dSSeigo Tanimuradev/sound/pci/ds1.c		optional snd_ds1 pci
2208c7e0c9dbSPedro F. Giffunidev/sound/pci/emu10k1.c		optional snd_emu10k1 pci
220970e0bbedSPedro F. Giffunidev/sound/pci/emu10kx.c		optional snd_emu10kx pci
221070e0bbedSPedro F. Giffunidev/sound/pci/emu10kx-pcm.c	optional snd_emu10kx pci
221170e0bbedSPedro F. Giffunidev/sound/pci/emu10kx-midi.c	optional snd_emu10kx pci
2212b1ff0220SAlexander Leidingerdev/sound/pci/envy24.c		optional snd_envy24 pci
22139f548240SAlexander Leidingerdev/sound/pci/envy24ht.c	optional snd_envy24ht pci
22140739ea1dSSeigo Tanimuradev/sound/pci/es137x.c		optional snd_es137x pci
22150739ea1dSSeigo Tanimuradev/sound/pci/fm801.c		optional snd_fm801 pci
22160739ea1dSSeigo Tanimuradev/sound/pci/ich.c		optional snd_ich pci
22170739ea1dSSeigo Tanimuradev/sound/pci/maestro.c		optional snd_maestro pci
22185dcd37b1SPedro F. Giffunidev/sound/pci/maestro3.c	optional snd_maestro3 pci
22190739ea1dSSeigo Tanimuradev/sound/pci/neomagic.c	optional snd_neomagic pci
22200739ea1dSSeigo Tanimuradev/sound/pci/solo.c		optional snd_solo pci
222162c07028SAriff Abdullahdev/sound/pci/spicds.c		optional snd_spicds pci
22220739ea1dSSeigo Tanimuradev/sound/pci/t4dwave.c		optional snd_t4dwave pci
22230739ea1dSSeigo Tanimuradev/sound/pci/via8233.c		optional snd_via8233 pci
22240739ea1dSSeigo Tanimuradev/sound/pci/via82c686.c	optional snd_via82c686 pci
22250739ea1dSSeigo Tanimuradev/sound/pci/vibes.c		optional snd_vibes pci
22267c6b05d2SAlexander Motindev/sound/pci/hda/hdaa.c	optional snd_hda pci
22277c6b05d2SAlexander Motindev/sound/pci/hda/hdaa_patches.c	optional snd_hda pci
22282c72e284SAriff Abdullahdev/sound/pci/hda/hdac.c	optional snd_hda pci
22297c6b05d2SAlexander Motindev/sound/pci/hda/hdac_if.m	optional snd_hda pci
22307c6b05d2SAlexander Motindev/sound/pci/hda/hdacc.c	optional snd_hda pci
2231e4afd792SAlexander Motindev/sound/pci/hdspe.c		optional snd_hdspe pci
2232e4afd792SAlexander Motindev/sound/pci/hdspe-pcm.c	optional snd_hdspe pci
22330739ea1dSSeigo Tanimuradev/sound/pcm/ac97.c		optional sound
22340739ea1dSSeigo Tanimuradev/sound/pcm/ac97_if.m		optional sound
22352948a1cbSWarner Loshdev/sound/pcm/ac97_patch.c	optional sound
223690da2b28SAriff Abdullahdev/sound/pcm/buffer.c		optional sound	\
223790da2b28SAriff Abdullah	dependency	"snd_fxdiv_gen.h"
22380739ea1dSSeigo Tanimuradev/sound/pcm/channel.c		optional sound
22390739ea1dSSeigo Tanimuradev/sound/pcm/channel_if.m	optional sound
22400739ea1dSSeigo Tanimuradev/sound/pcm/dsp.c		optional sound
22410739ea1dSSeigo Tanimuradev/sound/pcm/feeder.c		optional sound
224290da2b28SAriff Abdullahdev/sound/pcm/feeder_chain.c	optional sound
224390da2b28SAriff Abdullahdev/sound/pcm/feeder_eq.c	optional sound	\
224490da2b28SAriff Abdullah	dependency	"feeder_eq_gen.h"	\
224590da2b28SAriff Abdullah	dependency	"snd_fxdiv_gen.h"
22462948a1cbSWarner Loshdev/sound/pcm/feeder_if.m	optional sound
224790da2b28SAriff Abdullahdev/sound/pcm/feeder_format.c	optional sound  \
224890da2b28SAriff Abdullah	dependency	"snd_fxdiv_gen.h"
224990da2b28SAriff Abdullahdev/sound/pcm/feeder_matrix.c	optional sound  \
225090da2b28SAriff Abdullah	dependency	"snd_fxdiv_gen.h"
225190da2b28SAriff Abdullahdev/sound/pcm/feeder_mixer.c	optional sound  \
225290da2b28SAriff Abdullah	dependency	"snd_fxdiv_gen.h"
225390da2b28SAriff Abdullahdev/sound/pcm/feeder_rate.c	optional sound	\
225490da2b28SAriff Abdullah	dependency	"feeder_rate_gen.h"	\
225590da2b28SAriff Abdullah	dependency	"snd_fxdiv_gen.h"
225690da2b28SAriff Abdullahdev/sound/pcm/feeder_volume.c	optional sound  \
225790da2b28SAriff Abdullah	dependency	"snd_fxdiv_gen.h"
22580739ea1dSSeigo Tanimuradev/sound/pcm/mixer.c		optional sound
22590739ea1dSSeigo Tanimuradev/sound/pcm/mixer_if.m	optional sound
22600739ea1dSSeigo Tanimuradev/sound/pcm/sndstat.c		optional sound
22610739ea1dSSeigo Tanimuradev/sound/pcm/sound.c		optional sound
22620739ea1dSSeigo Tanimuradev/sound/pcm/vchan.c		optional sound
22633a3f90c6SAndrew Thompsondev/sound/usb/uaudio.c		optional snd_uaudio usb
22643a3f90c6SAndrew Thompsondev/sound/usb/uaudio_pcm.c	optional snd_uaudio usb
2265206b17d7SAlexander Leidingerdev/sound/midi/midi.c		optional sound
2266206b17d7SAlexander Leidingerdev/sound/midi/mpu401.c		optional sound
2267206b17d7SAlexander Leidingerdev/sound/midi/mpu_if.m		optional sound
2268206b17d7SAlexander Leidingerdev/sound/midi/mpufoi_if.m	optional sound
2269206b17d7SAlexander Leidingerdev/sound/midi/sequencer.c	optional sound
2270206b17d7SAlexander Leidingerdev/sound/midi/synth_if.m	optional sound
2271585300e9SLuiz Otavio O Souzadev/spibus/ofw_spibus.c		optional fdt spibus
2272a9a5ae2dSWarner Loshdev/spibus/spibus.c		optional spibus				\
2273a9a5ae2dSWarner Losh	dependency	"spibus_if.h"
2274a9a5ae2dSWarner Loshdev/spibus/spibus_if.m		optional spibus
2275c8befdd5SWarner Loshdev/ste/if_ste.c		optional ste pci
2276ae94720dSNoriaki Mitsunagadev/stg/tmc18c30.c		optional stg
22772948a1cbSWarner Loshdev/stg/tmc18c30_isa.c		optional stg isa
2278e8c1847fSNoriaki Mitsunagadev/stg/tmc18c30_pccard.c	optional stg pccard
2279efc5f672SMatthew N. Dodddev/stg/tmc18c30_pci.c		optional stg pci
22802948a1cbSWarner Loshdev/stg/tmc18c30_subr.c		optional stg
2281d497bdf1SPyun YongHyeondev/stge/if_stge.c		optional stge
22822948a1cbSWarner Loshdev/streams/streams.c		optional streams
228383f7669eSBruce Evansdev/sym/sym_hipd.c		optional sym				\
228483f7669eSBruce Evans	dependency	"$S/dev/sym/sym_{conf,defs}.h"
228520d6258dSPeter Wemmdev/syscons/blank/blank_saver.c	optional blank_saver
228620d6258dSPeter Wemmdev/syscons/daemon/daemon_saver.c optional daemon_saver
228727dc7a92SJohn Baldwindev/syscons/dragon/dragon_saver.c optional dragon_saver
228820d6258dSPeter Wemmdev/syscons/fade/fade_saver.c	optional fade_saver
228920d6258dSPeter Wemmdev/syscons/fire/fire_saver.c	optional fire_saver
229020d6258dSPeter Wemmdev/syscons/green/green_saver.c	optional green_saver
229120d6258dSPeter Wemmdev/syscons/logo/logo.c		optional logo_saver
22922948a1cbSWarner Loshdev/syscons/logo/logo_saver.c	optional logo_saver
229320d6258dSPeter Wemmdev/syscons/rain/rain_saver.c	optional rain_saver
2294663cf7feSRuslan Ermilovdev/syscons/schistory.c		optional sc
2295663cf7feSRuslan Ermilovdev/syscons/scmouse.c		optional sc
2296663cf7feSRuslan Ermilovdev/syscons/scterm.c		optional sc
2297663cf7feSRuslan Ermilovdev/syscons/scvidctl.c		optional sc
229827dc7a92SJohn Baldwindev/syscons/snake/snake_saver.c	optional snake_saver
229920d6258dSPeter Wemmdev/syscons/star/star_saver.c	optional star_saver
2300663cf7feSRuslan Ermilovdev/syscons/syscons.c		optional sc
2301663cf7feSRuslan Ermilovdev/syscons/sysmouse.c		optional sc
230220d6258dSPeter Wemmdev/syscons/warp/warp_saver.c	optional warp_saver
2303375ce679SYaroslav Tykhiydev/tdfx/tdfx_linux.c		optional tdfx_linux tdfx compat_linux
230493cd41f7SPeter Wemmdev/tdfx/tdfx_pci.c		optional tdfx pci
230573c84207SScott Longdev/ti/if_ti.c			optional ti pci
23062bd7d759SWarner Loshdev/tl/if_tl.c			optional tl pci
2307f3d92b26SOlivier Houcharddev/trm/trm.c			optional trm
2308ede2033bSDavid E. O'Briendev/twa/tw_cl_init.c		optional twa \
2309ede2033bSDavid E. O'Brien	compile-with "${NORMAL_C} -I$S/dev/twa"
2310ede2033bSDavid E. O'Briendev/twa/tw_cl_intr.c		optional twa \
2311ede2033bSDavid E. O'Brien	compile-with "${NORMAL_C} -I$S/dev/twa"
2312ede2033bSDavid E. O'Briendev/twa/tw_cl_io.c		optional twa \
2313ede2033bSDavid E. O'Brien	compile-with "${NORMAL_C} -I$S/dev/twa"
2314ede2033bSDavid E. O'Briendev/twa/tw_cl_misc.c		optional twa \
2315ede2033bSDavid E. O'Brien	compile-with "${NORMAL_C} -I$S/dev/twa"
2316ff1625c6SVinod Kashyapdev/twa/tw_osl_cam.c		optional twa \
2317ff1625c6SVinod Kashyap	compile-with "${NORMAL_C} -I$S/dev/twa"
2318ff1625c6SVinod Kashyapdev/twa/tw_osl_freebsd.c	optional twa \
2319ff1625c6SVinod Kashyap	compile-with "${NORMAL_C} -I$S/dev/twa"
2320d1eefff4SMike Smithdev/twe/twe.c			optional twe
2321e6c12d85SMike Smithdev/twe/twe_freebsd.c		optional twe
2322db1fda10SXin LIdev/tws/tws.c			optional tws
2323db1fda10SXin LIdev/tws/tws_cam.c		optional tws
2324db1fda10SXin LIdev/tws/tws_hdm.c		optional tws
2325db1fda10SXin LIdev/tws/tws_services.c		optional tws
2326db1fda10SXin LIdev/tws/tws_user.c		optional tws
23279cd64fb3SSemen Ustimenkodev/tx/if_tx.c			optional tx
2328c6d2fa7eSBjoern A. Zeebdev/txp/if_txp.c		optional txp
23292bec1c89SMarcel Moolenaardev/uart/uart_bus_acpi.c	optional uart acpi
23302948a1cbSWarner Losh#dev/uart/uart_bus_cbus.c	optional uart cbus
23312bec1c89SMarcel Moolenaardev/uart/uart_bus_ebus.c	optional uart ebus
23323c5326bfSRafal Jaworowskidev/uart/uart_bus_fdt.c		optional uart fdt
23332bec1c89SMarcel Moolenaardev/uart/uart_bus_isa.c		optional uart isa
23340d627469STakanori Watanabedev/uart/uart_bus_pccard.c	optional uart pccard
23352bec1c89SMarcel Moolenaardev/uart/uart_bus_pci.c		optional uart pci
23362bec1c89SMarcel Moolenaardev/uart/uart_bus_puc.c		optional uart puc
2337af2e25a6SMarcel Moolenaardev/uart/uart_bus_scc.c		optional uart scc
23382bec1c89SMarcel Moolenaardev/uart/uart_core.c		optional uart
23395971a234SMarcel Moolenaardev/uart/uart_dbg.c		optional uart gdb
234078878cefSWarner Loshdev/uart/uart_dev_ns8250.c	optional uart uart_ns8250
2341f70f23ccSOleksandr Tymoshenkodev/uart/uart_dev_pl011.c	optional uart pl011
2342321578e3SRafal Jaworowskidev/uart/uart_dev_quicc.c	optional uart quicc
234378878cefSWarner Loshdev/uart/uart_dev_sab82532.c	optional uart uart_sab82532
2344a04f78eaSMarcel Moolenaardev/uart/uart_dev_sab82532.c	optional uart scc
234578878cefSWarner Loshdev/uart/uart_dev_z8530.c	optional uart uart_z8530
2346a04f78eaSMarcel Moolenaardev/uart/uart_dev_z8530.c	optional uart scc
23472948a1cbSWarner Loshdev/uart/uart_if.m		optional uart
23482ae4f1fdSMarcel Moolenaardev/uart/uart_subr.c		optional uart
23492bec1c89SMarcel Moolenaardev/uart/uart_tty.c		optional uart
23508b7ce2ffSSam Lefflerdev/ubsec/ubsec.c		optional ubsec
235183f7669eSBruce Evans#
2352c89d41e5SAndrew Thompson# USB controller drivers
2353c89d41e5SAndrew Thompson#
2354c89d41e5SAndrew Thompsondev/usb/controller/at91dci.c		optional at91dci
2355c89d41e5SAndrew Thompsondev/usb/controller/at91dci_atmelarm.c	optional at91dci at91rm9200
2356c89d41e5SAndrew Thompsondev/usb/controller/musb_otg.c		optional musb
2357c89d41e5SAndrew Thompsondev/usb/controller/musb_otg_atmelarm.c	optional musb at91rm9200
2358654bedb8SHans Petter Selaskydev/usb/controller/dwc_otg.c		optional dwcotg
2359ad76ab42SHans Petter Selaskydev/usb/controller/dwc_otg_fdt.c	optional dwcotg fdt
2360c89d41e5SAndrew Thompsondev/usb/controller/ehci.c		optional ehci
2361c89d41e5SAndrew Thompsondev/usb/controller/ehci_pci.c		optional ehci pci
2362c89d41e5SAndrew Thompsondev/usb/controller/ohci.c		optional ohci
2363c89d41e5SAndrew Thompsondev/usb/controller/ohci_atmelarm.c	optional ohci at91rm9200
2364c89d41e5SAndrew Thompsondev/usb/controller/ohci_pci.c		optional ohci pci
2365c89d41e5SAndrew Thompsondev/usb/controller/uhci.c		optional uhci
2366c89d41e5SAndrew Thompsondev/usb/controller/uhci_pci.c		optional uhci pci
23670acf6a64SHans Petter Selaskydev/usb/controller/xhci.c		optional xhci
23680acf6a64SHans Petter Selaskydev/usb/controller/xhci_pci.c		optional xhci pci
23690b4dc07dSHans Petter Selaskydev/usb/controller/saf1761_otg.c	optional saf1761otg
23700b4dc07dSHans Petter Selaskydev/usb/controller/saf1761_otg_fdt.c	optional saf1761otg fdt
2371c89d41e5SAndrew Thompsondev/usb/controller/uss820dci.c		optional uss820dci
2372c89d41e5SAndrew Thompsondev/usb/controller/uss820dci_atmelarm.c	optional uss820dci at91rm9200
2373c89d41e5SAndrew Thompsondev/usb/controller/usb_controller.c	optional usb
2374c89d41e5SAndrew Thompson#
2375c89d41e5SAndrew Thompson# USB storage drivers
2376c89d41e5SAndrew Thompson#
2377c89d41e5SAndrew Thompsondev/usb/storage/umass.c		optional umass
2378c89d41e5SAndrew Thompsondev/usb/storage/urio.c		optional urio
2379c89d41e5SAndrew Thompsondev/usb/storage/ustorage_fs.c	optional usfs
2380c89d41e5SAndrew Thompson#
2381c89d41e5SAndrew Thompson# USB core
2382c89d41e5SAndrew Thompson#
2383c89d41e5SAndrew Thompsondev/usb/usb_busdma.c		optional usb
2384c89d41e5SAndrew Thompsondev/usb/usb_compat_linux.c	optional usb
2385c89d41e5SAndrew Thompsondev/usb/usb_core.c		optional usb
2386c89d41e5SAndrew Thompsondev/usb/usb_debug.c		optional usb
2387c89d41e5SAndrew Thompsondev/usb/usb_dev.c		optional usb
2388c89d41e5SAndrew Thompsondev/usb/usb_device.c		optional usb
2389c89d41e5SAndrew Thompsondev/usb/usb_dynamic.c		optional usb
2390c89d41e5SAndrew Thompsondev/usb/usb_error.c		optional usb
2391c89d41e5SAndrew Thompsondev/usb/usb_generic.c		optional usb
2392c89d41e5SAndrew Thompsondev/usb/usb_handle_request.c	optional usb
2393c89d41e5SAndrew Thompsondev/usb/usb_hid.c		optional usb
2394c89d41e5SAndrew Thompsondev/usb/usb_hub.c		optional usb
23952948a1cbSWarner Loshdev/usb/usb_if.m		optional usb
2396c89d41e5SAndrew Thompsondev/usb/usb_lookup.c		optional usb
2397c89d41e5SAndrew Thompsondev/usb/usb_mbuf.c		optional usb
2398c89d41e5SAndrew Thompsondev/usb/usb_msctest.c		optional usb
2399c89d41e5SAndrew Thompsondev/usb/usb_parse.c		optional usb
240018ec6525SWeongyo Jeongdev/usb/usb_pf.c		optional usb
2401c89d41e5SAndrew Thompsondev/usb/usb_process.c		optional usb
2402c89d41e5SAndrew Thompsondev/usb/usb_request.c		optional usb
2403c89d41e5SAndrew Thompsondev/usb/usb_transfer.c		optional usb
2404c89d41e5SAndrew Thompsondev/usb/usb_util.c		optional usb
2405eabe30fcSAlfred Perlstein#
2406941e2863SAndrew Thompson# USB network drivers
2407eabe30fcSAlfred Perlstein#
2408c89d41e5SAndrew Thompsondev/usb/net/if_aue.c		optional aue
2409c89d41e5SAndrew Thompsondev/usb/net/if_axe.c		optional axe
2410da089c14SMark Johnstondev/usb/net/if_axge.c		optional axge
2411c89d41e5SAndrew Thompsondev/usb/net/if_cdce.c		optional cdce
2412c89d41e5SAndrew Thompsondev/usb/net/if_cue.c		optional cue
2413d751769dSHans Petter Selaskydev/usb/net/if_ipheth.c		optional ipheth
2414c89d41e5SAndrew Thompsondev/usb/net/if_kue.c		optional kue
241526fdf1e8SHans Petter Selaskydev/usb/net/if_mos.c		optional mos
2416c89d41e5SAndrew Thompsondev/usb/net/if_rue.c		optional rue
2417b011f8c4SOleksandr Tymoshenkodev/usb/net/if_smsc.c		optional smsc
2418c89d41e5SAndrew Thompsondev/usb/net/if_udav.c		optional udav
241949901133SHans Petter Selaskydev/usb/net/if_usie.c		optional usie
242029311227SHans Petter Selaskydev/usb/net/if_urndis.c		optional urndis
2421112a855dSMarius Strobldev/usb/net/ruephy.c		optional rue
2422da089c14SMark Johnstondev/usb/net/usb_ethernet.c	optional aue | axe | axge | cdce | cue | kue | \
242329311227SHans Petter Selasky					 mos | rue | smsc | udav | ipheth | \
242429311227SHans Petter Selasky					 urndis
2425941e2863SAndrew Thompsondev/usb/net/uhso.c		optional uhso
2426eabe30fcSAlfred Perlstein#
2427c89d41e5SAndrew Thompson# USB WLAN drivers
2428eabe30fcSAlfred Perlstein#
242931d98677SRui Paulodev/usb/wlan/if_rsu.c		optional rsu
243031d98677SRui Paulorsu-rtl8712fw.c			optional rsu-rtl8712fw | rsufw		\
243131d98677SRui Paulo	compile-with	"${AWK} -f $S/tools/fw_stub.awk rsu-rtl8712fw.fw:rsu-rtl8712fw:120 -mrsu-rtl8712fw -c${.TARGET}" \
243231d98677SRui Paulo	no-implicit-rule before-depend local				\
243331d98677SRui Paulo	clean		"rsu-rtl8712fw.c"
243431d98677SRui Paulorsu-rtl8712fw.fwo		optional rsu-rtl8712fw | rsufw		\
243531d98677SRui Paulo	dependency	"rsu-rtl8712fw.fw"				\
243631d98677SRui Paulo	compile-with	"${NORMAL_FWO}"					\
243731d98677SRui Paulo	no-implicit-rule						\
243831d98677SRui Paulo	clean		"rsu-rtl8712fw.fwo"
243931d98677SRui Paulorsu-rtl8712fw.fw		optional rsu-rtl8712.fw | rsufw		\
244031d98677SRui Paulo	dependency	"$S/contrib/dev/rsu/rsu-rtl8712fw.fw.uu"	\
244131d98677SRui Paulo	compile-with	"${NORMAL_FW}"					\
244231d98677SRui Paulo	no-obj no-implicit-rule						\
244331d98677SRui Paulo	clean		"rsu-rtl8712fw.fw"
2444c89d41e5SAndrew Thompsondev/usb/wlan/if_rum.c		optional rum
2445069f1a80SAndrew Thompsondev/usb/wlan/if_run.c		optional run
2446639016b8SAndrew Thompsonrunfw.c				optional runfw							\
2447db581564SOleksandr Tymoshenko	compile-with	"${AWK} -f $S/tools/fw_stub.awk run.fw:runfw -mrunfw -c${.TARGET}"	\
2448639016b8SAndrew Thompson	no-implicit-rule before-depend local							\
2449639016b8SAndrew Thompson	clean		"runfw.c"
2450639016b8SAndrew Thompsonrunfw.fwo			optional runfw							\
2451db581564SOleksandr Tymoshenko	dependency	"run.fw"								\
24523a45ae3cSJohn Baldwin	compile-with	"${NORMAL_FWO}"								\
2453639016b8SAndrew Thompson	no-implicit-rule									\
2454639016b8SAndrew Thompson	clean		"runfw.fwo"
2455db581564SOleksandr Tymoshenkorun.fw				optional runfw							\
2456639016b8SAndrew Thompson	dependency	"$S/contrib/dev/run/rt2870.fw.uu"					\
24573a45ae3cSJohn Baldwin	compile-with	"${NORMAL_FW}"								\
2458639016b8SAndrew Thompson	no-obj no-implicit-rule									\
2459db581564SOleksandr Tymoshenko	clean		"run.fw"
2460cebc5254SSam Lefflerdev/usb/wlan/if_uath.c		optional uath
24616418e06aSWeongyo Jeongdev/usb/wlan/if_upgt.c		optional upgt
2462c89d41e5SAndrew Thompsondev/usb/wlan/if_ural.c		optional ural
2463030d10eeSSam Lefflerdev/usb/wlan/if_urtw.c		optional urtw
2464c2c2fc4dSRui Paulodev/usb/wlan/if_urtwn.c		optional urtwn
246528bc7834SKevin Lourtwn-rtl8188eufw.c		optional urtwn-rtl8188eufw | urtwnfw	\
246628bc7834SKevin Lo	compile-with	"${AWK} -f $S/tools/fw_stub.awk urtwn-rtl8188eufw.fw:urtwn-rtl8188eufw:111 -murtwn-rtl8188eufw -c${.TARGET}" \
246728bc7834SKevin Lo	no-implicit-rule before-depend local				\
246828bc7834SKevin Lo	clean		"urtwn-rtl8188eufw.c"
246928bc7834SKevin Lourtwn-rtl8188eufw.fwo		optional urtwn-rtl8188eufw | urtwnfw	\
247028bc7834SKevin Lo	dependency	"urtwn-rtl8188eufw.fw"				\
247128bc7834SKevin Lo	compile-with	"${NORMAL_FWO}"					\
247228bc7834SKevin Lo	no-implicit-rule						\
247328bc7834SKevin Lo	clean		"urtwn-rtl8188eufw.fwo"
247428bc7834SKevin Lourtwn-rtl8188eufw.fw		optional urtwn-rtl8188eufw | urtwnfw	\
247528bc7834SKevin Lo	dependency	"$S/contrib/dev/urtwn/urtwn-rtl8188eufw.fw.uu"	\
247628bc7834SKevin Lo	compile-with	"${NORMAL_FW}"					\
247728bc7834SKevin Lo	no-obj no-implicit-rule						\
247828bc7834SKevin Lo	clean		"urtwn-rtl8188eufw.fw"
2479ae230e21SRui Paulourtwn-rtl8192cfwT.c		optional urtwn-rtl8192cfwT | urtwnfw	\
2480ae230e21SRui Paulo	compile-with	"${AWK} -f $S/tools/fw_stub.awk urtwn-rtl8192cfwT.fw:urtwn-rtl8192cfwT:111 -murtwn-rtl8192cfwT -c${.TARGET}" \
24813c9d5a03SHiren Panchasara	no-implicit-rule before-depend local				\
2482ae230e21SRui Paulo	clean		"urtwn-rtl8192cfwT.c"
2483ae230e21SRui Paulourtwn-rtl8192cfwT.fwo		optional urtwn-rtl8192cfwT | urtwnfw	\
2484ae230e21SRui Paulo	dependency	"urtwn-rtl8192cfwT.fw"				\
24853c9d5a03SHiren Panchasara	compile-with	"${NORMAL_FWO}"					\
24863c9d5a03SHiren Panchasara	no-implicit-rule						\
2487ae230e21SRui Paulo	clean		"urtwn-rtl8192cfwT.fwo"
2488ae230e21SRui Paulourtwn-rtl8192cfwT.fw		optional urtwn-rtl8192cfwT | urtwnfw	\
24893c9d5a03SHiren Panchasara	dependency	"$S/contrib/dev/urtwn/urtwn-rtl8192cfwT.fw.uu"	\
24903c9d5a03SHiren Panchasara	compile-with	"${NORMAL_FW}"					\
24913c9d5a03SHiren Panchasara	no-obj no-implicit-rule						\
2492ae230e21SRui Paulo	clean		"urtwn-rtl8192cfwT.fw"
2493ae230e21SRui Paulourtwn-rtl8192cfwU.c		optional urtwn-rtl8192cfwU | urtwnfw	\
2494ae230e21SRui Paulo	compile-with	"${AWK} -f $S/tools/fw_stub.awk urtwn-rtl8192cfwU.fw:urtwn-rtl8192cfwU:111 -murtwn-rtl8192cfwU -c${.TARGET}" \
24953c9d5a03SHiren Panchasara	no-implicit-rule before-depend local				\
2496ae230e21SRui Paulo	clean		"urtwn-rtl8192cfwU.c"
2497ae230e21SRui Paulourtwn-rtl8192cfwU.fwo		optional urtwn-rtl8192cfwU | urtwnfw	\
2498ae230e21SRui Paulo	dependency	"urtwn-rtl8192cfwU.fw"				\
24993c9d5a03SHiren Panchasara	compile-with	"${NORMAL_FWO}"					\
25003c9d5a03SHiren Panchasara	no-implicit-rule						\
2501ae230e21SRui Paulo	clean		"urtwn-rtl8192cfwU.fwo"
2502ae230e21SRui Paulourtwn-rtl8192cfwU.fw		optional urtwn-rtl8192cfwU | urtwnfw	\
25033c9d5a03SHiren Panchasara	dependency	"$S/contrib/dev/urtwn/urtwn-rtl8192cfwU.fw.uu"	\
25043c9d5a03SHiren Panchasara	compile-with	"${NORMAL_FW}"					\
25053c9d5a03SHiren Panchasara	no-obj no-implicit-rule						\
2506ae230e21SRui Paulo	clean		"urtwn-rtl8192cfwU.fw"
25073c9d5a03SHiren Panchasara
2508c89d41e5SAndrew Thompsondev/usb/wlan/if_zyd.c		optional zyd
2509eabe30fcSAlfred Perlstein#
2510c89d41e5SAndrew Thompson# USB serial and parallel port drivers
2511eabe30fcSAlfred Perlstein#
2512c89d41e5SAndrew Thompsondev/usb/serial/u3g.c		optional u3g
2513c89d41e5SAndrew Thompsondev/usb/serial/uark.c		optional uark
2514c89d41e5SAndrew Thompsondev/usb/serial/ubsa.c		optional ubsa
2515c89d41e5SAndrew Thompsondev/usb/serial/ubser.c		optional ubser
2516c89d41e5SAndrew Thompsondev/usb/serial/uchcom.c		optional uchcom
2517c89d41e5SAndrew Thompsondev/usb/serial/ucycom.c		optional ucycom
2518c89d41e5SAndrew Thompsondev/usb/serial/ufoma.c		optional ufoma
2519c89d41e5SAndrew Thompsondev/usb/serial/uftdi.c		optional uftdi
2520c89d41e5SAndrew Thompsondev/usb/serial/ugensa.c		optional ugensa
2521c89d41e5SAndrew Thompsondev/usb/serial/uipaq.c		optional uipaq
2522c89d41e5SAndrew Thompsondev/usb/serial/ulpt.c		optional ulpt
2523884a2a69SHans Petter Selaskydev/usb/serial/umcs.c		optional umcs
2524c89d41e5SAndrew Thompsondev/usb/serial/umct.c		optional umct
2525c89d41e5SAndrew Thompsondev/usb/serial/umodem.c		optional umodem
2526c89d41e5SAndrew Thompsondev/usb/serial/umoscom.c	optional umoscom
2527c89d41e5SAndrew Thompsondev/usb/serial/uplcom.c		optional uplcom
2528c89d41e5SAndrew Thompsondev/usb/serial/uslcom.c		optional uslcom
2529c89d41e5SAndrew Thompsondev/usb/serial/uvisor.c		optional uvisor
2530c89d41e5SAndrew Thompsondev/usb/serial/uvscom.c		optional uvscom
2531508cdc24SJohn Baldwindev/usb/serial/usb_serial.c 	optional ucom | u3g | uark | ubsa | ubser | \
2532508cdc24SJohn Baldwin					 uchcom | ucycom | ufoma | uftdi | \
2533884a2a69SHans Petter Selasky					 ugensa | uipaq | umcs | umct | \
253449901133SHans Petter Selasky					 umodem | umoscom | uplcom | usie | \
253549901133SHans Petter Selasky					 uslcom | uvisor | uvscom
2536eabe30fcSAlfred Perlstein#
2537c89d41e5SAndrew Thompson# USB misc drivers
2538eabe30fcSAlfred Perlstein#
2539c89d41e5SAndrew Thompsondev/usb/misc/ufm.c		optional ufm
2540c89d41e5SAndrew Thompsondev/usb/misc/udbp.c		optional udbp
25416bd03b20SKevin Lodev/usb/misc/uled.c		optional uled
2542eabe30fcSAlfred Perlstein#
2543c89d41e5SAndrew Thompson# USB input drivers
2544eabe30fcSAlfred Perlstein#
25454d16b4ecSRui Paulodev/usb/input/atp.c		optional atp
2546f25a8a01SGleb Smirnoffdev/usb/input/uep.c		optional uep
2547c89d41e5SAndrew Thompsondev/usb/input/uhid.c		optional uhid
2548c89d41e5SAndrew Thompsondev/usb/input/ukbd.c		optional ukbd
2549c89d41e5SAndrew Thompsondev/usb/input/ums.c		optional ums
2550eed447b5SHans Petter Selaskydev/usb/input/wsp.c		optional wsp
2551eabe30fcSAlfred Perlstein#
2552c89d41e5SAndrew Thompson# USB quirks
2553eabe30fcSAlfred Perlstein#
2554c89d41e5SAndrew Thompsondev/usb/quirk/usb_quirk.c	optional usb
2555eabe30fcSAlfred Perlstein#
2556c89d41e5SAndrew Thompson# USB templates
2557eabe30fcSAlfred Perlstein#
2558c89d41e5SAndrew Thompsondev/usb/template/usb_template.c		optional usb_template
2559399e6543SHans Petter Selaskydev/usb/template/usb_template_audio.c	optional usb_template
2560c89d41e5SAndrew Thompsondev/usb/template/usb_template_cdce.c	optional usb_template
2561399e6543SHans Petter Selaskydev/usb/template/usb_template_kbd.c	optional usb_template
2562399e6543SHans Petter Selaskydev/usb/template/usb_template_modem.c	optional usb_template
2563399e6543SHans Petter Selaskydev/usb/template/usb_template_mouse.c	optional usb_template
2564c89d41e5SAndrew Thompsondev/usb/template/usb_template_msc.c	optional usb_template
2565c89d41e5SAndrew Thompsondev/usb/template/usb_template_mtp.c	optional usb_template
2566f9478f91SHans Petter Selaskydev/usb/template/usb_template_phone.c	optional usb_template
2567eabe30fcSAlfred Perlstein#
2568c89d41e5SAndrew Thompson# USB END
2569eabe30fcSAlfred Perlstein#
257099f0c332SHartmut Brandtdev/utopia/idtphy.c		optional utopia
257199f0c332SHartmut Brandtdev/utopia/suni.c		optional utopia
25721ba46a03SHartmut Brandtdev/utopia/utopia.c		optional utopia
2573a07bd003SBill Pauldev/vge/if_vge.c		optional vge
2574f495ec29SRui Paulodev/viapm/viapm.c		optional viapm pci
2575c97038faSRuslan Bukindev/virtio/virtio.c			optional	virtio
2576c97038faSRuslan Bukindev/virtio/virtqueue.c			optional	virtio
2577c97038faSRuslan Bukindev/virtio/virtio_bus_if.m		optional	virtio
2578c97038faSRuslan Bukindev/virtio/virtio_if.m			optional	virtio
2579c97038faSRuslan Bukindev/virtio/pci/virtio_pci.c		optional	virtio_pci
2580c97038faSRuslan Bukindev/virtio/mmio/virtio_mmio.c		optional	virtio_mmio
2581c97038faSRuslan Bukindev/virtio/mmio/virtio_mmio_if.m	optional	virtio_mmio
2582c97038faSRuslan Bukindev/virtio/network/if_vtnet.c		optional	vtnet
2583c97038faSRuslan Bukindev/virtio/block/virtio_blk.c		optional	virtio_blk
2584c97038faSRuslan Bukindev/virtio/balloon/virtio_balloon.c	optional	virtio_balloon
2585c97038faSRuslan Bukindev/virtio/scsi/virtio_scsi.c		optional	virtio_scsi
2586c97038faSRuslan Bukindev/virtio/random/virtio_random.c	optional	virtio_random
2587c97038faSRuslan Bukindev/virtio/console/virtio_console.c	optional	virtio_console
25886e81ac21SMaksim Yevmenkindev/vkbd/vkbd.c			optional vkbd
2589daeba9bdSPyun YongHyeondev/vr/if_vr.c			optional vr pci
259027cf7d04SAleksandr Rybalkodev/vt/colors/vt_termcolors.c	optional vt
259127cf7d04SAleksandr Rybalkodev/vt/font/vt_font_default.c	optional vt
259227cf7d04SAleksandr Rybalkodev/vt/font/vt_mouse_cursor.c	optional vt
2593d27ad6d0SAleksandr Rybalkodev/vt/hw/efifb/efifb.c		optional vt_efifb
259427cf7d04SAleksandr Rybalkodev/vt/hw/fb/vt_fb.c		optional vt
2595a401c53aSAleksandr Rybalkodev/vt/hw/vga/vt_vga.c		optional vt vt_vga
259637fd54ffSAleksandr Rybalkodev/vt/logo/logo_freebsd.c	optional vt splash
259727cf7d04SAleksandr Rybalkodev/vt/vt_buf.c			optional vt
259827cf7d04SAleksandr Rybalkodev/vt/vt_consolectl.c		optional vt
259927cf7d04SAleksandr Rybalkodev/vt/vt_core.c		optional vt
260027cf7d04SAleksandr Rybalkodev/vt/vt_font.c		optional vt
260127cf7d04SAleksandr Rybalkodev/vt/vt_sysmouse.c		optional vt
26022608aefcSPyun YongHyeondev/vte/if_vte.c		optional vte pci
2603c9527183SWarner Loshdev/vx/if_vx.c			optional vx
2604c5191a98SPeter Wemmdev/vx/if_vx_eisa.c		optional vx eisa
2605c5191a98SPeter Wemmdev/vx/if_vx_pci.c		optional vx pci
2606548d35fdSGeorge V. Neville-Neildev/vxge/vxge.c				optional vxge
2607548d35fdSGeorge V. Neville-Neildev/vxge/vxgehal/vxgehal-ifmsg.c	optional vxge
2608548d35fdSGeorge V. Neville-Neildev/vxge/vxgehal/vxgehal-mrpcim.c	optional vxge
2609548d35fdSGeorge V. Neville-Neildev/vxge/vxgehal/vxge-queue.c		optional vxge
2610548d35fdSGeorge V. Neville-Neildev/vxge/vxgehal/vxgehal-ring.c		optional vxge
2611548d35fdSGeorge V. Neville-Neildev/vxge/vxgehal/vxgehal-swapper.c	optional vxge
2612548d35fdSGeorge V. Neville-Neildev/vxge/vxgehal/vxgehal-mgmt.c		optional vxge
2613548d35fdSGeorge V. Neville-Neildev/vxge/vxgehal/vxgehal-srpcim.c	optional vxge
2614548d35fdSGeorge V. Neville-Neildev/vxge/vxgehal/vxgehal-config.c	optional vxge
2615548d35fdSGeorge V. Neville-Neildev/vxge/vxgehal/vxgehal-blockpool.c	optional vxge
2616548d35fdSGeorge V. Neville-Neildev/vxge/vxgehal/vxgehal-doorbells.c	optional vxge
2617548d35fdSGeorge V. Neville-Neildev/vxge/vxgehal/vxgehal-mgmtaux.c	optional vxge
2618548d35fdSGeorge V. Neville-Neildev/vxge/vxgehal/vxgehal-device.c	optional vxge
2619548d35fdSGeorge V. Neville-Neildev/vxge/vxgehal/vxgehal-mm.c		optional vxge
2620548d35fdSGeorge V. Neville-Neildev/vxge/vxgehal/vxgehal-driver.c	optional vxge
2621548d35fdSGeorge V. Neville-Neildev/vxge/vxgehal/vxgehal-virtualpath.c	optional vxge
2622548d35fdSGeorge V. Neville-Neildev/vxge/vxgehal/vxgehal-channel.c	optional vxge
2623548d35fdSGeorge V. Neville-Neildev/vxge/vxgehal/vxgehal-fifo.c		optional vxge
26243e2c9711SPoul-Henning Kampdev/watchdog/watchdog.c		standard
26257e5dc2f8SWarner Loshdev/wb/if_wb.c			optional wb pci
2626821c54a1SSergey Babkindev/wds/wd7000.c		optional wds isa
262715d2a7c7SNick Sayerdev/wi/if_wi.c			optional wi
26281be58af1SWarner Loshdev/wi/if_wi_pccard.c		optional wi pccard
26291be58af1SWarner Loshdev/wi/if_wi_pci.c		optional wi pci
2630cf8a1123SWarner Loshdev/wl/if_wl.c			optional wl isa
2631226e6f9bSBernhard Schmidtdev/wpi/if_wpi.c		optional wpi pci
2632d74e3f17SSam Lefflerwpifw.c			optional wpifw					\
26330e1497aeSBernhard Schmidt	compile-with	"${AWK} -f $S/tools/fw_stub.awk wpi.fw:wpifw:153229 -mwpi -c${.TARGET}" \
2634d74e3f17SSam Leffler	no-implicit-rule before-depend local				\
2635d74e3f17SSam Leffler	clean		"wpifw.c"
2636d74e3f17SSam Lefflerwpifw.fwo			optional wpifw				\
2637d74e3f17SSam Leffler	dependency	"wpi.fw"					\
26383a45ae3cSJohn Baldwin	compile-with	"${NORMAL_FWO}"					\
2639d74e3f17SSam Leffler	no-implicit-rule						\
26402656fef9SWojciech A. Koszek	clean		"wpifw.fwo"
2641d74e3f17SSam Lefflerwpi.fw			optional wpifw					\
26420e1497aeSBernhard Schmidt	dependency	"$S/contrib/dev/wpi/iwlwifi-3945-15.32.2.9.fw.uu"	\
26433a45ae3cSJohn Baldwin	compile-with	"${NORMAL_FW}"					\
2644d74e3f17SSam Leffler	no-obj no-implicit-rule						\
2645d74e3f17SSam Leffler	clean		"wpi.fw"
2646c0f91d51STakeshi Shibagakidev/xe/if_xe.c			optional xe
2647c0f91d51STakeshi Shibagakidev/xe/if_xe_pccard.c		optional xe pccard
2648a3028286SWarner Loshdev/xen/balloon/balloon.c	optional xen | xenhvm
2649a3028286SWarner Loshdev/xen/blkfront/blkfront.c	optional xen | xenhvm
2650a3028286SWarner Loshdev/xen/blkback/blkback.c	optional xen | xenhvm
2651c203fa69SRoger Pau Monnédev/xen/console/console.c	optional xen | xenhvm
2652c203fa69SRoger Pau Monnédev/xen/console/xencons_ring.c	optional xen | xenhvm
2653a3028286SWarner Loshdev/xen/control/control.c	optional xen | xenhvm
26540767e98aSRoger Pau Monnédev/xen/grant_table/grant_table.c	optional xen | xenhvm
2655a3028286SWarner Loshdev/xen/netback/netback.c	optional xen | xenhvm
2656a3028286SWarner Loshdev/xen/netfront/netfront.c	optional xen | xenhvm
2657a3028286SWarner Loshdev/xen/xenpci/xenpci.c		optional xenpci
26589f40021fSJustin T. Gibbsdev/xen/timer/timer.c		optional xen | xenhvm
265934ec15daSRoger Pau Monnédev/xen/pvcpu/pvcpu.c		optional xen | xenhvm
2660a6aedc5dSRoger Pau Monnédev/xen/xenstore/xenstore.c	optional xen | xenhvm
2661a6aedc5dSRoger Pau Monnédev/xen/xenstore/xenstore_dev.c	optional xen | xenhvm
2662557077b5SRoger Pau Monnédev/xen/xenstore/xenstored_dev.c	optional xen | xenhvm
26635779d8adSRoger Pau Monnédev/xen/evtchn/evtchn_dev.c	optional xen | xenhvm
2664bf7313e3SRoger Pau Monnédev/xen/privcmd/privcmd.c	optional xen | xenhvm
266583825b71SWarner Loshdev/xl/if_xl.c			optional xl pci
2666112a855dSMarius Strobldev/xl/xlphy.c			optional xl pci
26673914ddf8SEdward Tomasz Napieralafs/autofs/autofs.c		optional autofs
26683914ddf8SEdward Tomasz Napieralafs/autofs/autofs_vfsops.c	optional autofs
26693914ddf8SEdward Tomasz Napieralafs/autofs/autofs_vnops.c	optional autofs
267099d300a1SRuslan Ermilovfs/deadfs/dead_vnops.c		standard
2671ab9f3b29SPoul-Henning Kampfs/devfs/devfs_devs.c		standard
2672d318c565SJaakko Heinonenfs/devfs/devfs_dir.c		standard
2673a1dc2096SDima Dorfmanfs/devfs/devfs_rule.c		standard
267499d300a1SRuslan Ermilovfs/devfs/devfs_vfsops.c		standard
267599d300a1SRuslan Ermilovfs/devfs/devfs_vnops.c		standard
267699d300a1SRuslan Ermilovfs/fdescfs/fdesc_vfsops.c	optional fdescfs
267799d300a1SRuslan Ermilovfs/fdescfs/fdesc_vnops.c	optional fdescfs
267899d300a1SRuslan Ermilovfs/fifofs/fifo_vnops.c		standard
2679fa0f6e62SHans Petter Selaskyfs/cuse/cuse.c			optional cuse
26805fe58019SAttilio Raofs/fuse/fuse_device.c		optional fuse
26815fe58019SAttilio Raofs/fuse/fuse_file.c		optional fuse
26825fe58019SAttilio Raofs/fuse/fuse_internal.c		optional fuse
26835fe58019SAttilio Raofs/fuse/fuse_io.c		optional fuse
26845fe58019SAttilio Raofs/fuse/fuse_ipc.c		optional fuse
26855fe58019SAttilio Raofs/fuse/fuse_main.c		optional fuse
26865fe58019SAttilio Raofs/fuse/fuse_node.c		optional fuse
26875fe58019SAttilio Raofs/fuse/fuse_vfsops.c		optional fuse
26885fe58019SAttilio Raofs/fuse/fuse_vnops.c		optional fuse
26891166fb51SRuslan Ermilovfs/msdosfs/msdosfs_conv.c	optional msdosfs
26901166fb51SRuslan Ermilovfs/msdosfs/msdosfs_denode.c	optional msdosfs
26911166fb51SRuslan Ermilovfs/msdosfs/msdosfs_fat.c	optional msdosfs
2692f458f2a5SCraig Rodriguesfs/msdosfs/msdosfs_fileno.c	optional msdosfs
26932948a1cbSWarner Loshfs/msdosfs/msdosfs_iconv.c	optional msdosfs_iconv
26941166fb51SRuslan Ermilovfs/msdosfs/msdosfs_lookup.c	optional msdosfs
26951166fb51SRuslan Ermilovfs/msdosfs/msdosfs_vfsops.c	optional msdosfs
26961166fb51SRuslan Ermilovfs/msdosfs/msdosfs_vnops.c	optional msdosfs
26977f725bcdSGrzegorz Bernackifs/nandfs/bmap.c		optional nandfs
26987f725bcdSGrzegorz Bernackifs/nandfs/nandfs_alloc.c	optional nandfs
26997f725bcdSGrzegorz Bernackifs/nandfs/nandfs_bmap.c		optional nandfs
27007f725bcdSGrzegorz Bernackifs/nandfs/nandfs_buffer.c	optional nandfs
27017f725bcdSGrzegorz Bernackifs/nandfs/nandfs_cleaner.c	optional nandfs
27027f725bcdSGrzegorz Bernackifs/nandfs/nandfs_cpfile.c	optional nandfs
27037f725bcdSGrzegorz Bernackifs/nandfs/nandfs_dat.c		optional nandfs
27047f725bcdSGrzegorz Bernackifs/nandfs/nandfs_dir.c		optional nandfs
27057f725bcdSGrzegorz Bernackifs/nandfs/nandfs_ifile.c	optional nandfs
27067f725bcdSGrzegorz Bernackifs/nandfs/nandfs_segment.c	optional nandfs
27077f725bcdSGrzegorz Bernackifs/nandfs/nandfs_subr.c		optional nandfs
27087f725bcdSGrzegorz Bernackifs/nandfs/nandfs_sufile.c	optional nandfs
27097f725bcdSGrzegorz Bernackifs/nandfs/nandfs_vfsops.c	optional nandfs
27107f725bcdSGrzegorz Bernackifs/nandfs/nandfs_vnops.c	optional nandfs
2711bcbdacddSRick Macklemfs/nfs/nfs_commonkrpc.c		optional nfscl | nfsd
2712bcbdacddSRick Macklemfs/nfs/nfs_commonsubs.c		optional nfscl | nfsd
2713bcbdacddSRick Macklemfs/nfs/nfs_commonport.c		optional nfscl | nfsd
2714bcbdacddSRick Macklemfs/nfs/nfs_commonacl.c		optional nfscl | nfsd
2715bcbdacddSRick Macklemfs/nfsclient/nfs_clcomsubs.c	optional nfscl
2716bcbdacddSRick Macklemfs/nfsclient/nfs_clsubs.c	optional nfscl
2717bcbdacddSRick Macklemfs/nfsclient/nfs_clstate.c	optional nfscl
2718bcbdacddSRick Macklemfs/nfsclient/nfs_clkrpc.c	optional nfscl
2719bcbdacddSRick Macklemfs/nfsclient/nfs_clrpcops.c	optional nfscl
2720bcbdacddSRick Macklemfs/nfsclient/nfs_clvnops.c	optional nfscl
2721bcbdacddSRick Macklemfs/nfsclient/nfs_clnode.c	optional nfscl
2722bcbdacddSRick Macklemfs/nfsclient/nfs_clvfsops.c	optional nfscl
2723bcbdacddSRick Macklemfs/nfsclient/nfs_clport.c	optional nfscl
2724bcbdacddSRick Macklemfs/nfsclient/nfs_clbio.c	optional nfscl
2725bcbdacddSRick Macklemfs/nfsclient/nfs_clnfsiod.c	optional nfscl
2726d96b98a3SKenneth D. Merryfs/nfsserver/nfs_fha_new.c	optional nfsd inet
2727d6970896SBjoern A. Zeebfs/nfsserver/nfs_nfsdsocket.c	optional nfsd inet
2728d6970896SBjoern A. Zeebfs/nfsserver/nfs_nfsdsubs.c	optional nfsd inet
2729d6970896SBjoern A. Zeebfs/nfsserver/nfs_nfsdstate.c	optional nfsd inet
2730d6970896SBjoern A. Zeebfs/nfsserver/nfs_nfsdkrpc.c	optional nfsd inet
2731d6970896SBjoern A. Zeebfs/nfsserver/nfs_nfsdserv.c	optional nfsd inet
2732d6970896SBjoern A. Zeebfs/nfsserver/nfs_nfsdport.c	optional nfsd inet
2733d6970896SBjoern A. Zeebfs/nfsserver/nfs_nfsdcache.c	optional nfsd inet
273499d300a1SRuslan Ermilovfs/nullfs/null_subr.c		optional nullfs
273599d300a1SRuslan Ermilovfs/nullfs/null_vfsops.c		optional nullfs
273699d300a1SRuslan Ermilovfs/nullfs/null_vnops.c		optional nullfs
27373a669c52SDag-Erling Smørgravfs/procfs/procfs.c		optional procfs
273899d300a1SRuslan Ermilovfs/procfs/procfs_ctl.c		optional procfs
27393da32491SDag-Erling Smørgravfs/procfs/procfs_dbregs.c	optional procfs
27403da32491SDag-Erling Smørgravfs/procfs/procfs_fpregs.c	optional procfs
27413a669c52SDag-Erling Smørgravfs/procfs/procfs_ioctl.c	optional procfs
274299d300a1SRuslan Ermilovfs/procfs/procfs_map.c		optional procfs
27433da32491SDag-Erling Smørgravfs/procfs/procfs_mem.c		optional procfs
274499d300a1SRuslan Ermilovfs/procfs/procfs_note.c		optional procfs
274517dfbc1cSKonstantin Belousovfs/procfs/procfs_osrel.c	optional procfs
27463da32491SDag-Erling Smørgravfs/procfs/procfs_regs.c		optional procfs
274799d300a1SRuslan Ermilovfs/procfs/procfs_rlimit.c	optional procfs
274899d300a1SRuslan Ermilovfs/procfs/procfs_status.c	optional procfs
274999d300a1SRuslan Ermilovfs/procfs/procfs_type.c		optional procfs
275081cbd9b0SDag-Erling Smørgravfs/pseudofs/pseudofs.c		optional pseudofs
275181cbd9b0SDag-Erling Smørgravfs/pseudofs/pseudofs_fileno.c	optional pseudofs
275281cbd9b0SDag-Erling Smørgravfs/pseudofs/pseudofs_vncache.c	optional pseudofs
275381cbd9b0SDag-Erling Smørgravfs/pseudofs/pseudofs_vnops.c	optional pseudofs
2754237abf0cSDavide Italianofs/smbfs/smbfs_io.c		optional smbfs
2755237abf0cSDavide Italianofs/smbfs/smbfs_node.c		optional smbfs
2756237abf0cSDavide Italianofs/smbfs/smbfs_smb.c		optional smbfs
2757237abf0cSDavide Italianofs/smbfs/smbfs_subr.c		optional smbfs
2758237abf0cSDavide Italianofs/smbfs/smbfs_vfsops.c		optional smbfs
2759237abf0cSDavide Italianofs/smbfs/smbfs_vnops.c		optional smbfs
27602948a1cbSWarner Loshfs/udf/osta.c			optional udf
2761126f0dfaSScott Longfs/udf/udf_iconv.c		optional udf_iconv
2762df263cbdSScott Longfs/udf/udf_vfsops.c		optional udf
2763df263cbdSScott Longfs/udf/udf_vnops.c		optional udf
276499d300a1SRuslan Ermilovfs/unionfs/union_subr.c		optional unionfs
276599d300a1SRuslan Ermilovfs/unionfs/union_vfsops.c	optional unionfs
276699d300a1SRuslan Ermilovfs/unionfs/union_vnops.c	optional unionfs
2767d1fa59e9SXin LIfs/tmpfs/tmpfs_vnops.c		optional tmpfs
2768d1fa59e9SXin LIfs/tmpfs/tmpfs_fifoops.c 	optional tmpfs
2769d1fa59e9SXin LIfs/tmpfs/tmpfs_vfsops.c 	optional tmpfs
2770d1fa59e9SXin LIfs/tmpfs/tmpfs_subr.c 		optional tmpfs
27717d0c6c9fSSam Lefflergdb/gdb_cons.c			optional gdb
27725971a234SMarcel Moolenaargdb/gdb_main.c			optional gdb
27735971a234SMarcel Moolenaargdb/gdb_packet.c		optional gdb
277419b5c7bcSPoul-Henning Kampgeom/bde/g_bde.c		optional geom_bde
277519b5c7bcSPoul-Henning Kampgeom/bde/g_bde_crypt.c		optional geom_bde
277619b5c7bcSPoul-Henning Kampgeom/bde/g_bde_lock.c		optional geom_bde
277719b5c7bcSPoul-Henning Kampgeom/bde/g_bde_work.c		optional geom_bde
27785d9f25dcSRuslan Ermilovgeom/cache/g_cache.c		optional geom_cache
27797226443dSPawel Jakub Dawidekgeom/concat/g_concat.c		optional geom_concat
27805ca1fcfeSPawel Jakub Dawidekgeom/eli/g_eli.c		optional geom_eli
27815ca1fcfeSPawel Jakub Dawidekgeom/eli/g_eli_crypto.c		optional geom_eli
27825ca1fcfeSPawel Jakub Dawidekgeom/eli/g_eli_ctl.c		optional geom_eli
27834e98d979SPawel Jakub Dawidekgeom/eli/g_eli_integrity.c	optional geom_eli
27845ca1fcfeSPawel Jakub Dawidekgeom/eli/g_eli_key.c		optional geom_eli
27856d8ea1e7SPawel Jakub Dawidekgeom/eli/g_eli_key_cache.c	optional geom_eli
27864e98d979SPawel Jakub Dawidekgeom/eli/g_eli_privacy.c	optional geom_eli
27875ca1fcfeSPawel Jakub Dawidekgeom/eli/pkcs5v2.c		optional geom_eli
27887226443dSPawel Jakub Dawidekgeom/gate/g_gate.c		optional geom_gate
27893bd65612SPoul-Henning Kampgeom/geom_aes.c			optional geom_aes
27903bd65612SPoul-Henning Kampgeom/geom_bsd.c			optional geom_bsd
279173f49e9eSWarner Loshgeom/geom_bsd_enc.c		optional geom_bsd | geom_part_bsd
2792a8e06f2aSRuslan Ermilovgeom/geom_ccd.c			optional ccd | geom_ccd
2793527a2a79SPoul-Henning Kampgeom/geom_ctl.c			standard
27943bd65612SPoul-Henning Kampgeom/geom_dev.c			standard
27953bd65612SPoul-Henning Kampgeom/geom_disk.c		standard
27963bd65612SPoul-Henning Kampgeom/geom_dump.c		standard
27973bd65612SPoul-Henning Kampgeom/geom_event.c		standard
279822db1e9fSPoul-Henning Kampgeom/geom_fox.c			optional geom_fox
27994ffd4dfeSGrzegorz Bernackigeom/geom_flashmap.c		optional fdt cfi | fdt nand
28003bd65612SPoul-Henning Kampgeom/geom_io.c			standard
28013bd65612SPoul-Henning Kampgeom/geom_kern.c		standard
280227afdbaaSAdrian Chaddgeom/geom_map.c			optional geom_map
28033bd65612SPoul-Henning Kampgeom/geom_mbr.c			optional geom_mbr
28046e03422aSPoul-Henning Kampgeom/geom_mbr_enc.c		optional geom_mbr
28053bd65612SPoul-Henning Kampgeom/geom_pc98.c		optional geom_pc98
280650cf98edSYoshihiro Takahashigeom/geom_pc98_enc.c		optional geom_pc98
2807443f1e79SSam Lefflergeom/geom_redboot.c		optional geom_redboot
28083bd65612SPoul-Henning Kampgeom/geom_slice.c		standard
28093bd65612SPoul-Henning Kampgeom/geom_subr.c		standard
28103bd65612SPoul-Henning Kampgeom/geom_sunlabel.c		optional geom_sunlabel
281166622397SPoul-Henning Kampgeom/geom_sunlabel_enc.c	optional geom_sunlabel
28124d13ab3dSPoul-Henning Kampgeom/geom_vfs.c			standard
2813cd53fddbSGordon Tetlowgeom/geom_vol_ffs.c		optional geom_vol
2814f348204cSPawel Jakub Dawidekgeom/journal/g_journal.c	optional geom_journal
2815f348204cSPawel Jakub Dawidekgeom/journal/g_journal_ufs.c	optional geom_journal
2816e8c166e8SMarcel Moolenaargeom/label/g_label.c		optional geom_label | geom_label_gpt
28179417a618SPawel Jakub Dawidekgeom/label/g_label_ext2fs.c	optional geom_label
28182948a1cbSWarner Loshgeom/label/g_label_iso9660.c	optional geom_label
28192948a1cbSWarner Loshgeom/label/g_label_msdosfs.c	optional geom_label
2820682ee99eSAttilio Raogeom/label/g_label_ntfs.c	optional geom_label
28219417a618SPawel Jakub Dawidekgeom/label/g_label_reiserfs.c	optional geom_label
28222948a1cbSWarner Loshgeom/label/g_label_ufs.c	optional geom_label
2823e8c166e8SMarcel Moolenaargeom/label/g_label_gpt.c	optional geom_label | geom_label_gpt
2824c0720112SIvan Vorasgeom/label/g_label_disk_ident.c	optional geom_label
28251669d8afSAndrew Thompsongeom/linux_lvm/g_linux_lvm.c	optional geom_linux_lvm
28262948a1cbSWarner Loshgeom/mirror/g_mirror.c		optional geom_mirror
28272948a1cbSWarner Loshgeom/mirror/g_mirror_ctl.c	optional geom_mirror
2828b3f9d8c8SEdward Tomasz Napieralageom/mountver/g_mountver.c	optional geom_mountver
2829e770bc6bSMatt Jacobgeom/multipath/g_multipath.c	optional geom_multipath
28302948a1cbSWarner Loshgeom/nop/g_nop.c		optional geom_nop
28311d3aed33SMarcel Moolenaargeom/part/g_part.c		standard
28321d3aed33SMarcel Moolenaargeom/part/g_part_if.m		standard
28331d3aed33SMarcel Moolenaargeom/part/g_part_apm.c		optional geom_part_apm
28345aaa8fefSMarcel Moolenaargeom/part/g_part_bsd.c		optional geom_part_bsd
2835d68d0cf5SAndrey V. Elsukovgeom/part/g_part_bsd64.c	optional geom_part_bsd64
28367310ee19SMarcel Moolenaargeom/part/g_part_ebr.c		optional geom_part_ebr
28371d3aed33SMarcel Moolenaargeom/part/g_part_gpt.c		optional geom_part_gpt
2838e800e2e1SAndrey V. Elsukovgeom/part/g_part_ldm.c		optional geom_part_ldm
28396bc50445SMarcel Moolenaargeom/part/g_part_mbr.c		optional geom_part_mbr
2840b03fab12SMarcel Moolenaargeom/part/g_part_pc98.c		optional geom_part_pc98
2841909f20c8SMarcel Moolenaargeom/part/g_part_vtoc8.c	optional geom_part_vtoc8
284289b17223SAlexander Motingeom/raid/g_raid.c		optional geom_raid
284389b17223SAlexander Motingeom/raid/g_raid_ctl.c		optional geom_raid
284489b17223SAlexander Motingeom/raid/g_raid_md_if.m	optional geom_raid
284589b17223SAlexander Motingeom/raid/g_raid_tr_if.m	optional geom_raid
284600f32ecbSAlexander Motingeom/raid/md_ddf.c		optional geom_raid
284789b17223SAlexander Motingeom/raid/md_intel.c		optional geom_raid
284889b17223SAlexander Motingeom/raid/md_jmicron.c		optional geom_raid
284989b17223SAlexander Motingeom/raid/md_nvidia.c		optional geom_raid
285089b17223SAlexander Motingeom/raid/md_promise.c		optional geom_raid
285189b17223SAlexander Motingeom/raid/md_sii.c		optional geom_raid
285289b17223SAlexander Motingeom/raid/tr_concat.c		optional geom_raid
285389b17223SAlexander Motingeom/raid/tr_raid0.c		optional geom_raid
285489b17223SAlexander Motingeom/raid/tr_raid1.c		optional geom_raid
285589b17223SAlexander Motingeom/raid/tr_raid1e.c		optional geom_raid
2856fc1de960SAlexander Motingeom/raid/tr_raid5.c		optional geom_raid
28572948a1cbSWarner Loshgeom/raid3/g_raid3.c		optional geom_raid3
28582948a1cbSWarner Loshgeom/raid3/g_raid3_ctl.c	optional geom_raid3
2859560cb857SPawel Jakub Dawidekgeom/shsec/g_shsec.c		optional geom_shsec
28602948a1cbSWarner Loshgeom/stripe/g_stripe.c		optional geom_stripe
2861ce96bb79SAleksandr Rybalkogeom/uncompress/g_uncompress.c	optional geom_uncompress
2862e11f2b82SAleksandr Rybalkocontrib/xz-embedded/freebsd/xz_malloc.c	\
2863ce96bb79SAleksandr Rybalko	optional xz_embedded | geom_uncompress \
2864e11f2b82SAleksandr Rybalko	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/"
2865e11f2b82SAleksandr Rybalkocontrib/xz-embedded/linux/lib/xz/xz_crc32.c \
2866ce96bb79SAleksandr Rybalko	optional xz_embedded | geom_uncompress \
2867e11f2b82SAleksandr Rybalko	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/"
2868e11f2b82SAleksandr Rybalkocontrib/xz-embedded/linux/lib/xz/xz_dec_bcj.c \
2869ce96bb79SAleksandr Rybalko	optional xz_embedded | geom_uncompress \
2870e11f2b82SAleksandr Rybalko	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/"
2871e11f2b82SAleksandr Rybalkocontrib/xz-embedded/linux/lib/xz/xz_dec_lzma2.c \
2872ce96bb79SAleksandr Rybalko	optional xz_embedded | geom_uncompress \
2873e11f2b82SAleksandr Rybalko	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/"
2874e11f2b82SAleksandr Rybalkocontrib/xz-embedded/linux/lib/xz/xz_dec_stream.c \
2875ce96bb79SAleksandr Rybalko	optional xz_embedded | geom_uncompress \
2876e11f2b82SAleksandr Rybalko	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/"
28772948a1cbSWarner Loshgeom/uzip/g_uzip.c		optional geom_uzip
287802e17f0bSMarius Stroblgeom/vinum/geom_vinum.c		optional geom_vinum
287902e17f0bSMarius Stroblgeom/vinum/geom_vinum_create.c	optional geom_vinum
288002e17f0bSMarius Stroblgeom/vinum/geom_vinum_drive.c	optional geom_vinum
288102e17f0bSMarius Stroblgeom/vinum/geom_vinum_plex.c	optional geom_vinum
288202e17f0bSMarius Stroblgeom/vinum/geom_vinum_volume.c	optional geom_vinum
288302e17f0bSMarius Stroblgeom/vinum/geom_vinum_subr.c	optional geom_vinum
288402e17f0bSMarius Stroblgeom/vinum/geom_vinum_raid5.c	optional geom_vinum
288502e17f0bSMarius Stroblgeom/vinum/geom_vinum_share.c	optional geom_vinum
288602e17f0bSMarius Stroblgeom/vinum/geom_vinum_list.c	optional geom_vinum
288702e17f0bSMarius Stroblgeom/vinum/geom_vinum_rm.c	optional geom_vinum
288802e17f0bSMarius Stroblgeom/vinum/geom_vinum_init.c	optional geom_vinum
288902e17f0bSMarius Stroblgeom/vinum/geom_vinum_state.c	optional geom_vinum
289002e17f0bSMarius Stroblgeom/vinum/geom_vinum_rename.c	optional geom_vinum
289102e17f0bSMarius Stroblgeom/vinum/geom_vinum_move.c	optional geom_vinum
289202e17f0bSMarius Stroblgeom/vinum/geom_vinum_events.c	optional geom_vinum
2893f854db0bSPawel Jakub Dawidekgeom/virstor/binstream.c	optional geom_virstor
2894f854db0bSPawel Jakub Dawidekgeom/virstor/g_virstor.c	optional geom_virstor
2895f854db0bSPawel Jakub Dawidekgeom/virstor/g_virstor_md.c	optional geom_virstor
2896869de957SPawel Jakub Dawidekgeom/zero/g_zero.c		optional geom_zero
2897e09c00caSUlf Lilleengenfs/ext2fs/ext2_alloc.c		optional ext2fs
2898e09c00caSUlf Lilleengenfs/ext2fs/ext2_balloc.c		optional ext2fs
2899e09c00caSUlf Lilleengenfs/ext2fs/ext2_bmap.c		optional ext2fs
2900d7511a40SPedro F. Giffunifs/ext2fs/ext2_extents.c	optional ext2fs
2901e09c00caSUlf Lilleengenfs/ext2fs/ext2_inode.c		optional ext2fs
2902e09c00caSUlf Lilleengenfs/ext2fs/ext2_inode_cnv.c	optional ext2fs
29035f545832SPedro F. Giffunifs/ext2fs/ext2_hash.c		optional ext2fs
29045f545832SPedro F. Giffunifs/ext2fs/ext2_htree.c		optional ext2fs
2905e09c00caSUlf Lilleengenfs/ext2fs/ext2_lookup.c		optional ext2fs
2906e09c00caSUlf Lilleengenfs/ext2fs/ext2_subr.c		optional ext2fs
2907e09c00caSUlf Lilleengenfs/ext2fs/ext2_vfsops.c		optional ext2fs
2908e09c00caSUlf Lilleengenfs/ext2fs/ext2_vnops.c		optional ext2fs
2909fe98fb32SJean-Sébastien Pédrongnu/fs/reiserfs/reiserfs_hashes.c	optional reiserfs \
2910fe98fb32SJean-Sébastien Pédron	warning "kernel contains GPL contaminated ReiserFS filesystem"
2911fe98fb32SJean-Sébastien Pédrongnu/fs/reiserfs/reiserfs_inode.c	optional reiserfs
2912fe98fb32SJean-Sébastien Pédrongnu/fs/reiserfs/reiserfs_item_ops.c	optional reiserfs
2913fe98fb32SJean-Sébastien Pédrongnu/fs/reiserfs/reiserfs_namei.c	optional reiserfs
2914fe98fb32SJean-Sébastien Pédrongnu/fs/reiserfs/reiserfs_prints.c	optional reiserfs
2915fe98fb32SJean-Sébastien Pédrongnu/fs/reiserfs/reiserfs_stree.c	optional reiserfs
2916fe98fb32SJean-Sébastien Pédrongnu/fs/reiserfs/reiserfs_vfsops.c	optional reiserfs
2917fe98fb32SJean-Sébastien Pédrongnu/fs/reiserfs/reiserfs_vnops.c	optional reiserfs
2918925be47cSHellmuth Michaelis#
2919f24cd27fSWarner Loshisa/isa_if.m			standard
292003927d3cSPeter Wemmisa/isa_common.c		optional isa
292183f7669eSBruce Evansisa/isahint.c			optional isa
2922acb8c149SMarius Stroblisa/pnp.c			optional isa isapnp
2923acb8c149SMarius Stroblisa/pnpparse.c			optional isa isapnp
2924d139ce67SCraig Rodriguesfs/cd9660/cd9660_bmap.c	optional cd9660
2925d139ce67SCraig Rodriguesfs/cd9660/cd9660_lookup.c	optional cd9660
2926d139ce67SCraig Rodriguesfs/cd9660/cd9660_node.c	optional cd9660
2927d139ce67SCraig Rodriguesfs/cd9660/cd9660_rrip.c	optional cd9660
2928d139ce67SCraig Rodriguesfs/cd9660/cd9660_util.c	optional cd9660
2929d139ce67SCraig Rodriguesfs/cd9660/cd9660_vfsops.c	optional cd9660
2930d139ce67SCraig Rodriguesfs/cd9660/cd9660_vnops.c	optional cd9660
2931d139ce67SCraig Rodriguesfs/cd9660/cd9660_iconv.c	optional cd9660_iconv
29322948a1cbSWarner Loshkern/bus_if.m			standard
29330051271eSPoul-Henning Kampkern/clock_if.m			standard
2934335e4ff3SNate Lawsonkern/cpufreq_if.m		standard
29352948a1cbSWarner Loshkern/device_if.m		standard
293681e3caafSJustin Hibbitskern/imgact_binmisc.c		optional	imagact_binmisc
2937a360a43dSJake Burkholderkern/imgact_elf.c		standard
2938e3cdd5e1SWarner Loshkern/imgact_elf32.c		optional compat_freebsd32
293926f9a767SRodney W. Grimeskern/imgact_shell.c		standard
2940e03e30f8SBruce Evanskern/inflate.c			optional gzip
2941df8bae1dSRodney W. Grimeskern/init_main.c		standard
2942df8bae1dSRodney W. Grimeskern/init_sysent.c		standard
29436aeb05d7STom Rhodeskern/ksched.c			optional _kposix_priority_scheduling
2944df8bae1dSRodney W. Grimeskern/kern_acct.c		standard
29455bf6b653SJeff Robersonkern/kern_alq.c			optional alq
2946df8bae1dSRodney W. Grimeskern/kern_clock.c		standard
2947238510fcSJason Evanskern/kern_condvar.c		standard
294887f6c662SJulian Elischerkern/kern_conf.c		standard
2949c9dba40cSEd Schoutenkern/kern_cons.c		standard
2950335e4ff3SNate Lawsonkern/kern_cpu.c			standard
2951d7f687fcSJeff Robersonkern/kern_cpuset.c		standard
29522be05b70SDaniel Eischenkern/kern_context.c		standard
2953df8bae1dSRodney W. Grimeskern/kern_descrip.c		standard
29545ed1b46bSJohn Birrellkern/kern_dtrace.c		optional kdtrace_hooks
29558aeb56c2SMike Smithkern/kern_environment.c		standard
2956875b8844SAlexander Motinkern/kern_et.c			standard
2957a6fc5fffSWarner Loshkern/kern_event.c		standard
2958df8bae1dSRodney W. Grimeskern/kern_exec.c		standard
2959df8bae1dSRodney W. Grimeskern/kern_exit.c		standard
2960cfeb7489SZachary Loafmankern/kern_fail.c		standard
2961cf13a585SLawrence Stewartkern/kern_ffclock.c		standard
2962df8bae1dSRodney W. Grimeskern/kern_fork.c		standard
2963e7228204SAlfred Perlsteinkern/kern_gzio.c		optional gzio
2964a8d61afdSLawrence Stewartkern/kern_hhook.c		standard
29650384fff8SJason Evanskern/kern_idle.c		standard
296683f7669eSBruce Evanskern/kern_intr.c		standard
296775c13541SPoul-Henning Kampkern/kern_jail.c		standard
2968a8d61afdSLawrence Stewartkern/kern_khelp.c		standard
29699c8b8baaSPeter Wemmkern/kern_kthread.c		standard
29700384fff8SJason Evanskern/kern_ktr.c			optional ktr
2971df8bae1dSRodney W. Grimeskern/kern_ktrace.c		standard
297283f7669eSBruce Evanskern/kern_linker.c		standard
2973996c772fSJohn Dysonkern/kern_lock.c		standard
2974db3170abSDavid Greenmankern/kern_lockf.c		standard
2975a5aedd68SStacey Sonkern/kern_lockstat.c		optional kdtrace_hooks
29762bfc50bcSEdward Tomasz Napieralakern/kern_loginclass.c		standard
2977df8bae1dSRodney W. Grimeskern/kern_malloc.c		standard
2978099a0e58SBosko Milekickern/kern_mbuf.c		standard
297945ec3b38SPoul-Henning Kampkern/kern_mib.c			standard
298083f7669eSBruce Evanskern/kern_module.c		standard
2981f2860039SMatthew Dillonkern/kern_mtxpool.c		standard
29822948a1cbSWarner Loshkern/kern_mutex.c		standard
29833f31c649SGarrett Wollmankern/kern_ntptime.c		standard
29841ba4a712SPawel Jakub Dawidekkern/kern_osd.c			standard
2985df8bae1dSRodney W. Grimeskern/kern_physio.c		standard
2986ebccf1e3SJoseph Koshykern/kern_pmc.c			standard
29872948a1cbSWarner Loshkern/kern_poll.c		optional device_polling
2988800c9408SRobert Watsonkern/kern_priv.c		standard
2989df8bae1dSRodney W. Grimeskern/kern_proc.c		standard
2990df8bae1dSRodney W. Grimeskern/kern_prot.c		standard
2991097055e2SEdward Tomasz Napieralakern/kern_racct.c		standard
29928f0e9130SKonstantin Belousovkern/kern_rangelock.c		standard
2993ec125fbbSEdward Tomasz Napieralakern/kern_rctl.c		standard
2994df8bae1dSRodney W. Grimeskern/kern_resource.c		standard
2995f53d15feSStephan Uphoffkern/kern_rmlock.c		standard
29963f08bd8bSJohn Baldwinkern/kern_rwlock.c		standard
29975ed1b46bSJohn Birrellkern/kern_sdt.c			optional kdtrace_hooks
299854db32e9SJason Evanskern/kern_sema.c		standard
2999a665ed98SKonstantin Belousovkern/kern_sharedpage.c		standard
3000386308f3SJulian Elischerkern/kern_shutdown.c		standard
3001df8bae1dSRodney W. Grimeskern/kern_sig.c			standard
30029727e637SJeff Robersonkern/kern_switch.c		standard
30036281b30aSJason Evanskern/kern_sx.c			standard
3004df8bae1dSRodney W. Grimeskern/kern_synch.c		standard
300546bfb765SDoug Rabsonkern/kern_syscalls.c		standard
3006df8bae1dSRodney W. Grimeskern/kern_sysctl.c		standard
300783f7669eSBruce Evanskern/kern_tc.c			standard
3008ed062c8dSJulian Elischerkern/kern_thr.c			standard
3009e602ba25SJulian Elischerkern/kern_thread.c		standard
3010df8bae1dSRodney W. Grimeskern/kern_time.c		standard
3011a50ec505SPoul-Henning Kampkern/kern_timeout.c		standard
3012404c3ad4SJeff Robersonkern/kern_umtx.c		standard
301352183d01SMarcel Moolenaarkern/kern_uuid.c		standard
301421ca7b57SMarko Zeckern/kern_xxx.c			standard
301583f7669eSBruce Evanskern/link_elf.c			standard
30162948a1cbSWarner Loshkern/linker_if.m		standard
3017237abf0cSDavide Italianokern/md4c.c			optional netsmb
3018934f5f33SPoul-Henning Kampkern/md5c.c			standard
30196aeb05d7STom Rhodeskern/p1003_1b.c			standard
30206aeb05d7STom Rhodeskern/posix4_mib.c		standard
3021c3384118SJeff Robersonkern/sched_4bsd.c		optional sched_4bsd
3022c3384118SJeff Robersonkern/sched_ule.c		optional sched_ule
302391ac7888SMarcel Moolenaarkern/serdev_if.m		standard
3024042df2e2SRuslan Ermilovkern/stack_protector.c		standard \
3025042df2e2SRuslan Ermilov	compile-with "${NORMAL_C:N-fstack-protector*}"
3026c9716b34SMarius Stroblkern/subr_acl_nfs4.c		optional ufs_acl | zfs
30273468c30cSAdrian Chaddkern/subr_acl_posix1e.c		optional ufs_acl
3028f2f9c185SJustin T. Gibbskern/subr_autoconf.c		standard
302983f7669eSBruce Evanskern/subr_blist.c		standard
3030f7c9e34bSWarner Loshkern/subr_bus.c			standard
3031dd0b4fb6SKonstantin Belousovkern/subr_bus_dma.c		standard
3032db7f0b97SKip Macykern/subr_bufring.c		standard
30337008be5bSPawel Jakub Dawidekkern/subr_capability.c		standard
3034b69f71ebSPoul-Henning Kampkern/subr_clock.c		standard
30354e76af6aSGleb Smirnoffkern/subr_counter.c		standard
3036bf21c633SJustin T. Gibbskern/subr_devstat.c		standard
3037da9e4f55SPoul-Henning Kampkern/subr_disk.c		standard
3038fcb893a8SMike Smithkern/subr_eventhandler.c	standard
3039b39be1b3SPoul-Henning Kampkern/subr_fattime.c		standard
30406aec1278SMax Laierkern/subr_firmware.c		optional firmware
304128993443SEd Schoutenkern/subr_hash.c		standard
30422fc4762cSPeter Wemmkern/subr_hints.c		standard
3043f7797100SMarcel Moolenaarkern/subr_kdb.c			standard
3044f7b77691SDoug Rabsonkern/subr_kobj.c		standard
304583a81bcbSJohn Baldwinkern/subr_lock.c		standard
3046df8bae1dSRodney W. Grimeskern/subr_log.c			standard
30477e9024cdSHartmut Brandtkern/subr_mbpool.c		optional libmbpool
3048d8589bd5SBoris Popovkern/subr_mchain.c		optional libmchain
30498aeb56c2SMike Smithkern/subr_module.c		standard
30504784a469SIan Dowsekern/subr_msgbuf.c		standard
305118ec8d76SPeter Wemmkern/subr_param.c		standard
3052ba228f6dSJohn Baldwinkern/subr_pcpu.c		standard
3053f2cc1285SJeff Robersonkern/subr_pctrie.c		standard
3054f9390180SMitsuru IWASAKIkern/subr_power.c		standard
3055df8bae1dSRodney W. Grimeskern/subr_prf.c			standard
3056df8bae1dSRodney W. Grimeskern/subr_prof.c		standard
305783f7669eSBruce Evanskern/subr_rman.c		standard
30580051271eSPoul-Henning Kampkern/subr_rtc.c			standard
3059137b8d71SDag-Erling Smørgravkern/subr_sbuf.c		standard
3060118537f2SMike Smithkern/subr_scanf.c		standard
3061b36cfff7SJohn Baldwinkern/subr_sglist.c		standard
306244f3b092SJohn Baldwinkern/subr_sleepqueue.c		standard
306345c1c90fSJohn Baldwinkern/subr_smp.c			standard
3064b0606bd1SMaxim Sobolevkern/subr_stack.c		optional ddb | stack | ktr
3065ca2e0534SDoug Rabsonkern/subr_taskqueue.c		standard
306627cf7d04SAleksandr Rybalkokern/subr_terminal.c		optional vt
30677aa7260eSJohn Baldwinkern/subr_trap.c		standard
3068961a7b24SJohn Baldwinkern/subr_turnstile.c		standard
306928993443SEd Schoutenkern/subr_uio.c			standard
3070f6bde1fdSPoul-Henning Kampkern/subr_unit.c		standard
30715f518366SJeff Robersonkern/subr_vmem.c		standard
307219284646SJohn Baldwinkern/subr_witness.c		optional witness
30733ddc3c85SRobert Watsonkern/sys_capability.c		standard
3074df8bae1dSRodney W. Grimeskern/sys_generic.c		standard
307562494ee3SBruce Evanskern/sys_pipe.c			standard
3076cfb5f768SJonathan Andersonkern/sys_procdesc.c		standard
3077df8bae1dSRodney W. Grimeskern/sys_process.c		standard
3078df8bae1dSRodney W. Grimeskern/sys_socket.c		standard
3079afe1a688SKonstantin Belousovkern/syscalls.c			standard
3080143f48e1SPeter Wemmkern/sysv_ipc.c			standard
30813b8a29aeSDoug Rabsonkern/sysv_msg.c			optional sysvmsg
30823b8a29aeSDoug Rabsonkern/sysv_sem.c			optional sysvsem
3083df8bae1dSRodney W. Grimeskern/sysv_shm.c			optional sysvshm
3084df8bae1dSRodney W. Grimeskern/tty.c			standard
3085d3e64681SPoul-Henning Kampkern/tty_compat.c		optional compat_43tty
3086bea45cddSEd Schoutenkern/tty_info.c			standard
3087bc093719SEd Schoutenkern/tty_inq.c			standard
3088bc093719SEd Schoutenkern/tty_outq.c			standard
3089bc093719SEd Schoutenkern/tty_pts.c			standard
3090df8bae1dSRodney W. Grimeskern/tty_tty.c			standard
3091bc093719SEd Schoutenkern/tty_ttydisc.c		standard
30921e0a021eSMarcel Moolenaarkern/uipc_accf.c		standard
3093c3b162d5SRobert Watsonkern/uipc_debug.c		optional ddb
3094df8bae1dSRodney W. Grimeskern/uipc_domain.c		standard
3095df8bae1dSRodney W. Grimeskern/uipc_mbuf.c		standard
3096686cdd19SJun-ichiro itojun Haginokern/uipc_mbuf2.c		standard
3097655291f2SDavid Xukern/uipc_mqueue.c		optional p1003_1b_mqueue
30982948a1cbSWarner Loshkern/uipc_sem.c			optional p1003_1b_semaphores
30998e38aeffSJohn Baldwinkern/uipc_shm.c			standard
31005c985a0aSRobert Watsonkern/uipc_sockbuf.c		standard
3101df8bae1dSRodney W. Grimeskern/uipc_socket.c		standard
3102df8bae1dSRodney W. Grimeskern/uipc_syscalls.c		standard
3103df8bae1dSRodney W. Grimeskern/uipc_usrreq.c		standard
3104e6f54704SRobert Watsonkern/vfs_acl.c			standard
310521d56e9cSAlfred Perlsteinkern/vfs_aio.c			optional vfs_aio
3106df8bae1dSRodney W. Grimeskern/vfs_bio.c			standard
3107df8bae1dSRodney W. Grimeskern/vfs_cache.c		standard
3108df8bae1dSRodney W. Grimeskern/vfs_cluster.c		standard
3109cec0f20cSPoul-Henning Kampkern/vfs_default.c		standard
31108ee8b21bSPoul-Henning Kampkern/vfs_export.c		standard
31116c5b1675SRobert Watsonkern/vfs_extattr.c		standard
31126c325a2aSPoul-Henning Kampkern/vfs_hash.c			standard
3113df8bae1dSRodney W. Grimeskern/vfs_init.c			standard
3114df8bae1dSRodney W. Grimeskern/vfs_lookup.c		standard
31152b4edb69SMaxime Henrionkern/vfs_mount.c		standard
311624e01f59SMarcel Moolenaarkern/vfs_mountroot.c		standard
3117df8bae1dSRodney W. Grimeskern/vfs_subr.c			standard
3118df8bae1dSRodney W. Grimeskern/vfs_syscalls.c		standard
3119df8bae1dSRodney W. Grimeskern/vfs_vnops.c		standard
312083f7669eSBruce Evans#
3121a9148abdSDoug Rabson# Kernel GSS-API
3122a9148abdSDoug Rabson#
3123a9148abdSDoug Rabsongssd.h				optional kgssapi			\
3124a9148abdSDoug Rabson	dependency		"$S/kgssapi/gssd.x"			\
31255e0a19bdSDimitry Andric	compile-with		"RPCGEN_CPP='${CPP}' rpcgen -hM $S/kgssapi/gssd.x | grep -v pthread.h > gssd.h" \
3126a9148abdSDoug Rabson	no-obj no-implicit-rule before-depend local			\
3127a9148abdSDoug Rabson	clean			"gssd.h"
3128a9148abdSDoug Rabsongssd_xdr.c			optional kgssapi			\
3129a9148abdSDoug Rabson	dependency		"$S/kgssapi/gssd.x gssd.h"		\
31305e0a19bdSDimitry Andric	compile-with		"RPCGEN_CPP='${CPP}' rpcgen -c $S/kgssapi/gssd.x -o gssd_xdr.c" \
3131a9148abdSDoug Rabson	no-implicit-rule before-depend local				\
3132a9148abdSDoug Rabson	clean			"gssd_xdr.c"
3133a9148abdSDoug Rabsongssd_clnt.c			optional kgssapi			\
3134a9148abdSDoug Rabson	dependency		"$S/kgssapi/gssd.x gssd.h"		\
31355e0a19bdSDimitry Andric	compile-with		"RPCGEN_CPP='${CPP}' rpcgen -lM $S/kgssapi/gssd.x | grep -v string.h > gssd_clnt.c" \
3136a9148abdSDoug Rabson	no-implicit-rule before-depend local				\
3137a9148abdSDoug Rabson	clean			"gssd_clnt.c"
3138a9148abdSDoug Rabsonkgssapi/gss_accept_sec_context.c optional kgssapi
3139a9148abdSDoug Rabsonkgssapi/gss_add_oid_set_member.c optional kgssapi
3140a9148abdSDoug Rabsonkgssapi/gss_acquire_cred.c	optional kgssapi
3141a9148abdSDoug Rabsonkgssapi/gss_canonicalize_name.c	optional kgssapi
3142a9148abdSDoug Rabsonkgssapi/gss_create_empty_oid_set.c optional kgssapi
3143a9148abdSDoug Rabsonkgssapi/gss_delete_sec_context.c optional kgssapi
3144a9148abdSDoug Rabsonkgssapi/gss_display_status.c	optional kgssapi
3145a9148abdSDoug Rabsonkgssapi/gss_export_name.c	optional kgssapi
3146a9148abdSDoug Rabsonkgssapi/gss_get_mic.c		optional kgssapi
3147a9148abdSDoug Rabsonkgssapi/gss_init_sec_context.c	optional kgssapi
3148a9148abdSDoug Rabsonkgssapi/gss_impl.c		optional kgssapi
3149a9148abdSDoug Rabsonkgssapi/gss_import_name.c	optional kgssapi
3150a9148abdSDoug Rabsonkgssapi/gss_names.c		optional kgssapi
3151a9148abdSDoug Rabsonkgssapi/gss_pname_to_uid.c	optional kgssapi
3152a9148abdSDoug Rabsonkgssapi/gss_release_buffer.c	optional kgssapi
3153a9148abdSDoug Rabsonkgssapi/gss_release_cred.c	optional kgssapi
3154a9148abdSDoug Rabsonkgssapi/gss_release_name.c	optional kgssapi
3155a9148abdSDoug Rabsonkgssapi/gss_release_oid_set.c	optional kgssapi
3156a9148abdSDoug Rabsonkgssapi/gss_set_cred_option.c	optional kgssapi
3157a9148abdSDoug Rabsonkgssapi/gss_test_oid_set_member.c optional kgssapi
3158a9148abdSDoug Rabsonkgssapi/gss_unwrap.c		optional kgssapi
3159a9148abdSDoug Rabsonkgssapi/gss_verify_mic.c	optional kgssapi
3160a9148abdSDoug Rabsonkgssapi/gss_wrap.c		optional kgssapi
3161a9148abdSDoug Rabsonkgssapi/gss_wrap_size_limit.c	optional kgssapi
3162a9148abdSDoug Rabsonkgssapi/gssd_prot.c		optional kgssapi
3163a9148abdSDoug Rabsonkgssapi/krb5/krb5_mech.c	optional kgssapi
3164a9148abdSDoug Rabsonkgssapi/krb5/kcrypto.c		optional kgssapi
3165a9148abdSDoug Rabsonkgssapi/krb5/kcrypto_aes.c	optional kgssapi
3166a9148abdSDoug Rabsonkgssapi/krb5/kcrypto_arcfour.c	optional kgssapi
3167a9148abdSDoug Rabsonkgssapi/krb5/kcrypto_des.c	optional kgssapi
3168a9148abdSDoug Rabsonkgssapi/krb5/kcrypto_des3.c	optional kgssapi
3169a9148abdSDoug Rabsonkgssapi/kgss_if.m		optional kgssapi
3170a9148abdSDoug Rabsonkgssapi/gsstest.c		optional kgssapi_debug
317183f7669eSBruce Evans# These files in libkern/ are those needed by all architectures.  Some
317283f7669eSBruce Evans# of the files in libkern/ are only needed on some architectures, e.g.,
317383f7669eSBruce Evans# libkern/divdi3.c is needed by i386 but not alpha.  Also, some of these
317483f7669eSBruce Evans# routines may be optimized for a particular platform.  In either case,
3175abf24f80SWarner Losh# the file should be moved to conf/files.<arch> from here.
317683f7669eSBruce Evans#
317783f7669eSBruce Evanslibkern/arc4random.c		standard
317883f7669eSBruce Evanslibkern/bcd.c			standard
31793393f8daSKenneth D. Merrylibkern/bsearch.c		standard
3180abf24f80SWarner Loshlibkern/crc32.c			standard
318178b59024SXin LIlibkern/explicit_bzero.c	standard
31822948a1cbSWarner Loshlibkern/fnmatch.c		standard
31836f2d8adbSBoris Popovlibkern/iconv.c			optional libiconv
31846f2d8adbSBoris Popovlibkern/iconv_converter_if.m	optional libiconv
318541f1dcccSKevin Lolibkern/iconv_ucs.c		optional libiconv
31866f2d8adbSBoris Popovlibkern/iconv_xlat.c		optional libiconv
3187c4f02a89SMax Khonlibkern/iconv_xlat16.c		optional libiconv
318875880123SAttilio Raolibkern/inet_aton.c		standard
318983f7669eSBruce Evanslibkern/inet_ntoa.c		standard
3190109c1de8SAttilio Raolibkern/inet_ntop.c		standard
3191109c1de8SAttilio Raolibkern/inet_pton.c		standard
319262208ca5SGleb Smirnofflibkern/jenkins_hash.c		standard
31931d2baefcSGeorge V. Neville-Neillibkern/murmur3_32.c		standard
319483f7669eSBruce Evanslibkern/mcount.c		optional profiling-routine
3195de85bfc5SEd Schoutenlibkern/memcchr.c		standard
319627ecc2adSBenno Ricelibkern/memchr.c		optional fdt | gdb
3197ae72afe0SDavid E. O'Brienlibkern/memcmp.c		standard
319827ecc2adSBenno Ricelibkern/memmem.c		optional gdb
319983f7669eSBruce Evanslibkern/qsort.c			standard
3200b1e34c44SGleb Smirnofflibkern/qsort_r.c		standard
320183f7669eSBruce Evanslibkern/random.c		standard
320283f7669eSBruce Evanslibkern/scanc.c			standard
3203c812ca43SPawel Jakub Dawideklibkern/strcasecmp.c		standard
320483f7669eSBruce Evanslibkern/strcat.c		standard
320522fec34aSEd Schoutenlibkern/strchr.c		standard
320683f7669eSBruce Evanslibkern/strcmp.c		standard
320783f7669eSBruce Evanslibkern/strcpy.c		standard
320810dc76a3SKip Macylibkern/strcspn.c		standard
320996c4266cSRobert Watsonlibkern/strdup.c		standard
32103914ddf8SEdward Tomasz Napieralalibkern/strndup.c		standard
32119c2060cdSBrooks Davislibkern/strlcat.c		standard
32129c2060cdSBrooks Davislibkern/strlcpy.c		standard
321383f7669eSBruce Evanslibkern/strlen.c		standard
321483f7669eSBruce Evanslibkern/strncmp.c		standard
321583f7669eSBruce Evanslibkern/strncpy.c		standard
3216f359758cSJung-uk Kimlibkern/strnlen.c		standard
321722fec34aSEd Schoutenlibkern/strrchr.c		standard
3218469fda7eSRobert Watsonlibkern/strsep.c		standard
321975737f34SGleb Smirnofflibkern/strspn.c		standard
322073c0c411SPawel Jakub Dawideklibkern/strstr.c		standard
322183f7669eSBruce Evanslibkern/strtol.c		standard
322283f7669eSBruce Evanslibkern/strtoq.c		standard
322383f7669eSBruce Evanslibkern/strtoul.c		standard
322483f7669eSBruce Evanslibkern/strtouq.c		standard
32255578933dSRobert Watsonlibkern/strvalid.c		standard
3226*08fca7a5SJohn-Mark Gurneylibkern/timingsafe_bcmp.c	standard
3227f8dc4716SMike Smithnet/bpf.c			standard
32284d621040SChristian S.J. Peronnet/bpf_buffer.c		optional bpf
3229848c454cSJung-uk Kimnet/bpf_jitter.c		optional bpf_jitter
3230a8e06f2aSRuslan Ermilovnet/bpf_filter.c		optional bpf | netgraph_bpf
32314d621040SChristian S.J. Peronnet/bpf_zerocopy.c		optional bpf
32324b3ba478SAndrew Thompsonnet/bridgestp.c			optional bridge | if_bridge
3233bb73f68cSBjoern A. Zeebnet/flowtable.c			optional flowtable inet | flowtable inet6
323418242d3bSAndrew Thompsonnet/ieee8023ad_lacp.c		optional lagg
3235df8bae1dSRodney W. Grimesnet/if.c			standard
3236eda6ecb2SMax Khonnet/if_arcsubr.c		optional arcnet
323768713f97SKenjiro Chonet/if_atmsubr.c		optional atm
3238044348b7SBjoern A. Zeebnet/if_bridge.c			optional bridge inet | if_bridge inet
3239f889d2efSBrooks Davisnet/if_clone.c			standard
3240111c6b61SRobert Watsonnet/if_dead.c			standard
3241a38de013SBjoern A. Zeebnet/if_debug.c			optional ddb
324259d8d13fSGarrett Wollmannet/if_disc.c			optional disc
324363518eccSYaroslav Tykhiynet/if_edsc.c			optional edsc
3244313e8db5SBjoern A. Zeebnet/if_enc.c			optional enc ipsec inet | enc ipsec inet6
3245d0ea4743SBjoern A. Zeebnet/if_epair.c			optional epair
32463b3a8eb9SGleb Smirnoffnet/if_ethersubr.c		optional ether
3247d41f24e7SDavid Greenmannet/if_fddisubr.c		optional fddi
3248d07c9778SDoug Rabsonnet/if_fwsubr.c			optional fwip
324993d500a5SBjoern A. Zeebnet/if_gif.c			optional gif inet | gif inet6 | \
325093d500a5SBjoern A. Zeeb					 netgraph_gif inet | netgraph_gif inet6
3251f325335cSAndrey V. Elsukovnet/if_gre.c			optional gre inet | gre inet6
325283f7669eSBruce Evansnet/if_iso88025subr.c		optional token
325318242d3bSAndrew Thompsonnet/if_lagg.c			optional lagg
325430484008SPeter Wemmnet/if_loop.c			optional loop
32556e6b3f7cSQing Linet/if_llatbl.c			standard
3256f325335cSAndrey V. Elsukovnet/if_me.c			optional me inet
32571cde3a7eSPeter Wemmnet/if_media.c			standard
3258bbd17bf8SGarrett Wollmannet/if_mib.c			standard
32592e598474SBjoern A. Zeebnet/if_spppfr.c			optional sppp | netgraph_sppp
32602e598474SBjoern A. Zeebnet/if_spppsubr.c		optional sppp | netgraph_sppp
326100e1d682SBjoern A. Zeebnet/if_stf.c			optional stf inet inet6
326262494ee3SBruce Evansnet/if_tun.c			optional tun
3263a5213f14SNick Sayernet/if_tap.c			optional tap
32640fddbf87SBrooks Davisnet/if_vlan.c			optional vlan
3265007054f0SBryan Venteichernet/if_vxlan.c			optional vxlan inet | vxlan inet6
3266408e1674SAlexander Motinnet/mppcc.c			optional netgraph_mppc_compression
3267408e1674SAlexander Motinnet/mppcd.c			optional netgraph_mppc_compression
3268e3b6e33cSJake Burkholdernet/netisr.c			standard
3269a8e06f2aSRuslan Ermilovnet/pfil.c			optional ether | inet
3270df8bae1dSRodney W. Grimesnet/radix.c			standard
3271e440aed9SQing Linet/radix_mpath.c		standard
3272df8bae1dSRodney W. Grimesnet/raw_cb.c			standard
3273df8bae1dSRodney W. Grimesnet/raw_usrreq.c		standard
3274df8bae1dSRodney W. Grimesnet/route.c			standard
3275df8bae1dSRodney W. Grimesnet/rtsock.c			standard
3276e5adda3dSRobert Watsonnet/slcompress.c		optional netgraph_vjc | sppp | \
32775e323541SAlexander Motin					 netgraph_sppp
3278eddfbb76SRobert Watsonnet/vnet.c			optional vimage
3279a8e06f2aSRuslan Ermilovnet/zlib.c			optional crypto | geom_uzip | ipsec | \
3280e5adda3dSRobert Watson					 mxge | netgraph_deflate | \
3281ce96bb79SAleksandr Rybalko					 ddb_ctf | gzio | geom_uncompress
3282e889f37eSSam Lefflernet80211/ieee80211.c		optional wlan
3283a390848fSSam Lefflernet80211/ieee80211_acl.c	optional wlan wlan_acl
328476340123SSam Lefflernet80211/ieee80211_action.c	optional wlan
32852affcf8dSSam Lefflernet80211/ieee80211_ageq.c	optional wlan
3286b3448df4SDimitry Andricnet80211/ieee80211_adhoc.c	optional wlan \
3287b3448df4SDimitry Andric	compile-with "${NORMAL_C} -Wno-unused-function"
328859aa14a9SRui Paulonet80211/ieee80211_ageq.c	optional wlan
3289c4597afcSRui Paulonet80211/ieee80211_amrr.c	optional wlan | wlan_amrr
329029c425acSDimitry Andricnet80211/ieee80211_crypto.c	optional wlan \
329129c425acSDimitry Andric	compile-with "${NORMAL_C} -Wno-unused-function"
3292a390848fSSam Lefflernet80211/ieee80211_crypto_ccmp.c optional wlan wlan_ccmp
32931e806e82SSam Lefflernet80211/ieee80211_crypto_none.c optional wlan
3294a390848fSSam Lefflernet80211/ieee80211_crypto_tkip.c optional wlan wlan_tkip
3295a390848fSSam Lefflernet80211/ieee80211_crypto_wep.c	optional wlan wlan_wep
3296b032f27cSSam Lefflernet80211/ieee80211_ddb.c	optional wlan ddb
3297b032f27cSSam Lefflernet80211/ieee80211_dfs.c	optional wlan
32981e806e82SSam Lefflernet80211/ieee80211_freebsd.c	optional wlan
3299b3448df4SDimitry Andricnet80211/ieee80211_hostap.c	optional wlan \
3300b3448df4SDimitry Andric	compile-with "${NORMAL_C} -Wno-unused-function"
330168e8e04eSSam Lefflernet80211/ieee80211_ht.c		optional wlan
330259aa14a9SRui Paulonet80211/ieee80211_hwmp.c	optional wlan ieee80211_support_mesh
3303e889f37eSSam Lefflernet80211/ieee80211_input.c	optional wlan
3304e889f37eSSam Lefflernet80211/ieee80211_ioctl.c	optional wlan
330529c425acSDimitry Andricnet80211/ieee80211_mesh.c	optional wlan ieee80211_support_mesh \
330629c425acSDimitry Andric	compile-with "${NORMAL_C} -Wno-unused-function"
3307b032f27cSSam Lefflernet80211/ieee80211_monitor.c	optional wlan
3308e889f37eSSam Lefflernet80211/ieee80211_node.c	optional wlan
3309e889f37eSSam Lefflernet80211/ieee80211_output.c	optional wlan
3310b032f27cSSam Lefflernet80211/ieee80211_phy.c	optional wlan
331168e8e04eSSam Lefflernet80211/ieee80211_power.c	optional wlan
3312e889f37eSSam Lefflernet80211/ieee80211_proto.c	optional wlan
33135463c4a4SSam Lefflernet80211/ieee80211_radiotap.c	optional wlan
3314b6108616SRui Paulonet80211/ieee80211_ratectl.c	optional wlan
33159a9a302fSBernhard Schmidtnet80211/ieee80211_ratectl_none.c optional wlan
331668e8e04eSSam Lefflernet80211/ieee80211_regdomain.c	optional wlan
3317a390848fSSam Lefflernet80211/ieee80211_rssadapt.c	optional wlan wlan_rssadapt
331868e8e04eSSam Lefflernet80211/ieee80211_scan.c	optional wlan
3319b032f27cSSam Lefflernet80211/ieee80211_scan_sta.c	optional wlan
3320b3448df4SDimitry Andricnet80211/ieee80211_sta.c	optional wlan \
3321b3448df4SDimitry Andric	compile-with "${NORMAL_C} -Wno-unused-function"
3322616190d0SSam Lefflernet80211/ieee80211_superg.c	optional wlan ieee80211_support_superg
3323fffcc698SSam Lefflernet80211/ieee80211_tdma.c	optional wlan ieee80211_support_tdma
3324b032f27cSSam Lefflernet80211/ieee80211_wds.c	optional wlan
3325a390848fSSam Lefflernet80211/ieee80211_xauth.c	optional wlan wlan_xauth
3326f4e2f6c9SAdrian Chaddnet80211/ieee80211_alq.c	optional wlan ieee80211_alq
332794caedfbSDavid E. O'Briennetgraph/atm/ccatm/ng_ccatm.c	optional ngatm_ccatm \
332894caedfbSDavid E. O'Brien	compile-with "${NORMAL_C} -I$S/contrib/ngatm"
33292948a1cbSWarner Loshnetgraph/atm/ng_atm.c		optional ngatm_atm
333094caedfbSDavid E. O'Briennetgraph/atm/ngatmbase.c	optional ngatm_atmbase \
333194caedfbSDavid E. O'Brien	compile-with "${NORMAL_C} -I$S/contrib/ngatm"
333294caedfbSDavid E. O'Briennetgraph/atm/sscfu/ng_sscfu.c	optional ngatm_sscfu \
333394caedfbSDavid E. O'Brien	compile-with "${NORMAL_C} -I$S/contrib/ngatm"
333494caedfbSDavid E. O'Briennetgraph/atm/sscop/ng_sscop.c optional ngatm_sscop \
333594caedfbSDavid E. O'Brien	compile-with "${NORMAL_C} -I$S/contrib/ngatm"
333694caedfbSDavid E. O'Briennetgraph/atm/uni/ng_uni.c	optional ngatm_uni \
333794caedfbSDavid E. O'Brien	compile-with "${NORMAL_C} -I$S/contrib/ngatm"
3338666ea1b6SMaksim Yevmenkinnetgraph/bluetooth/common/ng_bluetooth.c optional netgraph_bluetooth
3339666ea1b6SMaksim Yevmenkinnetgraph/bluetooth/drivers/bt3c/ng_bt3c_pccard.c optional netgraph_bluetooth_bt3c
3340666ea1b6SMaksim Yevmenkinnetgraph/bluetooth/drivers/h4/ng_h4.c optional netgraph_bluetooth_h4
334106079f14SAndrew Thompsonnetgraph/bluetooth/drivers/ubt/ng_ubt.c optional netgraph_bluetooth_ubt usb
334206079f14SAndrew Thompsonnetgraph/bluetooth/drivers/ubtbcmfw/ubtbcmfw.c optional netgraph_bluetooth_ubtbcmfw usb
3343666ea1b6SMaksim Yevmenkinnetgraph/bluetooth/hci/ng_hci_cmds.c optional netgraph_bluetooth_hci
3344666ea1b6SMaksim Yevmenkinnetgraph/bluetooth/hci/ng_hci_evnt.c optional netgraph_bluetooth_hci
3345666ea1b6SMaksim Yevmenkinnetgraph/bluetooth/hci/ng_hci_main.c optional netgraph_bluetooth_hci
3346666ea1b6SMaksim Yevmenkinnetgraph/bluetooth/hci/ng_hci_misc.c optional netgraph_bluetooth_hci
3347666ea1b6SMaksim Yevmenkinnetgraph/bluetooth/hci/ng_hci_ulpi.c optional netgraph_bluetooth_hci
3348666ea1b6SMaksim Yevmenkinnetgraph/bluetooth/l2cap/ng_l2cap_cmds.c optional netgraph_bluetooth_l2cap
3349666ea1b6SMaksim Yevmenkinnetgraph/bluetooth/l2cap/ng_l2cap_evnt.c optional netgraph_bluetooth_l2cap
3350666ea1b6SMaksim Yevmenkinnetgraph/bluetooth/l2cap/ng_l2cap_llpi.c optional netgraph_bluetooth_l2cap
3351666ea1b6SMaksim Yevmenkinnetgraph/bluetooth/l2cap/ng_l2cap_main.c optional netgraph_bluetooth_l2cap
3352666ea1b6SMaksim Yevmenkinnetgraph/bluetooth/l2cap/ng_l2cap_misc.c optional netgraph_bluetooth_l2cap
3353666ea1b6SMaksim Yevmenkinnetgraph/bluetooth/l2cap/ng_l2cap_ulpi.c optional netgraph_bluetooth_l2cap
3354666ea1b6SMaksim Yevmenkinnetgraph/bluetooth/socket/ng_btsocket.c optional netgraph_bluetooth_socket
3355666ea1b6SMaksim Yevmenkinnetgraph/bluetooth/socket/ng_btsocket_hci_raw.c	optional netgraph_bluetooth_socket
3356666ea1b6SMaksim Yevmenkinnetgraph/bluetooth/socket/ng_btsocket_l2cap.c optional netgraph_bluetooth_socket
3357666ea1b6SMaksim Yevmenkinnetgraph/bluetooth/socket/ng_btsocket_l2cap_raw.c optional netgraph_bluetooth_socket
3358666ea1b6SMaksim Yevmenkinnetgraph/bluetooth/socket/ng_btsocket_rfcomm.c optional netgraph_bluetooth_socket
3359a0bac9ccSMaksim Yevmenkinnetgraph/bluetooth/socket/ng_btsocket_sco.c optional netgraph_bluetooth_socket
33602948a1cbSWarner Loshnetgraph/netflow/netflow.c	optional netgraph_netflow
33615dcd9c10SGleb Smirnoffnetgraph/netflow/netflow_v9.c	optional netgraph_netflow
33622948a1cbSWarner Loshnetgraph/netflow/ng_netflow.c	optional netgraph_netflow
336383f7669eSBruce Evansnetgraph/ng_UI.c		optional netgraph_UI
33644cf49a43SJulian Elischernetgraph/ng_async.c		optional netgraph_async
3365bde778e9SBenno Ricenetgraph/ng_atmllc.c		optional netgraph_atmllc
336683f7669eSBruce Evansnetgraph/ng_base.c		optional netgraph
336792a3e552SArchie Cobbsnetgraph/ng_bpf.c		optional netgraph_bpf
3368ed2dbd31SArchie Cobbsnetgraph/ng_bridge.c		optional netgraph_bridge
33697d3b4a08SAlexander Motinnetgraph/ng_car.c		optional netgraph_car
33704cf49a43SJulian Elischernetgraph/ng_cisco.c		optional netgraph_cisco
33719e6f1d3bSGleb Smirnoffnetgraph/ng_deflate.c		optional netgraph_deflate
3372a8353960SJulian Elischernetgraph/ng_device.c		optional netgraph_device
33734cf49a43SJulian Elischernetgraph/ng_echo.c		optional netgraph_echo
33749d564133SRobert Watsonnetgraph/ng_eiface.c		optional netgraph_eiface
3375e1e1452dSArchie Cobbsnetgraph/ng_ether.c		optional netgraph_ether
33761018c6cbSJulian Elischernetgraph/ng_ether_echo.c	optional netgraph_ether_echo
33774cf49a43SJulian Elischernetgraph/ng_frame_relay.c	optional netgraph_frame_relay
337893d500a5SBjoern A. Zeebnetgraph/ng_gif.c		optional netgraph_gif inet6 | netgraph_gif inet
337994408d94SBrooks Davisnetgraph/ng_gif_demux.c		optional netgraph_gif_demux
33804cf49a43SJulian Elischernetgraph/ng_hole.c		optional netgraph_hole
33814cf49a43SJulian Elischernetgraph/ng_iface.c		optional netgraph_iface
3382c2eed105SBrooks Davisnetgraph/ng_ip_input.c		optional netgraph_ip_input
33833cba5bdeSBjoern A. Zeebnetgraph/ng_ipfw.c		optional netgraph_ipfw inet ipfirewall
338448e94174SArchie Cobbsnetgraph/ng_ksocket.c		optional netgraph_ksocket
3385901fadf7SArchie Cobbsnetgraph/ng_l2tp.c		optional netgraph_l2tp
33862948a1cbSWarner Loshnetgraph/ng_lmi.c		optional netgraph_lmi
3387a8e06f2aSRuslan Ermilovnetgraph/ng_mppc.c		optional netgraph_mppc_compression | \
3388a8e06f2aSRuslan Ermilov					 netgraph_mppc_encryption
33893cba5bdeSBjoern A. Zeebnetgraph/ng_nat.c		optional netgraph_nat inet libalias
33907d7a5b89SArchie Cobbsnetgraph/ng_one2many.c		optional netgraph_one2many
339183f7669eSBruce Evansnetgraph/ng_parse.c		optional netgraph
3392d359a62dSAndrey V. Elsukovnetgraph/ng_patch.c		optional netgraph_patch
3393991633afSMarko Zecnetgraph/ng_pipe.c		optional netgraph_pipe
33946827c8feSArchie Cobbsnetgraph/ng_ppp.c		optional netgraph_ppp
33956827c8feSArchie Cobbsnetgraph/ng_pppoe.c		optional netgraph_pppoe
3396add85a1dSArchie Cobbsnetgraph/ng_pptpgre.c		optional netgraph_pptpgre
33979e6f1d3bSGleb Smirnoffnetgraph/ng_pred1.c		optional netgraph_pred1
33984cf49a43SJulian Elischernetgraph/ng_rfc1490.c		optional netgraph_rfc1490
33994cf49a43SJulian Elischernetgraph/ng_socket.c		optional netgraph_socket
34004d60fee2SBrooks Davisnetgraph/ng_split.c		optional netgraph_split
34010a6818e2SRoman Kurakinnetgraph/ng_sppp.c		optional netgraph_sppp
3402d473c9d5SGleb Smirnoffnetgraph/ng_tag.c		optional netgraph_tag
3403e9110049SGleb Smirnoffnetgraph/ng_tcpmss.c		optional netgraph_tcpmss
34044cf49a43SJulian Elischernetgraph/ng_tee.c		optional netgraph_tee
34054cf49a43SJulian Elischernetgraph/ng_tty.c		optional netgraph_tty
3406b58a8a3bSJulian Elischernetgraph/ng_vjc.c		optional netgraph_vjc
3407b4263060SRuslan Ermilovnetgraph/ng_vlan.c		optional netgraph_vlan
3408ad44ffaaSBjoern A. Zeebnetinet/accf_data.c		optional accept_filter_data inet
3409ad44ffaaSBjoern A. Zeebnetinet/accf_dns.c		optional accept_filter_dns inet
3410ad44ffaaSBjoern A. Zeebnetinet/accf_http.c		optional accept_filter_http inet
341168713f97SKenjiro Chonetinet/if_atm.c		optional atm
3412db4fe37eSBjoern A. Zeebnetinet/if_ether.c		optional inet ether
3413df8bae1dSRodney W. Grimesnetinet/igmp.c			optional inet
3414df8bae1dSRodney W. Grimesnetinet/in.c			optional inet
34150ef7c8a2SBjoern A. Zeebnetinet/in_debug.c		optional inet ddb
341657f60867SMark Johnstonnetinet/in_kdtrace.c		optional inet | inet6
3417259d2d54SBjoern A. Zeebnetinet/ip_carp.c		optional inet carp | inet6 carp
3418883e8983SAlexander Motinnetinet/in_gif.c		optional gif inet | netgraph_gif inet
34198e96e13eSMaxim Sobolevnetinet/ip_gre.c		optional gre inet
342064dddc18SKris Kennawaynetinet/ip_id.c			optional inet
342171498f30SBruce M Simpsonnetinet/in_mcast.c		optional inet
3422ad946a9cSBjoern A. Zeebnetinet/in_pcb.c		optional inet | inet6
342352cd27cbSRobert Watsonnetinet/in_pcbgroup.c		optional inet pcbgroup | inet6 pcbgroup
34243b3a8eb9SGleb Smirnoffnetinet/in_proto.c		optional inet | inet6
34251db18e0fSGarrett Wollmannetinet/in_rmx.c		optional inet
34267527624eSRobert Watsonnetinet/in_rss.c		optional inet rss | inet6 rss
342755913642SBjoern A. Zeebnetinet/ip_divert.c		optional inet ipdivert ipfirewall
3428a8e06f2aSRuslan Ermilovnetinet/ip_ecn.c		optional inet | inet6
3429a8e06f2aSRuslan Ermilovnetinet/ip_encap.c		optional inet | inet6
34309188b4a1SAndre Oppermannnetinet/ip_fastfwd.c		optional inet
3431b8e463e6SBjoern A. Zeebnetinet/ip_icmp.c		optional inet | inet6
3432df8bae1dSRodney W. Grimesnetinet/ip_input.c		optional inet
3433ba58b7afSBjoern A. Zeebnetinet/ip_ipsec.c		optional inet ipsec
3434bb73f68cSBjoern A. Zeebnetinet/ip_mroute.c		optional mrouting inet
3435ef39adf0SAndre Oppermannnetinet/ip_options.c		optional inet
3436df8bae1dSRodney W. Grimesnetinet/ip_output.c		optional inet
3437bb73f68cSBjoern A. Zeebnetinet/raw_ip.c		optional inet | inet6
3438b287c6c7SBjoern A. Zeebnetinet/cc/cc.c			optional inet | inet6
3439b287c6c7SBjoern A. Zeebnetinet/cc/cc_newreno.c		optional inet | inet6
34402daeab43SBjoern A. Zeebnetinet/sctp_asconf.c		optional inet sctp | inet6 sctp
34412daeab43SBjoern A. Zeebnetinet/sctp_auth.c		optional inet sctp | inet6 sctp
34422daeab43SBjoern A. Zeebnetinet/sctp_bsd_addr.c		optional inet sctp | inet6 sctp
34432daeab43SBjoern A. Zeebnetinet/sctp_cc_functions.c	optional inet sctp | inet6 sctp
34442daeab43SBjoern A. Zeebnetinet/sctp_crc32.c		optional inet sctp | inet6 sctp
34452daeab43SBjoern A. Zeebnetinet/sctp_indata.c		optional inet sctp | inet6 sctp
34462daeab43SBjoern A. Zeebnetinet/sctp_input.c		optional inet sctp | inet6 sctp
34472daeab43SBjoern A. Zeebnetinet/sctp_output.c		optional inet sctp | inet6 sctp
34482daeab43SBjoern A. Zeebnetinet/sctp_pcb.c		optional inet sctp | inet6 sctp
34492daeab43SBjoern A. Zeebnetinet/sctp_peeloff.c		optional inet sctp | inet6 sctp
34502daeab43SBjoern A. Zeebnetinet/sctp_ss_functions.c	optional inet sctp | inet6 sctp
345180b47aefSMarcel Moolenaarnetinet/sctp_syscalls.c		optional inet sctp | inet6 sctp
34522daeab43SBjoern A. Zeebnetinet/sctp_sysctl.c		optional inet sctp | inet6 sctp
34532daeab43SBjoern A. Zeebnetinet/sctp_timer.c		optional inet sctp | inet6 sctp
34542daeab43SBjoern A. Zeebnetinet/sctp_usrreq.c		optional inet sctp | inet6 sctp
34552daeab43SBjoern A. Zeebnetinet/sctputil.c		optional inet sctp | inet6 sctp
3456610ee2f9SDavid Greenmannetinet/tcp_debug.c		optional tcpdebug
3457b287c6c7SBjoern A. Zeebnetinet/tcp_hostcache.c		optional inet | inet6
3458b287c6c7SBjoern A. Zeebnetinet/tcp_input.c		optional inet | inet6
3459b287c6c7SBjoern A. Zeebnetinet/tcp_lro.c		optional inet | inet6
3460b287c6c7SBjoern A. Zeebnetinet/tcp_output.c		optional inet | inet6
346109fe6320SNavdeep Parharnetinet/tcp_offload.c		optional tcp_offload inet | tcp_offload inet6
3462b287c6c7SBjoern A. Zeebnetinet/tcp_reass.c		optional inet | inet6
3463b287c6c7SBjoern A. Zeebnetinet/tcp_sack.c		optional inet | inet6
3464b287c6c7SBjoern A. Zeebnetinet/tcp_subr.c		optional inet | inet6
3465b287c6c7SBjoern A. Zeebnetinet/tcp_syncache.c		optional inet | inet6
3466b287c6c7SBjoern A. Zeebnetinet/tcp_timer.c		optional inet | inet6
3467b287c6c7SBjoern A. Zeebnetinet/tcp_timewait.c		optional inet | inet6
3468b287c6c7SBjoern A. Zeebnetinet/tcp_usrreq.c		optional inet | inet6
34697527624eSRobert Watsonnetinet/toeplitz.c		optional inet rss | inet6 rss
347079288c11SBjoern A. Zeebnetinet/udp_usrreq.c		optional inet | inet6
34713cba5bdeSBjoern A. Zeebnetinet/libalias/alias.c	optional libalias inet | netgraph_nat inet
34723cba5bdeSBjoern A. Zeebnetinet/libalias/alias_db.c	optional libalias inet | netgraph_nat inet
34735e323541SAlexander Motinnetinet/libalias/alias_mod.c	optional libalias | netgraph_nat
34743cba5bdeSBjoern A. Zeebnetinet/libalias/alias_proxy.c	optional libalias inet | netgraph_nat inet
34753cba5bdeSBjoern A. Zeebnetinet/libalias/alias_util.c	optional libalias inet | netgraph_nat inet
34763cba5bdeSBjoern A. Zeebnetinet/libalias/alias_sctp.c	optional libalias inet | netgraph_nat inet
347783f7669eSBruce Evansnetinet6/dest6.c		optional inet6
3478cfa1ca9dSYoshinobu Inouenetinet6/frag6.c		optional inet6
3479cfa1ca9dSYoshinobu Inouenetinet6/icmp6.c		optional inet6
3480cfa1ca9dSYoshinobu Inouenetinet6/in6.c			optional inet6
3481cfa1ca9dSYoshinobu Inouenetinet6/in6_cksum.c		optional inet6
3482883e8983SAlexander Motinnetinet6/in6_gif.c		optional gif inet6 | netgraph_gif inet6
3483cfa1ca9dSYoshinobu Inouenetinet6/in6_ifattach.c		optional inet6
348433cde130SBruce M Simpsonnetinet6/in6_mcast.c		optional inet6
3485cfa1ca9dSYoshinobu Inouenetinet6/in6_pcb.c		optional inet6
348652cd27cbSRobert Watsonnetinet6/in6_pcbgroup.c		optional inet6 pcbgroup
3487cfa1ca9dSYoshinobu Inouenetinet6/in6_proto.c		optional inet6
3488cfa1ca9dSYoshinobu Inouenetinet6/in6_rmx.c		optional inet6
3489686cdd19SJun-ichiro itojun Haginonetinet6/in6_src.c		optional inet6
349083f7669eSBruce Evansnetinet6/ip6_forward.c		optional inet6
3491f325335cSAndrey V. Elsukovnetinet6/ip6_gre.c		optional gre inet6
34928373d51dSHajimu UMEMOTOnetinet6/ip6_id.c		optional inet6
349383f7669eSBruce Evansnetinet6/ip6_input.c		optional inet6
34946be2e366SBruce M Simpsonnetinet6/ip6_mroute.c		optional mrouting inet6
349583f7669eSBruce Evansnetinet6/ip6_output.c		optional inet6
34965e49926aSTai-hwa Liangnetinet6/ip6_ipsec.c		optional inet6 ipsec
3497cfa1ca9dSYoshinobu Inouenetinet6/mld6.c			optional inet6
3498cfa1ca9dSYoshinobu Inouenetinet6/nd6.c			optional inet6
3499cfa1ca9dSYoshinobu Inouenetinet6/nd6_nbr.c		optional inet6
3500cfa1ca9dSYoshinobu Inouenetinet6/nd6_rtr.c		optional inet6
3501cfa1ca9dSYoshinobu Inouenetinet6/raw_ip6.c		optional inet6
3502cfa1ca9dSYoshinobu Inouenetinet6/route6.c		optional inet6
3503686cdd19SJun-ichiro itojun Haginonetinet6/scope6.c		optional inet6
35049d1a95cdSRuslan Ermilovnetinet6/sctp6_usrreq.c		optional inet6 sctp
3505cfa1ca9dSYoshinobu Inouenetinet6/udp6_usrreq.c		optional inet6
3506ba58b7afSBjoern A. Zeebnetipsec/ipsec.c		optional ipsec inet | ipsec inet6
3507ba58b7afSBjoern A. Zeebnetipsec/ipsec_input.c		optional ipsec inet | ipsec inet6
3508ba58b7afSBjoern A. Zeebnetipsec/ipsec_mbuf.c		optional ipsec inet | ipsec inet6
3509ba58b7afSBjoern A. Zeebnetipsec/ipsec_output.c		optional ipsec inet | ipsec inet6
3510ba58b7afSBjoern A. Zeebnetipsec/key.c			optional ipsec inet | ipsec inet6
3511ba58b7afSBjoern A. Zeebnetipsec/key_debug.c		optional ipsec inet | ipsec inet6
3512ba58b7afSBjoern A. Zeebnetipsec/keysock.c		optional ipsec inet | ipsec inet6
3513ba58b7afSBjoern A. Zeebnetipsec/xform_ah.c		optional ipsec inet | ipsec inet6
3514ba58b7afSBjoern A. Zeebnetipsec/xform_esp.c		optional ipsec inet | ipsec inet6
3515ba58b7afSBjoern A. Zeebnetipsec/xform_ipcomp.c		optional ipsec inet | ipsec inet6
3516ba58b7afSBjoern A. Zeebnetipsec/xform_ipip.c		optional ipsec inet | ipsec inet6
3517ba58b7afSBjoern A. Zeebnetipsec/xform_tcp.c		optional ipsec inet tcp_signature | \
3518ba58b7afSBjoern A. Zeeb					 ipsec inet6 tcp_signature
351968713f97SKenjiro Chonetnatm/natm.c			optional natm
352068713f97SKenjiro Chonetnatm/natm_pcb.c		optional natm
352168713f97SKenjiro Chonetnatm/natm_proto.c		optional natm
35223b3a8eb9SGleb Smirnoffnetpfil/ipfw/dn_heap.c		optional inet dummynet
35233b3a8eb9SGleb Smirnoffnetpfil/ipfw/dn_sched_fifo.c	optional inet dummynet
35243b3a8eb9SGleb Smirnoffnetpfil/ipfw/dn_sched_prio.c	optional inet dummynet
35253b3a8eb9SGleb Smirnoffnetpfil/ipfw/dn_sched_qfq.c	optional inet dummynet
35263b3a8eb9SGleb Smirnoffnetpfil/ipfw/dn_sched_rr.c	optional inet dummynet
35273b3a8eb9SGleb Smirnoffnetpfil/ipfw/dn_sched_wf2q.c	optional inet dummynet
35283b3a8eb9SGleb Smirnoffnetpfil/ipfw/ip_dummynet.c	optional inet dummynet
35293b3a8eb9SGleb Smirnoffnetpfil/ipfw/ip_dn_io.c		optional inet dummynet
35303b3a8eb9SGleb Smirnoffnetpfil/ipfw/ip_dn_glue.c	optional inet dummynet
35313b3a8eb9SGleb Smirnoffnetpfil/ipfw/ip_fw2.c		optional inet ipfirewall
35323b3a8eb9SGleb Smirnoffnetpfil/ipfw/ip_fw_dynamic.c	optional inet ipfirewall
35333b3a8eb9SGleb Smirnoffnetpfil/ipfw/ip_fw_log.c	optional inet ipfirewall
35343b3a8eb9SGleb Smirnoffnetpfil/ipfw/ip_fw_pfil.c	optional inet ipfirewall
35353b3a8eb9SGleb Smirnoffnetpfil/ipfw/ip_fw_sockopt.c	optional inet ipfirewall
35363b3a8eb9SGleb Smirnoffnetpfil/ipfw/ip_fw_table.c	optional inet ipfirewall
35379f7d47b0SAlexander V. Chernikovnetpfil/ipfw/ip_fw_table_algo.c	optional inet ipfirewall
35380cba2b28SAlexander V. Chernikovnetpfil/ipfw/ip_fw_table_value.c	optional inet ipfirewall
353968394ec8SAlexander V. Chernikovnetpfil/ipfw/ip_fw_iface.c	optional inet ipfirewall
35403b3a8eb9SGleb Smirnoffnetpfil/ipfw/ip_fw_nat.c	optional inet ipfirewall_nat
35413b3a8eb9SGleb Smirnoffnetpfil/pf/if_pflog.c		optional pflog pf inet
35423b3a8eb9SGleb Smirnoffnetpfil/pf/if_pfsync.c		optional pfsync pf inet
35433b3a8eb9SGleb Smirnoffnetpfil/pf/pf.c			optional pf inet
35443b3a8eb9SGleb Smirnoffnetpfil/pf/pf_if.c		optional pf inet
35453b3a8eb9SGleb Smirnoffnetpfil/pf/pf_ioctl.c		optional pf inet
35463b3a8eb9SGleb Smirnoffnetpfil/pf/pf_lb.c		optional pf inet
35473b3a8eb9SGleb Smirnoffnetpfil/pf/pf_norm.c		optional pf inet
35483b3a8eb9SGleb Smirnoffnetpfil/pf/pf_osfp.c		optional pf inet
35493b3a8eb9SGleb Smirnoffnetpfil/pf/pf_ruleset.c		optional pf inet
35503b3a8eb9SGleb Smirnoffnetpfil/pf/pf_table.c		optional pf inet
35513b3a8eb9SGleb Smirnoffnetpfil/pf/in4_cksum.c		optional pf inet
3552237abf0cSDavide Italianonetsmb/smb_conn.c		optional netsmb
3553237abf0cSDavide Italianonetsmb/smb_crypt.c		optional netsmb
3554237abf0cSDavide Italianonetsmb/smb_dev.c		optional netsmb
3555237abf0cSDavide Italianonetsmb/smb_iod.c		optional netsmb
3556237abf0cSDavide Italianonetsmb/smb_rq.c			optional netsmb
3557237abf0cSDavide Italianonetsmb/smb_smb.c		optional netsmb
3558237abf0cSDavide Italianonetsmb/smb_subr.c		optional netsmb
3559237abf0cSDavide Italianonetsmb/smb_trantcp.c		optional netsmb
3560237abf0cSDavide Italianonetsmb/smb_usr.c		optional netsmb
35617c208ed6SRick Macklemnfs/bootp_subr.c		optional bootp nfsclient | bootp nfscl
35627c208ed6SRick Macklemnfs/krpc_subr.c			optional bootp nfsclient | bootp nfscl
3563a8e06f2aSRuslan Ermilovnfs/nfs_common.c		optional nfsclient | nfsserver
35647c208ed6SRick Macklemnfs/nfs_diskless.c		optional nfsclient nfs_root | nfscl nfs_root
3565adb97406SKenneth D. Merrynfs/nfs_fha.c			optional nfsserver | nfsd
356690305aa3SRick Macklemnfs/nfs_lock.c			optional nfsclient | nfscl | nfslockd | nfsd
3567eb25edbdSPeter Wemmnfsclient/nfs_bio.c		optional nfsclient
3568eb25edbdSPeter Wemmnfsclient/nfs_node.c		optional nfsclient
3569a9148abdSDoug Rabsonnfsclient/nfs_krpc.c		optional nfsclient
3570eb25edbdSPeter Wemmnfsclient/nfs_subs.c		optional nfsclient
3571eb25edbdSPeter Wemmnfsclient/nfs_nfsiod.c		optional nfsclient
3572eb25edbdSPeter Wemmnfsclient/nfs_vfsops.c		optional nfsclient
3573eb25edbdSPeter Wemmnfsclient/nfs_vnops.c		optional nfsclient
3574d96b98a3SKenneth D. Merrynfsserver/nfs_fha_old.c		optional nfsserver
3575eb25edbdSPeter Wemmnfsserver/nfs_serv.c		optional nfsserver
3576a9148abdSDoug Rabsonnfsserver/nfs_srvkrpc.c		optional nfsserver
3577eb25edbdSPeter Wemmnfsserver/nfs_srvsubs.c		optional nfsserver
3578bcbdacddSRick Macklemnfs/nfs_nfssvc.c		optional nfsserver | nfscl | nfsd
357990305aa3SRick Macklemnlm/nlm_advlock.c		optional nfslockd | nfsd
3580bcbdacddSRick Macklemnlm/nlm_prot_clnt.c		optional nfslockd | nfsd
3581bcbdacddSRick Macklemnlm/nlm_prot_impl.c		optional nfslockd | nfsd
3582bcbdacddSRick Macklemnlm/nlm_prot_server.c		optional nfslockd | nfsd
3583bcbdacddSRick Macklemnlm/nlm_prot_svc.c		optional nfslockd | nfsd
3584bcbdacddSRick Macklemnlm/nlm_prot_xdr.c		optional nfslockd | nfsd
3585bcbdacddSRick Macklemnlm/sm_inter_xdr.c		optional nfslockd | nfsd
3586e4cd31ddSJeff Roberson
3587e4cd31ddSJeff Roberson# OpenFabrics Enterprise Distribution (Infiniband)
3588e4cd31ddSJeff Robersonofed/include/linux/linux_compat.c		optional ofed		\
3589e4cd31ddSJeff Roberson	no-depend compile-with "${OFED_C}"
3590e4cd31ddSJeff Robersonofed/include/linux/linux_idr.c			optional ofed		\
3591e4cd31ddSJeff Roberson	no-depend compile-with "${OFED_C}"
3592e4cd31ddSJeff Robersonofed/include/linux/linux_radix.c		optional ofed		\
3593e4cd31ddSJeff Roberson	no-depend compile-with "${OFED_C}"
3594e4cd31ddSJeff Robersonofed/drivers/infiniband/core/addr.c		optional ofed		\
3595e4cd31ddSJeff Roberson	no-depend							\
3596e4cd31ddSJeff Roberson	compile-with "${OFED_C} -I$S/ofed/drivers/infiniband/core/"
3597e4cd31ddSJeff Robersonofed/drivers/infiniband/core/agent.c		optional ofed		\
3598e4cd31ddSJeff Roberson	no-depend							\
3599e4cd31ddSJeff Roberson	compile-with "${OFED_C} -I$S/ofed/drivers/infiniband/core/"
3600e4cd31ddSJeff Robersonofed/drivers/infiniband/core/cache.c		optional ofed		\
3601e4cd31ddSJeff Roberson	no-depend							\
3602e4cd31ddSJeff Roberson	compile-with "${OFED_C} -I$S/ofed/drivers/infiniband/core/"
3603e4cd31ddSJeff Roberson# XXX Mad.c must be ordered before cm.c for sysinit sets to occur in
3604e4cd31ddSJeff Roberson# the correct order.
3605e4cd31ddSJeff Robersonofed/drivers/infiniband/core/mad.c		optional ofed		\
3606e4cd31ddSJeff Roberson	no-depend							\
3607e4cd31ddSJeff Roberson	compile-with "${OFED_C} -I$S/ofed/drivers/infiniband/core/"
3608e4cd31ddSJeff Robersonofed/drivers/infiniband/core/cm.c		optional ofed		\
3609e4cd31ddSJeff Roberson	no-depend							\
3610d33c2508SDimitry Andric	compile-with "${OFED_C} -I$S/ofed/drivers/infiniband/core/ -Wno-unused-function"
3611e4cd31ddSJeff Robersonofed/drivers/infiniband/core/cma.c		optional ofed		\
3612e4cd31ddSJeff Roberson	no-depend							\
3613e4cd31ddSJeff Roberson	compile-with "${OFED_C} -I$S/ofed/drivers/infiniband/core/"
3614e4cd31ddSJeff Robersonofed/drivers/infiniband/core/device.c		optional ofed		\
3615e4cd31ddSJeff Roberson	no-depend							\
3616e4cd31ddSJeff Roberson	compile-with "${OFED_C} -I$S/ofed/drivers/infiniband/core/"
3617e4cd31ddSJeff Robersonofed/drivers/infiniband/core/fmr_pool.c		optional ofed		\
3618e4cd31ddSJeff Roberson	no-depend							\
3619e4cd31ddSJeff Roberson	compile-with "${OFED_C} -I$S/ofed/drivers/infiniband/core/"
3620e4cd31ddSJeff Robersonofed/drivers/infiniband/core/iwcm.c		optional ofed		\
3621e4cd31ddSJeff Roberson	no-depend							\
3622e4cd31ddSJeff Roberson	compile-with "${OFED_C} -I$S/ofed/drivers/infiniband/core/"
3623e4cd31ddSJeff Robersonofed/drivers/infiniband/core/local_sa.c		optional ofed		\
3624e4cd31ddSJeff Roberson	no-depend							\
3625e4cd31ddSJeff Roberson	compile-with "${OFED_C} -I$S/ofed/drivers/infiniband/core/"
3626e4cd31ddSJeff Robersonofed/drivers/infiniband/core/mad_rmpp.c		optional ofed		\
3627e4cd31ddSJeff Roberson	no-depend							\
3628e4cd31ddSJeff Roberson	compile-with "${OFED_C} -I$S/ofed/drivers/infiniband/core/"
3629e4cd31ddSJeff Robersonofed/drivers/infiniband/core/multicast.c	optional ofed		\
3630e4cd31ddSJeff Roberson	no-depend							\
3631e4cd31ddSJeff Roberson	compile-with "${OFED_C} -I$S/ofed/drivers/infiniband/core/"
3632e4cd31ddSJeff Robersonofed/drivers/infiniband/core/notice.c		optional ofed		\
3633e4cd31ddSJeff Roberson	no-depend							\
3634e4cd31ddSJeff Roberson	compile-with "${OFED_C} -I$S/ofed/drivers/infiniband/core/"
3635e4cd31ddSJeff Robersonofed/drivers/infiniband/core/packer.c		optional ofed		\
3636e4cd31ddSJeff Roberson	no-depend							\
3637e4cd31ddSJeff Roberson	compile-with "${OFED_C} -I$S/ofed/drivers/infiniband/core/"
3638e4cd31ddSJeff Robersonofed/drivers/infiniband/core/sa_query.c		optional ofed		\
3639e4cd31ddSJeff Roberson	no-depend							\
3640e4cd31ddSJeff Roberson	compile-with "${OFED_C} -I$S/ofed/drivers/infiniband/core/"
3641e4cd31ddSJeff Robersonofed/drivers/infiniband/core/smi.c		optional ofed		\
3642e4cd31ddSJeff Roberson	no-depend							\
3643e4cd31ddSJeff Roberson	compile-with "${OFED_C} -I$S/ofed/drivers/infiniband/core/"
3644e4cd31ddSJeff Robersonofed/drivers/infiniband/core/sysfs.c		optional ofed		\
3645e4cd31ddSJeff Roberson	no-depend							\
3646e4cd31ddSJeff Roberson	compile-with "${OFED_C} -I$S/ofed/drivers/infiniband/core/"
3647e4cd31ddSJeff Robersonofed/drivers/infiniband/core/ucm.c		optional ofed		\
3648e4cd31ddSJeff Roberson	no-depend							\
3649e4cd31ddSJeff Roberson	compile-with "${OFED_C} -I$S/ofed/drivers/infiniband/core/"
3650e4cd31ddSJeff Robersonofed/drivers/infiniband/core/ucma.c		optional ofed		\
3651e4cd31ddSJeff Roberson	no-depend							\
3652e4cd31ddSJeff Roberson	compile-with "${OFED_C} -I$S/ofed/drivers/infiniband/core/"
3653e4cd31ddSJeff Robersonofed/drivers/infiniband/core/ud_header.c	optional ofed		\
3654e4cd31ddSJeff Roberson	no-depend							\
3655e4cd31ddSJeff Roberson	compile-with "${OFED_C} -I$S/ofed/drivers/infiniband/core/"
3656e4cd31ddSJeff Robersonofed/drivers/infiniband/core/umem.c		optional ofed		\
3657e4cd31ddSJeff Roberson	no-depend							\
3658e4cd31ddSJeff Roberson	compile-with "${OFED_C} -I$S/ofed/drivers/infiniband/core/"
3659e4cd31ddSJeff Robersonofed/drivers/infiniband/core/user_mad.c		optional ofed		\
3660e4cd31ddSJeff Roberson	no-depend							\
3661e4cd31ddSJeff Roberson	compile-with "${OFED_C} -I$S/ofed/drivers/infiniband/core/"
3662e4cd31ddSJeff Robersonofed/drivers/infiniband/core/uverbs_cmd.c	optional ofed		\
3663e4cd31ddSJeff Roberson	no-depend							\
3664e4cd31ddSJeff Roberson	compile-with "${OFED_C} -I$S/ofed/drivers/infiniband/core/"
3665e4cd31ddSJeff Robersonofed/drivers/infiniband/core/uverbs_main.c	optional ofed		\
3666e4cd31ddSJeff Roberson	no-depend							\
3667e4cd31ddSJeff Roberson	compile-with "${OFED_C} -I$S/ofed/drivers/infiniband/core/"
3668e4cd31ddSJeff Robersonofed/drivers/infiniband/core/uverbs_marshall.c	optional ofed		\
3669e4cd31ddSJeff Roberson	no-depend							\
3670e4cd31ddSJeff Roberson	compile-with "${OFED_C} -I$S/ofed/drivers/infiniband/core/"
3671e4cd31ddSJeff Robersonofed/drivers/infiniband/core/verbs.c		optional ofed		\
3672e4cd31ddSJeff Roberson	no-depend							\
3673e4cd31ddSJeff Roberson	compile-with "${OFED_C} -I$S/ofed/drivers/infiniband/core/"
3674e4cd31ddSJeff Roberson
3675e4cd31ddSJeff Robersonofed/drivers/infiniband/ulp/ipoib/ipoib_cm.c	optional ipoib		\
3676e4cd31ddSJeff Roberson	no-depend							\
3677e4cd31ddSJeff Roberson	compile-with "${OFED_C} -I$S/ofed/drivers/infiniband/ulp/ipoib/"
3678e4cd31ddSJeff Roberson#ofed/drivers/infiniband/ulp/ipoib/ipoib_fs.c	optional ipoib		\
3679e4cd31ddSJeff Roberson#	no-depend							\
3680e4cd31ddSJeff Roberson#	compile-with "${OFED_C} -I$S/ofed/drivers/infiniband/ulp/ipoib/"
3681e4cd31ddSJeff Robersonofed/drivers/infiniband/ulp/ipoib/ipoib_ib.c	optional ipoib		\
3682e4cd31ddSJeff Roberson	no-depend							\
3683e4cd31ddSJeff Roberson	compile-with "${OFED_C} -I$S/ofed/drivers/infiniband/ulp/ipoib/"
3684e4cd31ddSJeff Robersonofed/drivers/infiniband/ulp/ipoib/ipoib_main.c	optional ipoib		\
3685e4cd31ddSJeff Roberson	no-depend							\
3686e4cd31ddSJeff Roberson	compile-with "${OFED_C} -I$S/ofed/drivers/infiniband/ulp/ipoib/"
3687e4cd31ddSJeff Robersonofed/drivers/infiniband/ulp/ipoib/ipoib_multicast.c	optional ipoib	\
3688e4cd31ddSJeff Roberson	no-depend							\
3689e4cd31ddSJeff Roberson	compile-with "${OFED_C} -I$S/ofed/drivers/infiniband/ulp/ipoib/"
3690e4cd31ddSJeff Robersonofed/drivers/infiniband/ulp/ipoib/ipoib_verbs.c	optional ipoib		\
3691e4cd31ddSJeff Roberson	no-depend							\
3692e4cd31ddSJeff Roberson	compile-with "${OFED_C} -I$S/ofed/drivers/infiniband/ulp/ipoib/"
3693e4cd31ddSJeff Roberson#ofed/drivers/infiniband/ulp/ipoib/ipoib_vlan.c	optional ipoib		\
3694e4cd31ddSJeff Roberson#	no-depend							\
3695e4cd31ddSJeff Roberson#	compile-with "${OFED_C} -I$S/ofed/drivers/infiniband/ulp/ipoib/"
3696e4cd31ddSJeff Roberson
3697ed5a2b61SJohn Baldwinofed/drivers/infiniband/ulp/sdp/sdp_bcopy.c	optional sdp inet	\
3698e4cd31ddSJeff Roberson	no-depend							\
3699e4cd31ddSJeff Roberson	compile-with "${OFED_C} -I$S/ofed/drivers/infiniband/ulp/sdp/"
3700ed5a2b61SJohn Baldwinofed/drivers/infiniband/ulp/sdp/sdp_main.c	optional sdp inet 	\
3701e4cd31ddSJeff Roberson	no-depend							\
3702e4cd31ddSJeff Roberson	compile-with "${OFED_C} -I$S/ofed/drivers/infiniband/ulp/sdp/"
3703ed5a2b61SJohn Baldwinofed/drivers/infiniband/ulp/sdp/sdp_rx.c	optional sdp inet 	\
3704e4cd31ddSJeff Roberson	no-depend							\
3705e4cd31ddSJeff Roberson	compile-with "${OFED_C} -I$S/ofed/drivers/infiniband/ulp/sdp/"
3706ed5a2b61SJohn Baldwinofed/drivers/infiniband/ulp/sdp/sdp_cma.c	optional sdp inet 	\
3707e4cd31ddSJeff Roberson	no-depend							\
3708e4cd31ddSJeff Roberson	compile-with "${OFED_C} -I$S/ofed/drivers/infiniband/ulp/sdp/"
3709ed5a2b61SJohn Baldwinofed/drivers/infiniband/ulp/sdp/sdp_tx.c	optional sdp inet 	\
3710e4cd31ddSJeff Roberson	no-depend							\
3711e4cd31ddSJeff Roberson	compile-with "${OFED_C} -I$S/ofed/drivers/infiniband/ulp/sdp/"
3712e4cd31ddSJeff Roberson
3713c9f432b7SAlfred Perlsteinofed/drivers/infiniband/hw/mlx4/alias_GUID.c    optional mlx4ib         \
3714c9f432b7SAlfred Perlstein        no-depend obj-prefix "mlx4ib_"                                  \
3715c9f432b7SAlfred Perlstein        compile-with "${OFED_C_NOIMP} -I$S/ofed/drivers/infiniband/hw/mlx4/"
3716c9f432b7SAlfred Perlsteinofed/drivers/infiniband/hw/mlx4/mcg.c           optional mlx4ib         \
3717c9f432b7SAlfred Perlstein        no-depend obj-prefix "mlx4ib_"                                  \
37182a987425SDimitry Andric        compile-with "${OFED_C_NOIMP} -I$S/ofed/drivers/infiniband/hw/mlx4/"
3719c9f432b7SAlfred Perlsteinofed/drivers/infiniband/hw/mlx4/sysfs.c         optional mlx4ib         \
3720c9f432b7SAlfred Perlstein        no-depend obj-prefix "mlx4ib_"                                  \
3721c9f432b7SAlfred Perlstein        compile-with "${OFED_C_NOIMP} -I$S/ofed/drivers/infiniband/hw/mlx4/"
3722c9f432b7SAlfred Perlsteinofed/drivers/infiniband/hw/mlx4/cm.c            optional mlx4ib         \
3723c9f432b7SAlfred Perlstein        no-depend obj-prefix "mlx4ib_"                                  \
3724c9f432b7SAlfred Perlstein        compile-with "${OFED_C_NOIMP} -I$S/ofed/drivers/infiniband/hw/mlx4/"
3725e4cd31ddSJeff Robersonofed/drivers/infiniband/hw/mlx4/ah.c		optional mlx4ib		\
3726e4cd31ddSJeff Roberson	no-depend obj-prefix "mlx4ib_"					\
3727e4cd31ddSJeff Roberson	compile-with "${OFED_C_NOIMP} -I$S/ofed/drivers/infiniband/hw/mlx4/"
3728e4cd31ddSJeff Robersonofed/drivers/infiniband/hw/mlx4/cq.c		optional mlx4ib		\
3729e4cd31ddSJeff Roberson	no-depend obj-prefix "mlx4ib_"					\
3730e4cd31ddSJeff Roberson	compile-with "${OFED_C_NOIMP} -I$S/ofed/drivers/infiniband/hw/mlx4/"
3731e4cd31ddSJeff Robersonofed/drivers/infiniband/hw/mlx4/doorbell.c	optional mlx4ib		\
3732e4cd31ddSJeff Roberson	no-depend obj-prefix "mlx4ib_"					\
3733e4cd31ddSJeff Roberson	compile-with "${OFED_C_NOIMP} -I$S/ofed/drivers/infiniband/hw/mlx4/"
3734e4cd31ddSJeff Robersonofed/drivers/infiniband/hw/mlx4/mad.c		optional mlx4ib		\
3735e4cd31ddSJeff Roberson	no-depend obj-prefix "mlx4ib_"					\
3736e4cd31ddSJeff Roberson	compile-with "${OFED_C_NOIMP} -I$S/ofed/drivers/infiniband/hw/mlx4/"
3737e4cd31ddSJeff Robersonofed/drivers/infiniband/hw/mlx4/main.c		optional mlx4ib		\
3738e4cd31ddSJeff Roberson	no-depend obj-prefix "mlx4ib_"					\
3739e4cd31ddSJeff Roberson	compile-with "${OFED_C_NOIMP} -I$S/ofed/drivers/infiniband/hw/mlx4/"
3740e4cd31ddSJeff Robersonofed/drivers/infiniband/hw/mlx4/mr.c		optional mlx4ib		\
3741e4cd31ddSJeff Roberson	no-depend obj-prefix "mlx4ib_"					\
3742e4cd31ddSJeff Roberson	compile-with "${OFED_C_NOIMP} -I$S/ofed/drivers/infiniband/hw/mlx4/"
3743e4cd31ddSJeff Robersonofed/drivers/infiniband/hw/mlx4/qp.c		optional mlx4ib		\
3744e4cd31ddSJeff Roberson	no-depend obj-prefix "mlx4ib_"					\
3745e4cd31ddSJeff Roberson	compile-with "${OFED_C_NOIMP} -I$S/ofed/drivers/infiniband/hw/mlx4/"
3746e4cd31ddSJeff Robersonofed/drivers/infiniband/hw/mlx4/srq.c		optional mlx4ib		\
3747e4cd31ddSJeff Roberson	no-depend obj-prefix "mlx4ib_"					\
3748e4cd31ddSJeff Roberson	compile-with "${OFED_C_NOIMP} -I$S/ofed/drivers/infiniband/hw/mlx4/"
3749e4cd31ddSJeff Robersonofed/drivers/infiniband/hw/mlx4/wc.c		optional mlx4ib		\
3750e4cd31ddSJeff Roberson	no-depend obj-prefix "mlx4ib_"					\
3751e4cd31ddSJeff Roberson	compile-with "${OFED_C_NOIMP} -I$S/ofed/drivers/infiniband/hw/mlx4/"
3752e4cd31ddSJeff Roberson
3753e4cd31ddSJeff Robersonofed/drivers/net/mlx4/alloc.c			optional mlx4ib | mlxen	\
3754e4cd31ddSJeff Roberson	no-depend obj-prefix "mlx4_"					\
3755e4cd31ddSJeff Roberson	compile-with "${OFED_C_NOIMP} -I$S/ofed/drivers/net/mlx4/"
3756e4cd31ddSJeff Robersonofed/drivers/net/mlx4/catas.c			optional mlx4ib | mlxen	\
3757e4cd31ddSJeff Roberson	no-depend obj-prefix "mlx4_"					\
3758e4cd31ddSJeff Roberson	compile-with "${OFED_C_NOIMP} -I$S/ofed/drivers/net/mlx4/"
3759e4cd31ddSJeff Robersonofed/drivers/net/mlx4/cmd.c			optional mlx4ib | mlxen	\
3760e4cd31ddSJeff Roberson	no-depend obj-prefix "mlx4_"					\
3761e4cd31ddSJeff Roberson	compile-with "${OFED_C_NOIMP} -I$S/ofed/drivers/net/mlx4/"
3762e4cd31ddSJeff Robersonofed/drivers/net/mlx4/cq.c			optional mlx4ib | mlxen	\
3763e4cd31ddSJeff Roberson	no-depend obj-prefix "mlx4_"					\
3764e4cd31ddSJeff Roberson	compile-with "${OFED_C_NOIMP} -I$S/ofed/drivers/net/mlx4/"
3765e4cd31ddSJeff Robersonofed/drivers/net/mlx4/eq.c			optional mlx4ib | mlxen	\
3766e4cd31ddSJeff Roberson	no-depend obj-prefix "mlx4_"					\
3767e4cd31ddSJeff Roberson	compile-with "${OFED_C_NOIMP} -I$S/ofed/drivers/net/mlx4/"
3768e4cd31ddSJeff Robersonofed/drivers/net/mlx4/fw.c			optional mlx4ib | mlxen	\
3769e4cd31ddSJeff Roberson	no-depend obj-prefix "mlx4_"					\
3770e4cd31ddSJeff Roberson	compile-with "${OFED_C_NOIMP} -I$S/ofed/drivers/net/mlx4/"
3771e4cd31ddSJeff Robersonofed/drivers/net/mlx4/icm.c			optional mlx4ib | mlxen	\
3772e4cd31ddSJeff Roberson	no-depend obj-prefix "mlx4_"					\
3773e4cd31ddSJeff Roberson	compile-with "${OFED_C_NOIMP} -I$S/ofed/drivers/net/mlx4/"
3774e4cd31ddSJeff Robersonofed/drivers/net/mlx4/intf.c			optional mlx4ib | mlxen	\
3775e4cd31ddSJeff Roberson	no-depend obj-prefix "mlx4_"					\
3776e4cd31ddSJeff Roberson	compile-with "${OFED_C_NOIMP} -I$S/ofed/drivers/net/mlx4/"
3777e4cd31ddSJeff Robersonofed/drivers/net/mlx4/main.c			optional mlx4ib | mlxen	\
3778e4cd31ddSJeff Roberson	no-depend obj-prefix "mlx4_"					\
3779e4cd31ddSJeff Roberson	compile-with "${OFED_C_NOIMP} -I$S/ofed/drivers/net/mlx4/"
3780e4cd31ddSJeff Robersonofed/drivers/net/mlx4/mcg.c			optional mlx4ib | mlxen	\
3781e4cd31ddSJeff Roberson	no-depend obj-prefix "mlx4_"					\
37822a987425SDimitry Andric	compile-with "${OFED_C_NOIMP} -I$S/ofed/drivers/net/mlx4/ -Wno-unused"
3783e4cd31ddSJeff Robersonofed/drivers/net/mlx4/mr.c			optional mlx4ib | mlxen	\
3784e4cd31ddSJeff Roberson	no-depend obj-prefix "mlx4_"					\
3785e4cd31ddSJeff Roberson	compile-with "${OFED_C_NOIMP} -I$S/ofed/drivers/net/mlx4/"
3786e4cd31ddSJeff Robersonofed/drivers/net/mlx4/pd.c			optional mlx4ib | mlxen	\
3787e4cd31ddSJeff Roberson	no-depend obj-prefix "mlx4_"					\
3788e4cd31ddSJeff Roberson	compile-with "${OFED_C_NOIMP} -I$S/ofed/drivers/net/mlx4/"
3789e4cd31ddSJeff Robersonofed/drivers/net/mlx4/port.c			optional mlx4ib | mlxen	\
3790e4cd31ddSJeff Roberson	no-depend obj-prefix "mlx4_"					\
3791e4cd31ddSJeff Roberson	compile-with "${OFED_C_NOIMP} -I$S/ofed/drivers/net/mlx4/"
3792e4cd31ddSJeff Robersonofed/drivers/net/mlx4/profile.c			optional mlx4ib | mlxen	\
3793e4cd31ddSJeff Roberson	no-depend obj-prefix "mlx4_"					\
3794e4cd31ddSJeff Roberson	compile-with "${OFED_C_NOIMP} -I$S/ofed/drivers/net/mlx4/"
3795e4cd31ddSJeff Robersonofed/drivers/net/mlx4/qp.c			optional mlx4ib | mlxen	\
3796e4cd31ddSJeff Roberson	no-depend obj-prefix "mlx4_"					\
3797e4cd31ddSJeff Roberson	compile-with "${OFED_C_NOIMP} -I$S/ofed/drivers/net/mlx4/"
3798e4cd31ddSJeff Robersonofed/drivers/net/mlx4/reset.c			optional mlx4ib | mlxen	\
3799e4cd31ddSJeff Roberson	no-depend obj-prefix "mlx4_"					\
3800e4cd31ddSJeff Roberson	compile-with "${OFED_C_NOIMP} -I$S/ofed/drivers/net/mlx4/"
3801e4cd31ddSJeff Robersonofed/drivers/net/mlx4/sense.c			optional mlx4ib | mlxen	\
3802e4cd31ddSJeff Roberson	no-depend obj-prefix "mlx4_"					\
3803e4cd31ddSJeff Roberson	compile-with "${OFED_C_NOIMP} -I$S/ofed/drivers/net/mlx4/"
3804e4cd31ddSJeff Robersonofed/drivers/net/mlx4/srq.c			optional mlx4ib | mlxen	\
3805e4cd31ddSJeff Roberson	no-depend obj-prefix "mlx4_"					\
3806e4cd31ddSJeff Roberson	compile-with "${OFED_C_NOIMP} -I$S/ofed/drivers/net/mlx4/"
3807c9f432b7SAlfred Perlsteinofed/drivers/net/mlx4/resource_tracker.c        optional mlx4ib | mlxen	\
3808c9f432b7SAlfred Perlstein	no-depend obj-prefix "mlx4_"					\
3809c9f432b7SAlfred Perlstein	compile-with "${OFED_C_NOIMP} -I$S/ofed/drivers/net/mlx4/"
3810c9f432b7SAlfred Perlsteinofed/drivers/net/mlx4/sys_tune.c		optional mlx4ib | mlxen	\
3811e4cd31ddSJeff Roberson	no-depend obj-prefix "mlx4_"					\
3812e4cd31ddSJeff Roberson	compile-with "${OFED_C_NOIMP} -I$S/ofed/drivers/net/mlx4/"
3813e4cd31ddSJeff Roberson
3814e4cd31ddSJeff Robersonofed/drivers/net/mlx4/en_cq.c			optional mlxen		\
3815e4cd31ddSJeff Roberson	no-depend obj-prefix "mlx4_"					\
3816e4cd31ddSJeff Roberson	compile-with "${OFED_C_NOIMP} -I$S/ofed/drivers/net/mlx4/"
3817f02f7422SHans Petter Selaskyofed/drivers/net/mlx4/utils.c			optional mlxen		\
3818e4cd31ddSJeff Roberson	no-depend obj-prefix "mlx4_"					\
3819e4cd31ddSJeff Roberson	compile-with "${OFED_C_NOIMP} -I$S/ofed/drivers/net/mlx4/"
3820e4cd31ddSJeff Robersonofed/drivers/net/mlx4/en_main.c			optional mlxen		\
3821e4cd31ddSJeff Roberson	no-depend obj-prefix "mlx4_"					\
3822e4cd31ddSJeff Roberson	compile-with "${OFED_C_NOIMP} -I$S/ofed/drivers/net/mlx4/"
3823e4cd31ddSJeff Robersonofed/drivers/net/mlx4/en_netdev.c		optional mlxen		\
3824e4cd31ddSJeff Roberson	no-depend obj-prefix "mlx4_"					\
3825e4cd31ddSJeff Roberson	compile-with "${OFED_C_NOIMP} -I$S/ofed/drivers/net/mlx4/"
3826e4cd31ddSJeff Robersonofed/drivers/net/mlx4/en_port.c			optional mlxen		\
3827e4cd31ddSJeff Roberson	no-depend obj-prefix "mlx4_"					\
3828e4cd31ddSJeff Roberson	compile-with "${OFED_C_NOIMP} -I$S/ofed/drivers/net/mlx4/"
3829e4cd31ddSJeff Robersonofed/drivers/net/mlx4/en_resources.c		optional mlxen		\
3830e4cd31ddSJeff Roberson	no-depend obj-prefix "mlx4_"					\
3831e4cd31ddSJeff Roberson	compile-with "${OFED_C_NOIMP} -I$S/ofed/drivers/net/mlx4/"
3832e4cd31ddSJeff Robersonofed/drivers/net/mlx4/en_rx.c			optional mlxen		\
3833e4cd31ddSJeff Roberson	no-depend obj-prefix "mlx4_"					\
3834e4cd31ddSJeff Roberson	compile-with "${OFED_C_NOIMP} -I$S/ofed/drivers/net/mlx4/"
3835e4cd31ddSJeff Robersonofed/drivers/net/mlx4/en_tx.c			optional mlxen		\
3836e4cd31ddSJeff Roberson	no-depend obj-prefix "mlx4_"					\
3837e4cd31ddSJeff Roberson	compile-with "${OFED_C_NOIMP} -I$S/ofed/drivers/net/mlx4/"
3838e4cd31ddSJeff Roberson
3839e4cd31ddSJeff Robersonofed/drivers/infiniband/hw/mthca/mthca_allocator.c	optional mthca	\
3840e4a06afeSJeff Roberson	no-depend compile-with "${OFED_C}"
3841e4cd31ddSJeff Robersonofed/drivers/infiniband/hw/mthca/mthca_av.c		optional mthca	\
3842e4a06afeSJeff Roberson	no-depend compile-with "${OFED_C}"
3843e4cd31ddSJeff Robersonofed/drivers/infiniband/hw/mthca/mthca_catas.c		optional mthca	\
3844e4a06afeSJeff Roberson	no-depend compile-with "${OFED_C}"
3845e4cd31ddSJeff Robersonofed/drivers/infiniband/hw/mthca/mthca_cmd.c		optional mthca	\
3846e4a06afeSJeff Roberson	no-depend compile-with "${OFED_C}"
3847e4cd31ddSJeff Robersonofed/drivers/infiniband/hw/mthca/mthca_cq.c		optional mthca	\
3848e4a06afeSJeff Roberson	no-depend compile-with "${OFED_C}"
3849e4cd31ddSJeff Robersonofed/drivers/infiniband/hw/mthca/mthca_eq.c		optional mthca	\
3850e4a06afeSJeff Roberson	no-depend compile-with "${OFED_C}"
3851e4cd31ddSJeff Robersonofed/drivers/infiniband/hw/mthca/mthca_mad.c		optional mthca	\
3852e4a06afeSJeff Roberson	no-depend compile-with "${OFED_C}"
3853e4cd31ddSJeff Robersonofed/drivers/infiniband/hw/mthca/mthca_main.c		optional mthca	\
3854e4a06afeSJeff Roberson	no-depend compile-with "${OFED_C}"
3855e4cd31ddSJeff Robersonofed/drivers/infiniband/hw/mthca/mthca_mcg.c		optional mthca	\
3856e4a06afeSJeff Roberson	no-depend compile-with "${OFED_C}"
3857e4cd31ddSJeff Robersonofed/drivers/infiniband/hw/mthca/mthca_memfree.c	optional mthca	\
3858e4a06afeSJeff Roberson	no-depend compile-with "${OFED_C}"
3859e4cd31ddSJeff Robersonofed/drivers/infiniband/hw/mthca/mthca_mr.c		optional mthca	\
3860e4a06afeSJeff Roberson	no-depend compile-with "${OFED_C}"
3861e4cd31ddSJeff Robersonofed/drivers/infiniband/hw/mthca/mthca_pd.c		optional mthca	\
3862e4a06afeSJeff Roberson	no-depend compile-with "${OFED_C}"
3863e4cd31ddSJeff Robersonofed/drivers/infiniband/hw/mthca/mthca_profile.c	optional mthca	\
3864e4a06afeSJeff Roberson	no-depend compile-with "${OFED_C}"
3865e4cd31ddSJeff Robersonofed/drivers/infiniband/hw/mthca/mthca_provider.c	optional mthca	\
3866e4a06afeSJeff Roberson	no-depend compile-with "${OFED_C}"
3867e4cd31ddSJeff Robersonofed/drivers/infiniband/hw/mthca/mthca_qp.c		optional mthca	\
3868e4a06afeSJeff Roberson	no-depend compile-with "${OFED_C}"
3869e4cd31ddSJeff Robersonofed/drivers/infiniband/hw/mthca/mthca_reset.c		optional mthca	\
3870e4a06afeSJeff Roberson	no-depend compile-with "${OFED_C}"
3871e4cd31ddSJeff Robersonofed/drivers/infiniband/hw/mthca/mthca_srq.c		optional mthca	\
3872e4a06afeSJeff Roberson	no-depend compile-with "${OFED_C}"
3873e4cd31ddSJeff Robersonofed/drivers/infiniband/hw/mthca/mthca_uar.c		optional mthca	\
3874e4a06afeSJeff Roberson	no-depend compile-with "${OFED_C}"
3875e4cd31ddSJeff Roberson
38768b7ce2ffSSam Leffler# crypto support
3877b2630c29SGeorge V. Neville-Neilopencrypto/cast.c		optional crypto | ipsec
38788b7ce2ffSSam Leffleropencrypto/criov.c		optional crypto
38798b7ce2ffSSam Leffleropencrypto/crypto.c		optional crypto
38808b7ce2ffSSam Leffleropencrypto/cryptodev.c		optional cryptodev
38816810ad6fSSam Leffleropencrypto/cryptodev_if.m	optional crypto
38828b7ce2ffSSam Leffleropencrypto/cryptosoft.c		optional crypto
3883f5fdfd5dSPeter Wemmopencrypto/cryptodeflate.c	optional crypto
3884*08fca7a5SJohn-Mark Gurneyopencrypto/gmac.c		optional crypto
3885*08fca7a5SJohn-Mark Gurneyopencrypto/gfmult.c		optional crypto
3886a8e06f2aSRuslan Ermilovopencrypto/rmd160.c		optional crypto | ipsec
38878b7ce2ffSSam Leffleropencrypto/skipjack.c		optional crypto
38888b7ce2ffSSam Leffleropencrypto/xform.c		optional crypto
3889bcbdacddSRick Macklemrpc/auth_none.c			optional krpc | nfslockd | nfsclient | nfsserver | nfscl | nfsd
3890bcbdacddSRick Macklemrpc/auth_unix.c			optional krpc | nfslockd | nfsclient | nfscl | nfsd
3891bcbdacddSRick Macklemrpc/authunix_prot.c		optional krpc | nfslockd | nfsclient | nfsserver | nfscl | nfsd
3892c59e4cc3SRick Macklemrpc/clnt_bck.c			optional krpc | nfslockd | nfsserver | nfscl | nfsd
3893bcbdacddSRick Macklemrpc/clnt_dg.c			optional krpc | nfslockd | nfsclient | nfscl | nfsd
3894bcbdacddSRick Macklemrpc/clnt_rc.c			optional krpc | nfslockd | nfsclient | nfscl | nfsd
3895bcbdacddSRick Macklemrpc/clnt_vc.c			optional krpc | nfslockd | nfsclient | nfsserver | nfscl | nfsd
3896bcbdacddSRick Macklemrpc/getnetconfig.c		optional krpc | nfslockd | nfsclient | nfsserver | nfscl | nfsd
38973254bef2SOlivier Houchardrpc/replay.c			optional krpc | nfslockd | nfsclient | nfsserver | nfscl | nfsd
3898bcbdacddSRick Macklemrpc/rpc_callmsg.c		optional krpc | nfslockd | nfsclient | nfsserver | nfscl | nfsd
3899bcbdacddSRick Macklemrpc/rpc_generic.c		optional krpc | nfslockd | nfsclient | nfsserver | nfscl | nfsd
3900bcbdacddSRick Macklemrpc/rpc_prot.c			optional krpc | nfslockd | nfsclient | nfsserver | nfscl | nfsd
3901bcbdacddSRick Macklemrpc/rpcb_clnt.c			optional krpc | nfslockd | nfsclient | nfsserver | nfscl | nfsd
3902bcbdacddSRick Macklemrpc/rpcb_prot.c			optional krpc | nfslockd | nfsclient | nfsserver | nfscl | nfsd
39033254bef2SOlivier Houchardrpc/svc.c			optional krpc | nfslockd | nfsclient | nfsserver | nfscl | nfsd
39043254bef2SOlivier Houchardrpc/svc_auth.c			optional krpc | nfslockd | nfsclient | nfsserver | nfscl | nfsd
39053254bef2SOlivier Houchardrpc/svc_auth_unix.c		optional krpc | nfslockd | nfsclient | nfsserver | nfscl | nfsd
3906bcbdacddSRick Macklemrpc/svc_dg.c			optional krpc | nfslockd | nfsserver | nfscl | nfsd
3907bcbdacddSRick Macklemrpc/svc_generic.c		optional krpc | nfslockd | nfsserver | nfscl | nfsd
3908bcbdacddSRick Macklemrpc/svc_vc.c			optional krpc | nfslockd | nfsserver | nfscl | nfsd
3909bcbdacddSRick Macklemrpc/rpcsec_gss/rpcsec_gss.c	optional krpc kgssapi | nfslockd kgssapi | nfscl kgssapi | nfsd kgssapi
3910bcbdacddSRick Macklemrpc/rpcsec_gss/rpcsec_gss_conf.c optional krpc kgssapi | nfslockd kgssapi | nfscl kgssapi | nfsd kgssapi
3911bcbdacddSRick Macklemrpc/rpcsec_gss/rpcsec_gss_misc.c optional krpc kgssapi | nfslockd kgssapi | nfscl kgssapi | nfsd kgssapi
3912bcbdacddSRick Macklemrpc/rpcsec_gss/rpcsec_gss_prot.c optional krpc kgssapi | nfslockd kgssapi | nfscl kgssapi | nfsd kgssapi
3913bcbdacddSRick Macklemrpc/rpcsec_gss/svc_rpcsec_gss.c	optional krpc kgssapi | nfslockd kgssapi | nfscl kgssapi | nfsd kgssapi
391407881ef9SRobert Watsonsecurity/audit/audit.c		optional audit
3915c9d97251SRobert Watsonsecurity/audit/audit_arg.c	optional audit
391607881ef9SRobert Watsonsecurity/audit/audit_bsm.c	optional audit
391707881ef9SRobert Watsonsecurity/audit/audit_bsm_klib.c	optional audit
391809daf1c8SRobert Watsonsecurity/audit/audit_pipe.c	optional audit
3919c9d97251SRobert Watsonsecurity/audit/audit_syscalls.c	standard
3920c9d97251SRobert Watsonsecurity/audit/audit_trigger.c	optional audit
392108e57af4SRobert Watsonsecurity/audit/audit_worker.c	optional audit
39226f1cbda7SRobert Watsonsecurity/audit/bsm_domain.c	optional audit
39236f1cbda7SRobert Watsonsecurity/audit/bsm_errno.c	optional audit
39246f1cbda7SRobert Watsonsecurity/audit/bsm_fcntl.c	optional audit
39256f1cbda7SRobert Watsonsecurity/audit/bsm_socket_type.c	optional audit
39266f1cbda7SRobert Watsonsecurity/audit/bsm_token.c	optional audit
392718717f69SRobert Watsonsecurity/mac/mac_audit.c	optional mac audit
3928564f8f0fSRobert Watsonsecurity/mac/mac_cred.c		optional mac
3929224a974bSRobert Watsonsecurity/mac/mac_framework.c	optional mac
3930c3371854SBjoern A. Zeebsecurity/mac/mac_inet.c		optional mac inet | mac inet6
3931b9b0dac3SRobert Watsonsecurity/mac/mac_inet6.c	optional mac inet6
3932eca8a663SRobert Watsonsecurity/mac/mac_label.c	optional mac
39335d79de44SRobert Watsonsecurity/mac/mac_net.c		optional mac
39345d79de44SRobert Watsonsecurity/mac/mac_pipe.c		optional mac
393552648411SRobert Watsonsecurity/mac/mac_posix_sem.c	optional mac
39368e38aeffSJohn Baldwinsecurity/mac/mac_posix_shm.c	optional mac
3937800c9408SRobert Watsonsecurity/mac/mac_priv.c		optional mac
39385d79de44SRobert Watsonsecurity/mac/mac_process.c	optional mac
3939c66b4d8dSRobert Watsonsecurity/mac/mac_socket.c	optional mac
3940224a974bSRobert Watsonsecurity/mac/mac_syscalls.c	standard
39415d79de44SRobert Watsonsecurity/mac/mac_system.c	optional mac
39421fbf6dc5SRobert Watsonsecurity/mac/mac_sysv_msg.c	optional mac
39431fbf6dc5SRobert Watsonsecurity/mac/mac_sysv_sem.c	optional mac
39441fbf6dc5SRobert Watsonsecurity/mac/mac_sysv_shm.c	optional mac
39455d79de44SRobert Watsonsecurity/mac/mac_vfs.c		optional mac
3946eae2f20cSRobert Watsonsecurity/mac_biba/mac_biba.c	optional mac_biba
3947eae2f20cSRobert Watsonsecurity/mac_bsdextended/mac_bsdextended.c	optional mac_bsdextended
3948d90e0bbeSBjoern A. Zeebsecurity/mac_bsdextended/ugidfw_system.c	optional mac_bsdextended
3949d90e0bbeSBjoern A. Zeebsecurity/mac_bsdextended/ugidfw_vnode.c		optional mac_bsdextended
3950eae2f20cSRobert Watsonsecurity/mac_ifoff/mac_ifoff.c	optional mac_ifoff
3951c4725737SRobert Watsonsecurity/mac_lomac/mac_lomac.c	optional mac_lomac
3952eae2f20cSRobert Watsonsecurity/mac_mls/mac_mls.c	optional mac_mls
39531dbad969SRobert Watsonsecurity/mac_none/mac_none.c	optional mac_none
3954eae2f20cSRobert Watsonsecurity/mac_partition/mac_partition.c optional mac_partition
395503d03162SRobert Watsonsecurity/mac_portacl/mac_portacl.c optional mac_portacl
3956eae2f20cSRobert Watsonsecurity/mac_seeotheruids/mac_seeotheruids.c optional mac_seeotheruids
3957782f7255SRobert Watsonsecurity/mac_stub/mac_stub.c	optional mac_stub
3958eae2f20cSRobert Watsonsecurity/mac_test/mac_test.c	optional mac_test
395927cf7d04SAleksandr Rybalkoteken/teken.c			optional sc | vt
3960df8bae1dSRodney W. Grimesufs/ffs/ffs_alloc.c		optional ffs
3961df8bae1dSRodney W. Grimesufs/ffs/ffs_balloc.c		optional ffs
3962df8bae1dSRodney W. Grimesufs/ffs/ffs_inode.c		optional ffs
3963f2a2857bSKirk McKusickufs/ffs/ffs_snapshot.c		optional ffs
39641121c394SPoul-Henning Kampufs/ffs/ffs_softdep.c		optional ffs
3965df8bae1dSRodney W. Grimesufs/ffs/ffs_subr.c		optional ffs
3966df8bae1dSRodney W. Grimesufs/ffs/ffs_tables.c		optional ffs
3967df8bae1dSRodney W. Grimesufs/ffs/ffs_vfsops.c		optional ffs
3968df8bae1dSRodney W. Grimesufs/ffs/ffs_vnops.c		optional ffs
396923f6698fSKonstantin Belousovufs/ffs/ffs_rawread.c		optional ffs directio
39701848286aSEdward Tomasz Napieralaufs/ffs/ffs_suspend.c		optional ffs
39712c17cf2dSPeter Wemmufs/ufs/ufs_acl.c		optional ffs
39722c17cf2dSPeter Wemmufs/ufs/ufs_bmap.c		optional ffs
39732c17cf2dSPeter Wemmufs/ufs/ufs_dirhash.c		optional ffs
39742c17cf2dSPeter Wemmufs/ufs/ufs_extattr.c		optional ffs
3975e0a770a0SRoman Divackyufs/ufs/ufs_gjournal.c		optional ffs UFS_GJOURNAL
39762c17cf2dSPeter Wemmufs/ufs/ufs_inode.c		optional ffs
39772c17cf2dSPeter Wemmufs/ufs/ufs_lookup.c		optional ffs
39782c17cf2dSPeter Wemmufs/ufs/ufs_quota.c		optional ffs
39792c17cf2dSPeter Wemmufs/ufs/ufs_vfsops.c		optional ffs
39802c17cf2dSPeter Wemmufs/ufs/ufs_vnops.c		optional ffs
398124a1cce3SDavid Greenmanvm/default_pager.c		standard
398226f9a767SRodney W. Grimesvm/device_pager.c		standard
398324964514SPeter Wemmvm/phys_pager.c			standard
3984847a2a17SPawel Jakub Dawidekvm/redzone.c			optional DEBUG_REDZONE
398501381811SJohn Baldwinvm/sg_pager.c			standard
398626f9a767SRodney W. Grimesvm/swap_pager.c			standard
39872948a1cbSWarner Loshvm/uma_core.c			standard
39882948a1cbSWarner Loshvm/uma_dbg.c			standard
3989e4eb384bSBosko Milekicvm/memguard.c			optional DEBUG_MEMGUARD
3990df8bae1dSRodney W. Grimesvm/vm_fault.c			standard
3991df8bae1dSRodney W. Grimesvm/vm_glue.c			standard
3992df8bae1dSRodney W. Grimesvm/vm_init.c			standard
3993df8bae1dSRodney W. Grimesvm/vm_kern.c			standard
3994df8bae1dSRodney W. Grimesvm/vm_map.c			standard
3995df8bae1dSRodney W. Grimesvm/vm_meter.c			standard
3996df8bae1dSRodney W. Grimesvm/vm_mmap.c			standard
3997df8bae1dSRodney W. Grimesvm/vm_object.c			standard
3998df8bae1dSRodney W. Grimesvm/vm_page.c			standard
3999df8bae1dSRodney W. Grimesvm/vm_pageout.c			standard
4000df8bae1dSRodney W. Grimesvm/vm_pager.c			standard
40012446e4f0SAlan Coxvm/vm_phys.c			standard
4002774d251dSAttilio Raovm/vm_radix.c			standard
4003f8a47341SAlan Coxvm/vm_reserv.c			standard
4004df8bae1dSRodney W. Grimesvm/vm_unix.c			standard
40052948a1cbSWarner Loshvm/vm_zeroidle.c		standard
400683f7669eSBruce Evansvm/vnode_pager.c		standard
400712678024SDoug Rabsonxen/features.c			optional xen | xenhvm
400812678024SDoug Rabsonxen/xenbus/xenbus_if.m		optional xen | xenhvm
4009ff662b5cSJustin T. Gibbsxen/xenbus/xenbus.c		optional xen | xenhvm
4010ff662b5cSJustin T. Gibbsxen/xenbus/xenbusb_if.m		optional xen | xenhvm
4011ff662b5cSJustin T. Gibbsxen/xenbus/xenbusb.c		optional xen | xenhvm
4012ff662b5cSJustin T. Gibbsxen/xenbus/xenbusb_front.c	optional xen | xenhvm
4013ff662b5cSJustin T. Gibbsxen/xenbus/xenbusb_back.c	optional xen | xenhvm
4014a3028286SWarner Loshxdr/xdr.c			optional krpc | nfslockd | nfsclient | nfsserver | nfscl | nfsd
4015a3028286SWarner Loshxdr/xdr_array.c			optional krpc | nfslockd | nfsclient | nfsserver | nfscl | nfsd
4016a3028286SWarner Loshxdr/xdr_mbuf.c			optional krpc | nfslockd | nfsclient | nfsserver | nfscl | nfsd
4017a3028286SWarner Loshxdr/xdr_mem.c			optional krpc | nfslockd | nfsclient | nfsserver | nfscl | nfsd
4018a3028286SWarner Loshxdr/xdr_reference.c		optional krpc | nfslockd | nfsclient | nfsserver | nfscl | nfsd
4019a3028286SWarner Loshxdr/xdr_sizeof.c		optional krpc | nfslockd | nfsclient | nfsserver | nfscl | nfsd
4020