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