1# $FreeBSD: src/sys/conf/files,v 1.340.2.137 2003/06/04 17:10:30 sam Exp $ 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" 12feeder_eq_gen.h optional sound \ 13 dependency "$S/tools/sound/feeder_eq_mkfilter.awk" \ 14 compile-with "${AWK} -f $S/tools/sound/feeder_eq_mkfilter.awk -- ${FEEDER_EQ_PRESETS} > feeder_eq_gen.h" \ 15 no-obj no-implicit-rule before-depend \ 16 clean "feeder_eq_gen.h" 17feeder_rate_gen.h optional sound \ 18 dependency "$S/tools/sound/feeder_rate_mkfilter.awk" \ 19 compile-with "${AWK} -f $S/tools/sound/feeder_rate_mkfilter.awk -- ${FEEDER_RATE_PRESETS} > feeder_rate_gen.h" \ 20 no-obj no-implicit-rule before-depend \ 21 clean "feeder_rate_gen.h" 22snd_fxdiv_gen.h optional sound \ 23 dependency "$S/tools/sound/snd_fxdiv_gen.awk" \ 24 compile-with "${AWK} -f $S/tools/sound/snd_fxdiv_gen.awk -- > snd_fxdiv_gen.h" \ 25 no-obj no-implicit-rule before-depend \ 26 clean "snd_fxdiv_gen.h" 27kern/cpu_if.m standard 28kern/device_if.m standard 29kern/bus_if.m standard 30bus/cam/cam.c optional scbus 31bus/cam/cam_xpt.c optional scbus 32bus/cam/cam_extend.c optional scbus 33bus/cam/cam_queue.c optional scbus 34bus/cam/cam_periph.c optional scbus 35bus/cam/cam_sim.c optional scbus 36bus/cam/scsi/scsi_all.c optional scbus 37bus/cam/scsi/scsi_da.c optional da 38bus/cam/scsi/scsi_pt.c optional pt 39bus/cam/scsi/scsi_sa.c optional sa 40bus/cam/scsi/scsi_cd.c optional cd 41bus/cam/scsi/scsi_ch.c optional ch 42bus/cam/scsi/scsi_pass.c optional pass 43bus/cam/scsi/scsi_ses.c optional ses 44bus/cam/scsi/scsi_sg.c optional sg 45bus/cam/scsi/scsi_target.c optional targ 46bus/cam/scsi/scsi_targ_bh.c optional targbh 47 48dev/disk/dm/device-mapper.c optional dm 49dev/disk/dm/dm_dev.c optional dm 50dev/disk/dm/dm_ioctl.c optional dm 51dev/disk/dm/dm_pdev.c optional dm 52dev/disk/dm/dm_table.c optional dm 53dev/disk/dm/dm_target.c optional dm 54dev/disk/dm/dm_target_error.c optional dm 55dev/disk/dm/dm_target_zero.c optional dm 56dev/disk/dm/crypt/dm_target_crypt.c optional dm_target_crypt 57dev/disk/dm/linear/dm_target_linear.c optional dm_target_linear 58dev/disk/dm/striped/dm_target_striped.c optional dm_target_striped 59dev/disk/dm/delay/dm_target_delay.c optional dm_target_delay 60dev/disk/dm/flakey/dm_target_flakey.c optional dm_target_flakey 61 62dev/disk/iscsi/initiator/isc_cam.c optional iscsi_initiator scbus 63dev/disk/iscsi/initiator/isc_sm.c optional iscsi_initiator scbus 64dev/disk/iscsi/initiator/isc_soc.c optional iscsi_initiator scbus 65dev/disk/iscsi/initiator/isc_subr.c optional iscsi_initiator scbus 66dev/disk/iscsi/initiator/iscsi.c optional iscsi_initiator scbus 67dev/disk/iscsi/initiator/iscsi_subr.c optional iscsi_initiator scbus 68 69crypto/sha1.c optional carp 70ddb/db_access.c optional ddb 71ddb/db_kld.c optional ddb 72ddb/db_break.c optional ddb 73ddb/db_command.c optional ddb 74ddb/db_examine.c optional ddb 75ddb/db_expr.c optional ddb 76ddb/db_input.c optional ddb 77ddb/db_lex.c optional ddb 78ddb/db_output.c optional ddb 79ddb/db_print.c optional ddb 80ddb/db_ps.c optional ddb 81ddb/db_run.c optional ddb 82ddb/db_sym.c optional ddb 83ddb/db_sysctl.c optional ddb 84ddb/db_trap.c optional ddb 85ddb/db_variables.c optional ddb 86ddb/db_watch.c optional ddb 87ddb/db_write_cmd.c optional ddb 88dev/raid/aac/aac.c optional aac 89dev/raid/aac/aac_cam.c optional aacp aac 90dev/raid/aac/aac_debug.c optional aac 91dev/raid/aac/aac_disk.c optional aac 92dev/raid/aac/aac_pci.c optional aac pci 93dev/raid/arcmsr/arcmsr.c optional arcmsr pci 94 95dev/disk/fd/fd.c optional fd 96dev/disk/fd/fd_pccard.c optional fd pccard 97 98dev/pccard/pccbb/pccbb.c optional cbb 99dev/pccard/pccbb/pccbb_isa.c optional cbb isa 100dev/pccard/pccbb/pccbb_pci.c optional cbb pci 101dev/pccard/cardbus/cardbus.c optional cardbus 102dev/pccard/cardbus/cardbus_cis.c optional cardbus 103dev/pccard/exca/exca.c optional cbb 104 105dev/disk/advansys/adv_pci.c optional adv pci 106dev/disk/advansys/advansys.c optional adv 107dev/disk/advansys/advlib.c optional adv 108dev/disk/advansys/advmcode.c optional adv 109dev/disk/advansys/adw_pci.c optional adw pci 110dev/disk/advansys/adwcam.c optional adw 111dev/disk/advansys/adwlib.c optional adw 112dev/disk/advansys/adwmcode.c optional adw 113dev/netif/ae/if_ae.c optional ae 114dev/netif/age/if_age.c optional age 115dev/raid/asr/asr.c optional asr pci 116dev/disk/ahci/ahci.c optional ahci 117dev/disk/ahci/ahci_dragonfly.c optional ahci 118dev/disk/ahci/ahci_attach.c optional ahci 119dev/disk/ahci/ahci_cam.c optional ahci 120dev/disk/ahci/ahci_pm.c optional ahci 121dev/disk/sili/sili.c optional sili 122dev/disk/sili/sili_dragonfly.c optional sili 123dev/disk/sili/sili_attach.c optional sili 124dev/disk/sili/sili_cam.c optional sili 125dev/disk/sili/sili_pm.c optional sili 126dev/disk/nvme/nvme.c optional nvme 127dev/disk/nvme/nvme_dragonfly.c optional nvme 128dev/disk/nvme/nvme_attach.c optional nvme 129dev/disk/nvme/nvme_admin.c optional nvme 130dev/disk/nvme/nvme_disk.c optional nvme 131dev/disk/nvme/nvme_ioctl.c optional nvme 132dev/disk/xdisk/xdisk.c optional xdisk 133dev/disk/nata/ata_if.m optional nata 134dev/disk/nata/ata-all.c optional nata 135dev/disk/nata/ata-card.c optional nata pccard 136dev/disk/nata/ata-chipset.c optional nata pci 137dev/disk/nata/ata-disk.c optional natadisk 138dev/disk/nata/ata-dma.c optional nata pci 139dev/disk/nata/ata-isa.c optional nata isa 140dev/disk/nata/ata-lowlevel.c optional nata 141dev/disk/nata/ata-pci.c optional nata pci 142dev/disk/nata/ata-queue.c optional nata 143dev/disk/nata/ata-raid.c optional nataraid 144dev/disk/nata/ata-sata.c optional nata pci 145dev/disk/nata/atapi-cam.c optional natapicam 146dev/disk/nata/atapi-cd.c optional natapicd 147dev/disk/nata/atapi-fd.c optional natapifd 148dev/disk/nata/atapi-tape.c optional natapist 149dev/raid/amr/amr.c optional amr 150dev/raid/amr/amr_cam.c optional amrp amr 151dev/raid/amr/amr_disk.c optional amr 152dev/raid/amr/amr_pci.c optional amr pci 153dev/netif/ath/ath_hal/ah_osdep.c optional ath_hal 154dev/netif/ath/ath_hal/ah.c optional ath_hal 155dev/netif/ath/ath_hal/ah_eeprom_v1.c optional ath_hal 156dev/netif/ath/ath_hal/ah_eeprom_v14.c optional ath_hal 157dev/netif/ath/ath_hal/ah_eeprom_v3.c optional ath_hal 158dev/netif/ath/ath_hal/ah_eeprom_v4k.c optional ath_hal 159dev/netif/ath/ath_hal/ah_eeprom_9287.c optional ath_hal 160dev/netif/ath/ath_hal/ah_regdomain.c optional ath_hal 161dev/netif/ath/ath_hal/ar5210/ar5210_attach.c optional ath_hal 162dev/netif/ath/ath_hal/ar5210/ar5210_beacon.c optional ath_hal 163dev/netif/ath/ath_hal/ar5210/ar5210_interrupts.c optional ath_hal 164dev/netif/ath/ath_hal/ar5210/ar5210_keycache.c optional ath_hal 165dev/netif/ath/ath_hal/ar5210/ar5210_misc.c optional ath_hal 166dev/netif/ath/ath_hal/ar5210/ar5210_phy.c optional ath_hal 167dev/netif/ath/ath_hal/ar5210/ar5210_power.c optional ath_hal 168dev/netif/ath/ath_hal/ar5210/ar5210_recv.c optional ath_hal 169dev/netif/ath/ath_hal/ar5210/ar5210_reset.c optional ath_hal 170dev/netif/ath/ath_hal/ar5210/ar5210_xmit.c optional ath_hal 171dev/netif/ath/ath_hal/ar5211/ar5211_attach.c optional ath_hal 172dev/netif/ath/ath_hal/ar5211/ar5211_beacon.c optional ath_hal 173dev/netif/ath/ath_hal/ar5211/ar5211_interrupts.c optional ath_hal 174dev/netif/ath/ath_hal/ar5211/ar5211_keycache.c optional ath_hal 175dev/netif/ath/ath_hal/ar5211/ar5211_misc.c optional ath_hal 176dev/netif/ath/ath_hal/ar5211/ar5211_phy.c optional ath_hal 177dev/netif/ath/ath_hal/ar5211/ar5211_power.c optional ath_hal 178dev/netif/ath/ath_hal/ar5211/ar5211_recv.c optional ath_hal 179dev/netif/ath/ath_hal/ar5211/ar5211_reset.c optional ath_hal 180dev/netif/ath/ath_hal/ar5211/ar5211_xmit.c optional ath_hal 181dev/netif/ath/ath_hal/ar5212/ar2413.c optional ath_hal 182dev/netif/ath/ath_hal/ar5212/ar2425.c optional ath_hal 183dev/netif/ath/ath_hal/ar5212/ar5111.c optional ath_hal 184dev/netif/ath/ath_hal/ar5212/ar5112.c optional ath_hal 185dev/netif/ath/ath_hal/ar5212/ar5212_ani.c optional ath_hal 186dev/netif/ath/ath_hal/ar5212/ar5212_attach.c optional ath_hal 187dev/netif/ath/ath_hal/ar5212/ar5212_beacon.c optional ath_hal 188dev/netif/ath/ath_hal/ar5212/ar5212_eeprom.c optional ath_hal 189dev/netif/ath/ath_hal/ar5212/ar5212_gpio.c optional ath_hal 190dev/netif/ath/ath_hal/ar5212/ar5212_interrupts.c optional ath_hal 191dev/netif/ath/ath_hal/ar5212/ar5212_keycache.c optional ath_hal 192dev/netif/ath/ath_hal/ar5212/ar5212_misc.c optional ath_hal 193dev/netif/ath/ath_hal/ar5212/ar5212_phy.c optional ath_hal 194dev/netif/ath/ath_hal/ar5212/ar5212_power.c optional ath_hal 195dev/netif/ath/ath_hal/ar5212/ar5212_recv.c optional ath_hal 196dev/netif/ath/ath_hal/ar5212/ar5212_reset.c optional ath_hal 197dev/netif/ath/ath_hal/ar5212/ar5212_rfgain.c optional ath_hal 198dev/netif/ath/ath_hal/ar5212/ar5212_xmit.c optional ath_hal 199dev/netif/ath/ath_hal/ar5212/ar5413.c optional ath_hal 200dev/netif/ath/ath_hal/ar5416/ar2133.c optional ath_hal 201dev/netif/ath/ath_hal/ar5416/ar5416_ani.c optional ath_hal 202dev/netif/ath/ath_hal/ar5416/ar5416_attach.c optional ath_hal 203dev/netif/ath/ath_hal/ar5416/ar5416_beacon.c optional ath_hal 204dev/netif/ath/ath_hal/ar5416/ar5416_btcoex.c optional ath_hal 205dev/netif/ath/ath_hal/ar5416/ar5416_cal.c optional ath_hal 206dev/netif/ath/ath_hal/ar5416/ar5416_cal_adcdc.c optional ath_hal 207dev/netif/ath/ath_hal/ar5416/ar5416_cal_adcgain.c optional ath_hal 208dev/netif/ath/ath_hal/ar5416/ar5416_cal_iq.c optional ath_hal 209dev/netif/ath/ath_hal/ar5416/ar5416_eeprom.c optional ath_hal 210dev/netif/ath/ath_hal/ar5416/ar5416_gpio.c optional ath_hal 211dev/netif/ath/ath_hal/ar5416/ar5416_interrupts.c optional ath_hal 212dev/netif/ath/ath_hal/ar5416/ar5416_keycache.c optional ath_hal 213dev/netif/ath/ath_hal/ar5416/ar5416_misc.c optional ath_hal 214dev/netif/ath/ath_hal/ar5416/ar5416_phy.c optional ath_hal 215dev/netif/ath/ath_hal/ar5416/ar5416_power.c optional ath_hal 216dev/netif/ath/ath_hal/ar5416/ar5416_radar.c optional ath_hal 217dev/netif/ath/ath_hal/ar5416/ar5416_recv.c optional ath_hal 218dev/netif/ath/ath_hal/ar5416/ar5416_reset.c optional ath_hal 219dev/netif/ath/ath_hal/ar5416/ar5416_spectral.c optional ath_hal 220dev/netif/ath/ath_hal/ar5416/ar5416_xmit.c optional ath_hal 221dev/netif/ath/ath_hal/ar9001/ar9130_attach.c optional ath_hal 222dev/netif/ath/ath_hal/ar9001/ar9130_eeprom.c optional ath_hal 223dev/netif/ath/ath_hal/ar9001/ar9130_phy.c optional ath_hal 224dev/netif/ath/ath_hal/ar9001/ar9160_attach.c optional ath_hal 225dev/netif/ath/ath_hal/ar9002/ar9280.c optional ath_hal 226dev/netif/ath/ath_hal/ar9002/ar9280_attach.c optional ath_hal 227dev/netif/ath/ath_hal/ar9002/ar9280_olc.c optional ath_hal 228dev/netif/ath/ath_hal/ar9002/ar9285.c optional ath_hal 229dev/netif/ath/ath_hal/ar9002/ar9285_attach.c optional ath_hal 230dev/netif/ath/ath_hal/ar9002/ar9285_btcoex.c optional ath_hal 231dev/netif/ath/ath_hal/ar9002/ar9285_cal.c optional ath_hal 232dev/netif/ath/ath_hal/ar9002/ar9285_diversity.c optional ath_hal 233dev/netif/ath/ath_hal/ar9002/ar9285_phy.c optional ath_hal 234dev/netif/ath/ath_hal/ar9002/ar9285_reset.c optional ath_hal 235dev/netif/ath/ath_hal/ar9002/ar9287.c optional ath_hal 236dev/netif/ath/ath_hal/ar9002/ar9287_attach.c optional ath_hal 237dev/netif/ath/ath_hal/ar9002/ar9287_cal.c optional ath_hal 238dev/netif/ath/ath_hal/ar9002/ar9287_olc.c optional ath_hal 239dev/netif/ath/ath_hal/ar9002/ar9287_reset.c optional ath_hal 240contrib/dev/ath/ath_hal/ar9300/ar9300_ani.c optional ath_hal 241contrib/dev/ath/ath_hal/ar9300/ar9300_attach.c optional ath_hal 242contrib/dev/ath/ath_hal/ar9300/ar9300_beacon.c optional ath_hal 243contrib/dev/ath/ath_hal/ar9300/ar9300_eeprom.c optional ath_hal 244contrib/dev/ath/ath_hal/ar9300/ar9300_freebsd.c optional ath_hal 245contrib/dev/ath/ath_hal/ar9300/ar9300_gpio.c optional ath_hal 246contrib/dev/ath/ath_hal/ar9300/ar9300_interrupts.c optional ath_hal 247contrib/dev/ath/ath_hal/ar9300/ar9300_keycache.c optional ath_hal 248contrib/dev/ath/ath_hal/ar9300/ar9300_mci.c optional ath_hal 249contrib/dev/ath/ath_hal/ar9300/ar9300_misc.c optional ath_hal 250contrib/dev/ath/ath_hal/ar9300/ar9300_paprd.c optional ath_hal 251contrib/dev/ath/ath_hal/ar9300/ar9300_phy.c optional ath_hal 252contrib/dev/ath/ath_hal/ar9300/ar9300_power.c optional ath_hal 253contrib/dev/ath/ath_hal/ar9300/ar9300_radar.c optional ath_hal 254contrib/dev/ath/ath_hal/ar9300/ar9300_radio.c optional ath_hal 255contrib/dev/ath/ath_hal/ar9300/ar9300_recv.c optional ath_hal 256contrib/dev/ath/ath_hal/ar9300/ar9300_recv_ds.c optional ath_hal 257contrib/dev/ath/ath_hal/ar9300/ar9300_reset.c optional ath_hal 258contrib/dev/ath/ath_hal/ar9300/ar9300_spectral.c optional ath_hal 259contrib/dev/ath/ath_hal/ar9300/ar9300_stub.c optional ath_hal 260contrib/dev/ath/ath_hal/ar9300/ar9300_stub_funcs.c optional ath_hal 261contrib/dev/ath/ath_hal/ar9300/ar9300_timer.c optional ath_hal 262contrib/dev/ath/ath_hal/ar9300/ar9300_xmit.c optional ath_hal 263contrib/dev/ath/ath_hal/ar9300/ar9300_xmit_ds.c optional ath_hal 264dev/netif/ath/ath_rate/amrr/amrr.c optional ath_rate_amrr \ 265 compile-with "${NORMAL_C} -I$S/dev/netif/ath/ath ${WERROR}" 266dev/netif/ath/ath_rate/onoe/onoe.c optional ath_rate_onoe \ 267 compile-with "${NORMAL_C} -I$S/dev/netif/ath/ath ${WERROR}" 268dev/netif/ath/ath_rate/sample/sample.c optional ath_rate_sample \ 269 compile-with "${NORMAL_C} -I$S/dev/netif/ath/ath ${WERROR}" 270dev/netif/ath/ath/if_ath.c optional ath \ 271 compile-with "${NORMAL_C} -I$S/dev/netif/ath/ath ${WERROR}" 272dev/netif/ath/ath/if_ath_ioctl.c optional ath \ 273 compile-with "${NORMAL_C} -I$S/dev/netif/ath/ath ${WERROR}" 274dev/netif/ath/ath/if_ath_descdma.c optional ath \ 275 compile-with "${NORMAL_C} -I$S/dev/netif/ath/ath ${WERROR}" 276dev/netif/ath/ath/if_ath_ahb.c optional ath \ 277 compile-with "${NORMAL_C} -I$S/dev/netif/ath/ath ${WERROR}" 278dev/netif/ath/ath/if_ath_alq.c optional ath \ 279 compile-with "${NORMAL_C} -I$S/dev/netif/ath/ath ${WERROR}" 280dev/netif/ath/ath/if_ath_beacon.c optional ath \ 281 compile-with "${NORMAL_C} -I$S/dev/netif/ath/ath ${WERROR}" 282dev/netif/ath/ath/if_ath_btcoex.c optional ath \ 283 compile-with "${NORMAL_C} -I$S/dev/netif/ath/ath ${WERROR}" 284dev/netif/ath/ath/if_ath_debug.c optional ath \ 285 compile-with "${NORMAL_C} -I$S/dev/netif/ath/ath ${WERROR}" 286dev/netif/ath/ath/if_ath_keycache.c optional ath \ 287 compile-with "${NORMAL_C} -I$S/dev/netif/ath/ath ${WERROR}" 288dev/netif/ath/ath/if_ath_led.c optional ath \ 289 compile-with "${NORMAL_C} -I$S/dev/netif/ath/ath ${WERROR}" 290dev/netif/ath/ath/if_ath_lna_div.c optional ath \ 291 compile-with "${NORMAL_C} -I$S/dev/netif/ath/ath ${WERROR}" 292dev/netif/ath/ath/if_ath_pci.c optional ath pci \ 293 compile-with "${NORMAL_C} -I$S/dev/netif/ath/ath ${WERROR}" 294dev/netif/ath/ath/if_ath_rx.c optional ath \ 295 compile-with "${NORMAL_C} -I$S/dev/netif/ath/ath ${WERROR}" 296dev/netif/ath/ath/if_ath_rx_edma.c optional ath \ 297 compile-with "${NORMAL_C} -I$S/dev/netif/ath/ath ${WERROR}" 298dev/netif/ath/ath/if_ath_spectral.c optional ath \ 299 compile-with "${NORMAL_C} -I$S/dev/netif/ath/ath ${WERROR}" 300dev/netif/ath/ath/if_ath_sysctl.c optional ath \ 301 compile-with "${NORMAL_C} -I$S/dev/netif/ath/ath ${WERROR}" 302dev/netif/ath/ath/if_ath_tdma.c optional ath \ 303 compile-with "${NORMAL_C} -I$S/dev/netif/ath/ath ${WERROR}" 304dev/netif/ath/ath/if_ath_tx.c optional ath \ 305 compile-with "${NORMAL_C} -I$S/dev/netif/ath/ath ${WERROR}" 306dev/netif/ath/ath/if_ath_tx_edma.c optional ath \ 307 compile-with "${NORMAL_C} -I$S/dev/netif/ath/ath ${WERROR}" 308dev/netif/ath/ath/if_ath_tx_ht.c optional ath \ 309 compile-with "${NORMAL_C} -I$S/dev/netif/ath/ath ${WERROR}" 310dev/netif/ath/ath_dfs/null/dfs_null.c optional ath \ 311 compile-with "${NORMAL_C} -I$S/dev/netif/ath/ath ${WERROR}" 312dev/netif/alc/if_alc.c optional alc 313dev/netif/ale/if_ale.c optional ale 314dev/netif/bce/if_bce.c optional bce 315dev/netif/bfe/if_bfe.c optional bfe 316dev/netif/bge/if_bge.c optional bge 317dev/netif/bnx/if_bnx.c optional bnx 318dev/netif/bwn/bwn/if_bwn.c optional bwn siba_bwn 319dev/netif/bwn/bwn/if_bwn_phy_common.c optional bwn siba_bwn 320dev/netif/bwn/bwn/if_bwn_phy_g.c optional bwn siba_bwn 321dev/netif/bwn/bwn/if_bwn_phy_lp.c optional bwn siba_bwn 322dev/netif/bwn/bwn/if_bwn_util.c optional bwn siba_bwn 323dev/disk/buslogic/bt.c optional bt 324dev/disk/buslogic/bt_pci.c optional bt pci 325dev/disk/ccd/ccd.c optional ccd 326dev/raid/ciss/ciss.c optional ciss 327dev/misc/dcons/dcons.c optional dcons 328dev/misc/dcons/dcons_crom.c optional dcons_crom 329dev/misc/dcons/dcons_os.c optional dcons 330dev/raid/dpt/dpt_scsi.c optional dpt 331dev/raid/dpt/dpt_pci.c optional dpt pci 332dev/misc/efirt/efidev.c optional efirt 333dev/netif/em/if_em.c optional em 334dev/netif/emx/if_emx.c optional emx 335dev/netif/igb/if_igb.c optional igb 336dev/netif/ix/if_ix.c optional ix 337dev/netif/ix/ixgbe_82598.c optional ix 338dev/netif/ix/ixgbe_82599.c optional ix 339dev/netif/ix/ixgbe_api.c optional ix 340dev/netif/ix/ixgbe_common.c optional ix 341dev/netif/ix/ixgbe_dcb.c optional ix 342dev/netif/ix/ixgbe_dcb_82598.c optional ix 343dev/netif/ix/ixgbe_dcb_82599.c optional ix 344dev/netif/ix/ixgbe_mbx.c optional ix 345dev/netif/ix/ixgbe_osdep_pf.c optional ix 346dev/netif/ix/ixgbe_phy.c optional ix 347dev/netif/ix/ixgbe_x540.c optional ix 348dev/netif/ix/ixgbe_x550.c optional ix 349dev/netif/ig_hal/e1000_80003es2lan.c optional ig_hal 350dev/netif/ig_hal/e1000_82540.c optional ig_hal 351dev/netif/ig_hal/e1000_82541.c optional ig_hal 352dev/netif/ig_hal/e1000_82542.c optional ig_hal 353dev/netif/ig_hal/e1000_82543.c optional ig_hal 354dev/netif/ig_hal/e1000_82571.c optional ig_hal 355dev/netif/ig_hal/e1000_82575.c optional ig_hal 356dev/netif/ig_hal/e1000_api.c optional ig_hal 357dev/netif/ig_hal/e1000_i210.c optional ig_hal 358dev/netif/ig_hal/e1000_ich8lan.c optional ig_hal 359dev/netif/ig_hal/e1000_mac.c optional ig_hal 360dev/netif/ig_hal/e1000_manage.c optional ig_hal 361dev/netif/ig_hal/e1000_mbx.c optional ig_hal 362dev/netif/ig_hal/e1000_nvm.c optional ig_hal 363dev/netif/ig_hal/e1000_osdep.c optional ig_hal 364dev/netif/ig_hal/e1000_phy.c optional ig_hal 365dev/netif/ig_hal/e1000_vf.c optional ig_hal 366dev/netif/et/if_et.c optional et 367bus/firewire/firewire.c optional firewire 368bus/firewire/fwcrom.c optional firewire 369bus/firewire/fwdev.c optional firewire 370bus/firewire/fwdma.c optional firewire 371bus/firewire/fwmem.c optional firewire 372bus/firewire/fwohci.c optional firewire 373bus/firewire/fwohci_pci.c optional firewire pci 374dev/netif/fwe/if_fwe.c optional fwe 375dev/disk/sbp/sbp.c optional sbp 376dev/netif/fxp/if_fxp.c optional fxp 377dev/raid/mrsas/mrsas.c optional mrsas 378dev/raid/mrsas/mrsas_cam.c optional mrsas 379dev/raid/mrsas/mrsas_ioctl.c optional mrsas 380dev/raid/mrsas/mrsas_fp.c optional mrsas 381dev/netif/msk/if_msk.c optional msk 382dev/netif/nfe/if_nfe.c optional nfe 383dev/raid/hpt27xx/hpt27xx_os_bsd.c optional hpt27xx 384dev/raid/hpt27xx/hpt27xx_osm_bsd.c optional hpt27xx 385dev/raid/hpt27xx/hpt27xx_config.c optional hpt27xx 386dev/raid/hptiop/hptiop.c optional hptiop scbus 387dev/raid/hptmv/entry.c optional hptmv 388dev/raid/hptmv/mv.c optional hptmv 389dev/raid/hptmv/gui_lib.c optional hptmv 390dev/raid/hptmv/hptproc.c optional hptmv 391dev/raid/hptmv/ioctl.c optional hptmv 392dev/raid/hptrr/hptrr_os_bsd.c optional hptrr 393dev/raid/hptrr/hptrr_osm_bsd.c optional hptrr 394dev/raid/hptrr/hptrr_config.c optional hptrr 395dev/misc/aperf/aperf.c optional aperf 396dev/powermng/clockmod/clockmod.c optional clockmod 397dev/powermng/perfbias/perfbias.c optional perfbias 398dev/powermng/amdsmn/amdsmn.c optional amdsmn 399dev/powermng/amdsmn/amdsmn.c optional amdtemp 400dev/powermng/amdtemp/amdtemp.c optional amdtemp 401dev/powermng/corepower/corepower.c optional corepower 402dev/powermng/coretemp/coretemp.c optional coretemp 403dev/powermng/kate/kate.c optional kate pci 404dev/powermng/km/km.c optional km pci 405dev/powermng/memtemp/memtemp_e5.c optional memtemp 406dev/powermng/memtemp/memtemp_core.c optional memtemp 407dev/misc/cpuctl/cpuctl.c optional cpuctl 408dev/raid/ida/ida.c optional ida 409dev/raid/ida/ida_disk.c optional ida 410dev/raid/ida/ida_pci.c optional ida pci 411dev/disk/isp/isp.c optional isp 412dev/disk/isp/isp_freebsd.c optional isp 413dev/disk/isp/isp_library.c optional isp 414dev/disk/isp/isp_pci.c optional isp pci 415dev/disk/isp/isp_target.c optional isp 416isp_1040.c optional ispfw \ 417 compile-with "${AWK} -f $S/tools/fw_stub.awk isp_1040.fw:isp_1040:1 -m isp_1040 -c ${.TARGET}" \ 418 no-implicit-rule before-depend local \ 419 clean "isp_1040.c" 420isp_1040.fwo optional ispfw \ 421 dependency "isp_1040.fw" \ 422 compile-with "${NORMAL_FWO}" \ 423 no-implicit-rule \ 424 clean "isp_1040.fwo" 425isp_1040.fw optional ispfw \ 426 dependency "$S/contrib/dev/isp/isp_1040.fw.uu" \ 427 compile-with "${NORMAL_FW}" \ 428 no-obj no-implicit-rule \ 429 clean "isp_1040.fw" 430isp_1040_it.c optional ispfw \ 431 compile-with "${AWK} -f $S/tools/fw_stub.awk isp_1040_it.fw:isp_1040_it:1 -m isp_1040_it -c ${.TARGET}" \ 432 no-implicit-rule before-depend local \ 433 clean "isp_1040_it.c" 434isp_1040_it.fwo optional ispfw \ 435 dependency "isp_1040_it.fw" \ 436 compile-with "${NORMAL_FWO}" \ 437 no-implicit-rule \ 438 clean "isp_1040_it.fwo" 439isp_1040_it.fw optional ispfw \ 440 dependency "$S/contrib/dev/isp/isp_1040_it.fw.uu" \ 441 compile-with "${NORMAL_FW}" \ 442 no-obj no-implicit-rule \ 443 clean "isp_1040_it.fw" 444isp_1080.c optional ispfw \ 445 compile-with "${AWK} -f $S/tools/fw_stub.awk isp_1080.fw:isp_1080:1 -m isp_1080 -c ${.TARGET}" \ 446 no-implicit-rule before-depend local \ 447 clean "isp_1080.c" 448isp_1080.fwo optional ispfw \ 449 dependency "isp_1080.fw" \ 450 compile-with "${NORMAL_FWO}" \ 451 no-implicit-rule \ 452 clean "isp_1080.fwo" 453isp_1080.fw optional ispfw \ 454 dependency "$S/contrib/dev/isp/isp_1080.fw.uu" \ 455 compile-with "${NORMAL_FW}" \ 456 no-obj no-implicit-rule \ 457 clean "isp_1080.fw" 458isp_1080_it.c optional ispfw \ 459 compile-with "${AWK} -f $S/tools/fw_stub.awk isp_1080_it.fw:isp_1080_it:1 -m isp_1080_it -c ${.TARGET}" \ 460 no-implicit-rule before-depend local \ 461 clean "isp_1080_it.c" 462isp_1080_it.fwo optional ispfw \ 463 dependency "isp_1080_it.fw" \ 464 compile-with "${NORMAL_FWO}" \ 465 no-implicit-rule \ 466 clean "isp_1080_it.fwo" 467isp_1080_it.fw optional ispfw \ 468 dependency "$S/contrib/dev/isp/isp_1080_it.fw.uu" \ 469 compile-with "${NORMAL_FW}" \ 470 no-obj no-implicit-rule \ 471 clean "isp_1080_it.fw" 472isp_12160.c optional ispfw \ 473 compile-with "${AWK} -f $S/tools/fw_stub.awk isp_12160.fw:isp_12160:1 -m isp_12160 -c ${.TARGET}" \ 474 no-implicit-rule before-depend local \ 475 clean "isp_12160.c" 476isp_12160.fwo optional ispfw \ 477 dependency "isp_12160.fw" \ 478 compile-with "${NORMAL_FWO}" \ 479 no-implicit-rule \ 480 clean "isp_12160.fwo" 481isp_12160.fw optional ispfw \ 482 dependency "$S/contrib/dev/isp/isp_12160.fw.uu" \ 483 compile-with "${NORMAL_FW}" \ 484 no-obj no-implicit-rule \ 485 clean "isp_12160.fw" 486isp_12160_it.c optional ispfw \ 487 compile-with "${AWK} -f $S/tools/fw_stub.awk isp_12160_it.fw:isp_12160_it:1 -m isp_12160_it -c ${.TARGET}" \ 488 no-implicit-rule before-depend local \ 489 clean "isp_12160_it.c" 490isp_12160_it.fwo optional ispfw \ 491 dependency "isp_12160_it.fw" \ 492 compile-with "${NORMAL_FWO}" \ 493 no-implicit-rule \ 494 clean "isp_12160_it.fwo" 495isp_12160_it.fw optional ispfw \ 496 dependency "$S/contrib/dev/isp/isp_12160_it.fw.uu" \ 497 compile-with "${NORMAL_FW}" \ 498 no-obj no-implicit-rule \ 499 clean "isp_12160_it.fw" 500isp_2100.c optional ispfw \ 501 compile-with "${AWK} -f $S/tools/fw_stub.awk isp_2100.fw:isp_2100:1 -m isp_2100 -c ${.TARGET}" \ 502 no-implicit-rule before-depend local \ 503 clean "isp_2100.c" 504isp_2100.fwo optional ispfw \ 505 dependency "isp_2100.fw" \ 506 compile-with "${NORMAL_FWO}" \ 507 no-implicit-rule \ 508 clean "isp_2100.fwo" 509isp_2100.fw optional ispfw \ 510 dependency "$S/contrib/dev/isp/isp_2100.fw.uu" \ 511 compile-with "${NORMAL_FW}" \ 512 no-obj no-implicit-rule \ 513 clean "isp_2100.fw" 514isp_2200.c optional ispfw \ 515 compile-with "${AWK} -f $S/tools/fw_stub.awk isp_2200.fw:isp_2200:1 -m isp_2200 -c ${.TARGET}" \ 516 no-implicit-rule before-depend local \ 517 clean "isp_2200.c" 518isp_2200.fwo optional ispfw \ 519 dependency "isp_2200.fw" \ 520 compile-with "${NORMAL_FWO}" \ 521 no-implicit-rule \ 522 clean "isp_2200.fwo" 523isp_2200.fw optional ispfw \ 524 dependency "$S/contrib/dev/isp/isp_2200.fw.uu" \ 525 compile-with "${NORMAL_FW}" \ 526 no-obj no-implicit-rule \ 527 clean "isp_2200.fw" 528isp_2300.c optional ispfw \ 529 compile-with "${AWK} -f $S/tools/fw_stub.awk isp_2300.fw:isp_2300:1 -m isp_2300 -c ${.TARGET}" \ 530 no-implicit-rule before-depend local \ 531 clean "isp_2300.c" 532isp_2300.fwo optional ispfw \ 533 dependency "isp_2300.fw" \ 534 compile-with "${NORMAL_FWO}" \ 535 no-implicit-rule \ 536 clean "isp_2300.fwo" 537isp_2300.fw optional ispfw \ 538 dependency "$S/contrib/dev/isp/isp_2300.fw.uu" \ 539 compile-with "${NORMAL_FW}" \ 540 no-obj no-implicit-rule \ 541 clean "isp_2300.fw" 542isp_2322.c optional ispfw \ 543 compile-with "${AWK} -f $S/tools/fw_stub.awk isp_2322.fw:isp_2322:1 -m isp_2322 -c ${.TARGET}" \ 544 no-implicit-rule before-depend local \ 545 clean "isp_2322.c" 546isp_2322.fwo optional ispfw \ 547 dependency "isp_2322.fw" \ 548 compile-with "${NORMAL_FWO}" \ 549 no-implicit-rule \ 550 clean "isp_2322.fwo" 551isp_2322.fw optional ispfw \ 552 dependency "$S/contrib/dev/isp/isp_2322.fw.uu" \ 553 compile-with "${NORMAL_FW}" \ 554 no-obj no-implicit-rule \ 555 clean "isp_2322.fw" 556isp_2400.c optional ispfw \ 557 compile-with "${AWK} -f $S/tools/fw_stub.awk isp_2400.fw:isp_2400:1 -m isp_2400 -c ${.TARGET}" \ 558 no-implicit-rule before-depend local \ 559 clean "isp_2400.c" 560isp_2400.fwo optional ispfw \ 561 dependency "isp_2400.fw" \ 562 compile-with "${NORMAL_FWO}" \ 563 no-implicit-rule \ 564 clean "isp_2400.fwo" 565isp_2400.fw optional ispfw \ 566 dependency "$S/contrib/dev/isp/isp_2400.fw.uu" \ 567 compile-with "${NORMAL_FW}" \ 568 no-obj no-implicit-rule \ 569 clean "isp_2400.fw" 570isp_2400_multi.c optional ispfw \ 571 compile-with "${AWK} -f $S/tools/fw_stub.awk isp_2400_multi.fw:isp_2400_multi:1 -m isp_2400_multi -c ${.TARGET}" \ 572 no-implicit-rule before-depend local \ 573 clean "isp_2400_multi.c" 574isp_2400_multi.fwo optional ispfw \ 575 dependency "isp_2400_multi.fw" \ 576 compile-with "${NORMAL_FWO}" \ 577 no-implicit-rule \ 578 clean "isp_2400_multi.fwo" 579isp_2400_multi.fw optional ispfw \ 580 dependency "$S/contrib/dev/isp/isp_2400_multi.fw.uu" \ 581 compile-with "${NORMAL_FW}" \ 582 no-obj no-implicit-rule \ 583 clean "isp_2400_multi.fw" 584isp_2500.c optional ispfw \ 585 compile-with "${AWK} -f $S/tools/fw_stub.awk isp_2500.fw:isp_2500:1 -m isp_2500 -c ${.TARGET}" \ 586 no-implicit-rule before-depend local \ 587 clean "isp_2500.c" 588isp_2500.fwo optional ispfw \ 589 dependency "isp_2500.fw" \ 590 compile-with "${NORMAL_FWO}" \ 591 no-implicit-rule \ 592 clean "isp_2500.fwo" 593isp_2500.fw optional ispfw \ 594 dependency "$S/contrib/dev/isp/isp_2500.fw.uu" \ 595 compile-with "${NORMAL_FW}" \ 596 no-obj no-implicit-rule \ 597 clean "isp_2500.fw" 598isp_2500_multi.c optional ispfw \ 599 compile-with "${AWK} -f $S/tools/fw_stub.awk isp_2500_multi.fw:isp_2500_multi:1 -m isp_2500_multi -c ${.TARGET}" \ 600 no-implicit-rule before-depend local \ 601 clean "isp_2500_multi.c" 602isp_2500_multi.fwo optional ispfw \ 603 dependency "isp_2500_multi.fw" \ 604 compile-with "${NORMAL_FWO}" \ 605 no-implicit-rule \ 606 clean "isp_2500_multi.fwo" 607isp_2500_multi.fw optional ispfw \ 608 dependency "$S/contrib/dev/isp/isp_2500_multi.fw.uu" \ 609 compile-with "${NORMAL_FW}" \ 610 no-obj no-implicit-rule \ 611 clean "isp_2500_multi.fw" 612dev/raid/iir/iir.c optional iir 613dev/raid/iir/iir_ctrl.c optional iir 614dev/raid/iir/iir_pci.c optional iir pci 615dev/netif/iwi/if_iwi.c optional iwi 616iwibssfw.c optional iwifw \ 617 compile-with "${AWK} -f $S/tools/fw_stub.awk iwi_bss.fw:iwi_bss:300 -l intel_iwi -m iwi_bss -c ${.TARGET}" \ 618 no-implicit-rule before-depend local \ 619 clean "iwibssfw.c" 620iwi_bss.fwo optional iwifw \ 621 dependency "iwi_bss.fw" \ 622 compile-with "${NORMAL_FWO}" \ 623 no-implicit-rule \ 624 clean "iwi_bss.fwo" 625iwi_bss.fw optional iwifw \ 626 dependency "$S/contrib/dev/iwi/ipw2200-bss.fw.uu" \ 627 compile-with "${NORMAL_FW}" \ 628 no-obj no-implicit-rule \ 629 clean "iwi_bss.fw" 630iwiibssfw.c optional iwifw \ 631 compile-with "${AWK} -f $S/tools/fw_stub.awk iwi_ibss.fw:iwi_ibss:300 -l intel_iwi -m iwi_ibss -c ${.TARGET}" \ 632 no-implicit-rule before-depend local \ 633 clean "iwiibssfw.c" 634iwi_ibss.fwo optional iwifw \ 635 dependency "iwi_ibss.fw" \ 636 compile-with "${NORMAL_FWO}" \ 637 no-implicit-rule \ 638 clean "iwi_ibss.fwo" 639iwi_ibss.fw optional iwifw \ 640 dependency "$S/contrib/dev/iwi/ipw2200-ibss.fw.uu" \ 641 compile-with "${NORMAL_FW}" \ 642 no-obj no-implicit-rule \ 643 clean "iwi_ibss.fw" 644iwimonitorfw.c optional iwifw \ 645 compile-with "${AWK} -f $S/tools/fw_stub.awk iwi_monitor.fw:iwi_monitor:300 -l intel_iwi -m iwi_monitor -c ${.TARGET}" \ 646 no-implicit-rule before-depend local \ 647 clean "iwimonitorfw.c" 648iwi_monitor.fwo optional iwifw \ 649 dependency "iwi_monitor.fw" \ 650 compile-with "${NORMAL_FWO}" \ 651 no-implicit-rule \ 652 clean "iwi_monitor.fwo" 653iwi_monitor.fw optional iwifw \ 654 dependency "$S/contrib/dev/iwi/ipw2200-sniffer.fw.uu" \ 655 compile-with "${NORMAL_FW}" \ 656 no-obj no-implicit-rule \ 657 clean "iwi_monitor.fw" 658dev/netif/iwm/if_iwm.c optional iwm 659dev/netif/iwm/if_iwm_binding.c optional iwm 660dev/netif/iwm/if_iwm_fw.c optional iwm 661dev/netif/iwm/if_iwm_led.c optional iwm 662dev/netif/iwm/if_iwm_mac_ctxt.c optional iwm 663dev/netif/iwm/if_iwm_notif_wait.c optional iwm 664dev/netif/iwm/if_iwm_pcie_trans.c optional iwm 665dev/netif/iwm/if_iwm_phy_ctxt.c optional iwm 666dev/netif/iwm/if_iwm_phy_db.c optional iwm 667dev/netif/iwm/if_iwm_power.c optional iwm 668dev/netif/iwm/if_iwm_scan.c optional iwm 669dev/netif/iwm/if_iwm_sf.c optional iwm 670dev/netif/iwm/if_iwm_sta.c optional iwm 671dev/netif/iwm/if_iwm_time_event.c optional iwm 672dev/netif/iwm/if_iwm_util.c optional iwm 673dev/netif/iwm/if_iwm_7000.c optional iwm 674dev/netif/iwm/if_iwm_8000.c optional iwm 675dev/netif/iwm/if_iwm_9000.c optional iwm 676dev/netif/iwm/if_iwm_9260.c optional iwm 677iwm3160fw.c optional iwmfw \ 678 compile-with "${AWK} -f $S/tools/fw_stub.awk iwm3160.fw:iwm3160fw -m iwm3160fw -c ${.TARGET}" \ 679 no-implicit-rule before-depend local \ 680 clean "iwm3160fw.c" 681iwm3160fw.fwo optional iwmfw \ 682 dependency "iwm3160.fw" \ 683 compile-with "${NORMAL_FWO}" \ 684 no-implicit-rule \ 685 clean "iwm3160fw.fwo" 686iwm3160.fw optional iwmfw \ 687 dependency "$S/contrib/dev/iwm/iwm-3160-17.fw.uu" \ 688 compile-with "${NORMAL_FW}" \ 689 no-obj no-implicit-rule \ 690 clean "iwm3160.fw" 691iwm3168fw.c optional iwmfw \ 692 compile-with "${AWK} -f $S/tools/fw_stub.awk iwm3168.fw:iwm3168fw -m iwm3168fw -c ${.TARGET}" \ 693 no-implicit-rule before-depend local \ 694 clean "iwm3168fw.c" 695iwm3168fw.fwo optional iwmfw \ 696 dependency "iwm3168.fw" \ 697 compile-with "${NORMAL_FWO}" \ 698 no-implicit-rule \ 699 clean "iwm3168fw.fwo" 700iwm3168.fw optional iwmfw \ 701 dependency "$S/contrib/dev/iwm/iwm-3168-22.fw.uu" \ 702 compile-with "${NORMAL_FW}" \ 703 no-obj no-implicit-rule \ 704 clean "iwm3168.fw" 705iwm7260fw.c optional iwmfw \ 706 compile-with "${AWK} -f $S/tools/fw_stub.awk iwm7260.fw:iwm7260fw -m iwm7260fw -c ${.TARGET}" \ 707 no-implicit-rule before-depend local \ 708 clean "iwm7260fw.c" 709iwm7260fw.fwo optional iwmfw \ 710 dependency "iwm7260.fw" \ 711 compile-with "${NORMAL_FWO}" \ 712 no-implicit-rule \ 713 clean "iwm7260fw.fwo" 714iwm7260.fw optional iwmfw \ 715 dependency "$S/contrib/dev/iwm/iwm-7260-17.fw.uu" \ 716 compile-with "${NORMAL_FW}" \ 717 no-obj no-implicit-rule \ 718 clean "iwm7260.fw" 719iwm7265fw.c optional iwmfw \ 720 compile-with "${AWK} -f $S/tools/fw_stub.awk iwm7265.fw:iwm7265fw -m iwm7265fw -c ${.TARGET}" \ 721 no-implicit-rule before-depend local \ 722 clean "iwm7265fw.c" 723iwm7265fw.fwo optional iwmfw \ 724 dependency "iwm7265.fw" \ 725 compile-with "${NORMAL_FWO}" \ 726 no-implicit-rule \ 727 clean "iwm7265fw.fwo" 728iwm7265.fw optional iwmfw \ 729 dependency "$S/contrib/dev/iwm/iwm-7265-17.fw.uu" \ 730 compile-with "${NORMAL_FW}" \ 731 no-obj no-implicit-rule \ 732 clean "iwm7265.fw" 733iwm7265Dfw.c optional iwmfw \ 734 compile-with "${AWK} -f $S/tools/fw_stub.awk iwm7265D.fw:iwm7265Dfw -m iwm7265Dfw -c ${.TARGET}" \ 735 no-implicit-rule before-depend local \ 736 clean "iwm7265Dfw.c" 737iwm7265Dfw.fwo optional iwmfw \ 738 dependency "iwm7265D.fw" \ 739 compile-with "${NORMAL_FWO}" \ 740 no-implicit-rule \ 741 clean "iwm7265Dfw.fwo" 742iwm7265D.fw optional iwmfw \ 743 dependency "$S/contrib/dev/iwm/iwm-7265D-22.fw.uu" \ 744 compile-with "${NORMAL_FW}" \ 745 no-obj no-implicit-rule \ 746 clean "iwm7265D.fw" 747iwm8000Cfw.c optional iwmfw \ 748 compile-with "${AWK} -f $S/tools/fw_stub.awk iwm8000C.fw:iwm8000Cfw -m iwm8000Cfw -c ${.TARGET}" \ 749 no-implicit-rule before-depend local \ 750 clean "iwm8000Cfw.c" 751iwm8000Cfw.fwo optional iwmfw \ 752 dependency "iwm8000C.fw" \ 753 compile-with "${NORMAL_FWO}" \ 754 no-implicit-rule \ 755 clean "iwm8000Cfw.fwo" 756iwm8000C.fw optional iwmfw \ 757 dependency "$S/contrib/dev/iwm/iwm-8000C-22.fw.uu" \ 758 compile-with "${NORMAL_FW}" \ 759 no-obj no-implicit-rule \ 760 clean "iwm8000C.fw" 761iwm8265fw.c optional iwmfw \ 762 compile-with "${AWK} -f $S/tools/fw_stub.awk iwm8265.fw:iwm8265fw -m iwm8265fw -c ${.TARGET}" \ 763 no-implicit-rule before-depend local \ 764 clean "iwm8265fw.c" 765iwm8265fw.fwo optional iwmfw \ 766 dependency "iwm8265.fw" \ 767 compile-with "${NORMAL_FWO}" \ 768 no-implicit-rule \ 769 clean "iwm8265fw.fwo" 770iwm8265.fw optional iwmfw \ 771 dependency "$S/contrib/dev/iwm/iwm-8265-22.fw.uu" \ 772 compile-with "${NORMAL_FW}" \ 773 no-obj no-implicit-rule \ 774 clean "iwm8265.fw" 775iwm9000fw.c optional iwmfw \ 776 compile-with "${AWK} -f $S/tools/fw_stub.awk iwm9000.fw:iwm9000fw -m iwm9000fw -c ${.TARGET}" \ 777 no-implicit-rule before-depend local \ 778 clean "iwm9000fw.c" 779iwm9000fw.fwo optional iwmfw \ 780 dependency "iwm9000.fw" \ 781 compile-with "${NORMAL_FWO}" \ 782 no-implicit-rule \ 783 clean "iwm9000fw.fwo" 784iwm9000.fw optional iwmfw \ 785 dependency "$S/contrib/dev/iwm/iwm-9000-34.fw.uu" \ 786 compile-with "${NORMAL_FW}" \ 787 no-obj no-implicit-rule \ 788 clean "iwm9000.fw" 789iwm9260fw.c optional iwmfw \ 790 compile-with "${AWK} -f $S/tools/fw_stub.awk iwm9260.fw:iwm9260fw -m iwm9260fw -c ${.TARGET}" \ 791 no-implicit-rule before-depend local \ 792 clean "iwm9260fw.c" 793iwm9260fw.fwo optional iwmfw \ 794 dependency "iwm9260.fw" \ 795 compile-with "${NORMAL_FWO}" \ 796 no-implicit-rule \ 797 clean "iwm9260fw.fwo" 798iwm9260.fw optional iwmfw \ 799 dependency "$S/contrib/dev/iwm/iwm-9260-34.fw.uu" \ 800 compile-with "${NORMAL_FW}" \ 801 no-obj no-implicit-rule \ 802 clean "iwm9260.fw" 803dev/netif/iwn/if_iwn.c optional iwn 804iwn1000fw.c optional iwnfw \ 805 compile-with "${AWK} -f $S/tools/fw_stub.awk iwn1000.fw:iwn1000fw -m iwn1000fw -c ${.TARGET}" \ 806 no-implicit-rule before-depend local \ 807 clean "iwn1000fw.c" 808iwn1000fw.fwo optional iwnfw \ 809 dependency "iwn1000.fw" \ 810 compile-with "${NORMAL_FWO}" \ 811 no-implicit-rule \ 812 clean "iwn1000fw.fwo" 813iwn1000.fw optional iwnfw \ 814 dependency "$S/contrib/dev/iwn/iwlwifi-1000-39.31.5.1.fw.uu" \ 815 compile-with "${NORMAL_FW}" \ 816 no-obj no-implicit-rule \ 817 clean "iwn1000.fw" 818iwn100fw.c optional iwnfw \ 819 compile-with "${AWK} -f $S/tools/fw_stub.awk iwn100.fw:iwn100fw -m iwn100fw -c ${.TARGET}" \ 820 no-implicit-rule before-depend local \ 821 clean "iwn100fw.c" 822iwn100fw.fwo optional iwnfw \ 823 dependency "iwn100.fw" \ 824 compile-with "${NORMAL_FWO}" \ 825 no-implicit-rule \ 826 clean "iwn100fw.fwo" 827iwn100.fw optional iwnfw \ 828 dependency "$S/contrib/dev/iwn/iwlwifi-100-39.31.5.1.fw.uu" \ 829 compile-with "${NORMAL_FW}" \ 830 no-obj no-implicit-rule \ 831 clean "iwn100.fw" 832iwn105fw.c optional iwnfw \ 833 compile-with "${AWK} -f $S/tools/fw_stub.awk iwn105.fw:iwn105fw -m iwn105fw -c ${.TARGET}" \ 834 no-implicit-rule before-depend local \ 835 clean "iwn105fw.c" 836iwn105fw.fwo optional iwnfw \ 837 dependency "iwn105.fw" \ 838 compile-with "${NORMAL_FWO}" \ 839 no-implicit-rule \ 840 clean "iwn105fw.fwo" 841iwn105.fw optional iwnfw \ 842 dependency "$S/contrib/dev/iwn/iwlwifi-105-6-18.168.6.1.fw.uu" \ 843 compile-with "${NORMAL_FW}" \ 844 no-obj no-implicit-rule \ 845 clean "iwn105.fw" 846iwn135fw.c optional iwnfw \ 847 compile-with "${AWK} -f $S/tools/fw_stub.awk iwn135.fw:iwn135fw -m iwn135fw -c ${.TARGET}" \ 848 no-implicit-rule before-depend local \ 849 clean "iwn135fw.c" 850iwn135fw.fwo optional iwnfw \ 851 dependency "iwn135.fw" \ 852 compile-with "${NORMAL_FWO}" \ 853 no-implicit-rule \ 854 clean "iwn135fw.fwo" 855iwn135.fw optional iwnfw \ 856 dependency "$S/contrib/dev/iwn/iwlwifi-135-6-18.168.6.1.fw.uu" \ 857 compile-with "${NORMAL_FW}" \ 858 no-obj no-implicit-rule \ 859 clean "iwn135.fw" 860iwn2000fw.c optional iwnfw \ 861 compile-with "${AWK} -f $S/tools/fw_stub.awk iwn2000.fw:iwn2000fw -m iwn2000fw -c ${.TARGET}" \ 862 no-implicit-rule before-depend local \ 863 clean "iwn2000fw.c" 864iwn2000fw.fwo optional iwnfw \ 865 dependency "iwn2000.fw" \ 866 compile-with "${NORMAL_FWO}" \ 867 no-implicit-rule \ 868 clean "iwn2000fw.fwo" 869iwn2000.fw optional iwnfw \ 870 dependency "$S/contrib/dev/iwn/iwlwifi-2000-18.168.6.1.fw.uu" \ 871 compile-with "${NORMAL_FW}" \ 872 no-obj no-implicit-rule \ 873 clean "iwn2000.fw" 874iwn2030fw.c optional iwnfw \ 875 compile-with "${AWK} -f $S/tools/fw_stub.awk iwn2030.fw:iwn2030fw -m iwn2030fw -c ${.TARGET}" \ 876 no-implicit-rule before-depend local \ 877 clean "iwn2030fw.c" 878iwn2030fw.fwo optional iwnfw \ 879 dependency "iwn2030.fw" \ 880 compile-with "${NORMAL_FWO}" \ 881 no-implicit-rule \ 882 clean "iwn2030fw.fwo" 883iwn2030.fw optional iwnfw \ 884 dependency "$S/contrib/dev/iwn/iwnwifi-2030-18.168.6.1.fw.uu" \ 885 compile-with "${NORMAL_FW}" \ 886 no-obj no-implicit-rule \ 887 clean "iwn2030.fw" 888iwn4965fw.c optional iwnfw \ 889 compile-with "${AWK} -f $S/tools/fw_stub.awk iwn4965.fw:iwn4965fw -m iwn4965fw -c ${.TARGET}" \ 890 no-implicit-rule before-depend local \ 891 clean "iwn4965fw.c" 892iwn4965fw.fwo optional iwnfw \ 893 dependency "iwn4965.fw" \ 894 compile-with "${NORMAL_FWO}" \ 895 no-implicit-rule \ 896 clean "iwn4965fw.fwo" 897iwn4965.fw optional iwnfw \ 898 dependency "$S/contrib/dev/iwn/iwlwifi-4965-228.61.2.24.fw.uu" \ 899 compile-with "${NORMAL_FW}" \ 900 no-obj no-implicit-rule \ 901 clean "iwn4965.fw" 902iwn5000fw.c optional iwnfw \ 903 compile-with "${AWK} -f $S/tools/fw_stub.awk iwn5000.fw:iwn5000fw -m iwn5000fw -c ${.TARGET}" \ 904 no-implicit-rule before-depend local \ 905 clean "iwn5000fw.c" 906iwn5000fw.fwo optional iwnfw \ 907 dependency "iwn5000.fw" \ 908 compile-with "${NORMAL_FWO}" \ 909 no-implicit-rule \ 910 clean "iwn5000fw.fwo" 911iwn5000.fw optional iwnfw \ 912 dependency "$S/contrib/dev/iwn/iwlwifi-5000-8.83.5.1.fw.uu" \ 913 compile-with "${NORMAL_FW}" \ 914 no-obj no-implicit-rule \ 915 clean "iwn5000.fw" 916iwn5150fw.c optional iwnfw \ 917 compile-with "${AWK} -f $S/tools/fw_stub.awk iwn5150.fw:iwn5150fw -m iwn5150fw -c ${.TARGET}" \ 918 no-implicit-rule before-depend local \ 919 clean "iwn5150fw.c" 920iwn5150fw.fwo optional iwnfw \ 921 dependency "iwn5150.fw" \ 922 compile-with "${NORMAL_FWO}" \ 923 no-implicit-rule \ 924 clean "iwn5150fw.fwo" 925iwn5150.fw optional iwnfw \ 926 dependency "$S/contrib/dev/iwn/iwlwifi-5150-8.24.2.2.fw.uu" \ 927 compile-with "${NORMAL_FW}" \ 928 no-obj no-implicit-rule \ 929 clean "iwn5150.fw" 930iwn6000fw.c optional iwnfw \ 931 compile-with "${AWK} -f $S/tools/fw_stub.awk iwn6000.fw:iwn6000fw -m iwn6000fw -c ${.TARGET}" \ 932 no-implicit-rule before-depend local \ 933 clean "iwn6000fw.c" 934iwn6000fw.fwo optional iwnfw \ 935 dependency "iwn6000.fw" \ 936 compile-with "${NORMAL_FWO}" \ 937 no-implicit-rule \ 938 clean "iwn6000fw.fwo" 939iwn6000.fw optional iwnfw \ 940 dependency "$S/contrib/dev/iwn/iwlwifi-6000-9.221.4.1.fw.uu" \ 941 compile-with "${NORMAL_FW}" \ 942 no-obj no-implicit-rule \ 943 clean "iwn6000.fw" 944iwn6000g2afw.c optional iwnfw \ 945 compile-with "${AWK} -f $S/tools/fw_stub.awk iwn6000g2a.fw:iwn6000g2afw -m iwn6000g2afw -c ${.TARGET}" \ 946 no-implicit-rule before-depend local \ 947 clean "iwn6000g2afw.c" 948iwn6000g2afw.fwo optional iwnfw \ 949 dependency "iwn6000g2a.fw" \ 950 compile-with "${NORMAL_FWO}" \ 951 no-implicit-rule \ 952 clean "iwn6000g2afw.fwo" 953iwn6000g2a.fw optional iwnfw \ 954 dependency "$S/contrib/dev/iwn/iwlwifi-6000g2a-18.168.6.1.fw.uu" \ 955 compile-with "${NORMAL_FW}" \ 956 no-obj no-implicit-rule \ 957 clean "iwn6000g2a.fw" 958iwn6000g2bfw.c optional iwnfw \ 959 compile-with "${AWK} -f $S/tools/fw_stub.awk iwn6000g2b.fw:iwn6000g2bfw -m iwn6000g2bfw -c ${.TARGET}" \ 960 no-implicit-rule before-depend local \ 961 clean "iwn6000g2bfw.c" 962iwn6000g2bfw.fwo optional iwnfw \ 963 dependency "iwn6000g2b.fw" \ 964 compile-with "${NORMAL_FWO}" \ 965 no-implicit-rule \ 966 clean "iwn6000g2bfw.fwo" 967iwn6000g2b.fw optional iwnfw \ 968 dependency "$S/contrib/dev/iwn/iwlwifi-6000g2b-18.168.6.1.fw.uu" \ 969 compile-with "${NORMAL_FW}" \ 970 no-obj no-implicit-rule \ 971 clean "iwn6000g2b.fw" 972iwn6050fw.c optional iwnfw \ 973 compile-with "${AWK} -f $S/tools/fw_stub.awk iwn6050.fw:iwn6050fw -m iwn6050fw -c ${.TARGET}" \ 974 no-implicit-rule before-depend local \ 975 clean "iwn6050fw.c" 976iwn6050fw.fwo optional iwnfw \ 977 dependency "iwn6050.fw" \ 978 compile-with "${NORMAL_FWO}" \ 979 no-implicit-rule \ 980 clean "iwn6050fw.fwo" 981iwn6050.fw optional iwnfw \ 982 dependency "$S/contrib/dev/iwn/iwlwifi-6050-41.28.5.1.fw.uu" \ 983 compile-with "${NORMAL_FW}" \ 984 no-obj no-implicit-rule \ 985 clean "iwn6050.fw" 986dev/netif/jme/if_jme.c optional jme 987dev/netif/ral/if_ral_pci.c optional ral 988dev/netif/ral/rt2560.c optional ral 989dev/netif/ral/rt2661.c optional ral 990dev/netif/ral/rt2860.c optional ral 991rt2561fw.c optional ralfw \ 992 compile-with "${AWK} -f $S/tools/fw_stub.awk rt2561.fw:rt2561fw -m rt2561 -c ${.TARGET}" \ 993 no-implicit-rule before-depend local \ 994 clean "rt2561fw.c" 995rt2561fw.fwo optional ralfw \ 996 dependency "rt2561.fw" \ 997 compile-with "${NORMAL_FWO}" \ 998 no-implicit-rule \ 999 clean "rt2561fw.fwo" 1000rt2561.fw optional ralfw \ 1001 dependency "$S/contrib/dev/ral/rt2561.fw.uu" \ 1002 compile-with "${NORMAL_FW}" \ 1003 no-obj no-implicit-rule \ 1004 clean "rt2561.fw" 1005rt2561sfw.c optional ralfw \ 1006 compile-with "${AWK} -f $S/tools/fw_stub.awk rt2561s.fw:rt2561sfw -m rt2561s -c ${.TARGET}" \ 1007 no-implicit-rule before-depend local \ 1008 clean "rt2561sfw.c" 1009rt2561sfw.fwo optional ralfw \ 1010 dependency "rt2561s.fw" \ 1011 compile-with "${NORMAL_FWO}" \ 1012 no-implicit-rule \ 1013 clean "rt2561sfw.fwo" 1014rt2561s.fw optional ralfw \ 1015 dependency "$S/contrib/dev/ral/rt2561s.fw.uu" \ 1016 compile-with "${NORMAL_FW}" \ 1017 no-obj no-implicit-rule \ 1018 clean "rt2561s.fw" 1019rt2661fw.c optional ralfw \ 1020 compile-with "${AWK} -f $S/tools/fw_stub.awk rt2661.fw:rt2661fw -m rt2661 -c ${.TARGET}" \ 1021 no-implicit-rule before-depend local \ 1022 clean "rt2661fw.c" 1023rt2661fw.fwo optional ralfw \ 1024 dependency "rt2661.fw" \ 1025 compile-with "${NORMAL_FWO}" \ 1026 no-implicit-rule \ 1027 clean "rt2661fw.fwo" 1028rt2661.fw optional ralfw \ 1029 dependency "$S/contrib/dev/ral/rt2661.fw.uu" \ 1030 compile-with "${NORMAL_FW}" \ 1031 no-obj no-implicit-rule \ 1032 clean "rt2661.fw" 1033rt2860fw.c optional ralfw \ 1034 compile-with "${AWK} -f $S/tools/fw_stub.awk rt2860.fw:rt2860fw -m rt2860 -c ${.TARGET}" \ 1035 no-implicit-rule before-depend local \ 1036 clean "rt2860fw.c" 1037rt2860fw.fwo optional ralfw \ 1038 dependency "rt2860.fw" \ 1039 compile-with "${NORMAL_FWO}" \ 1040 no-implicit-rule \ 1041 clean "rt2860fw.fwo" 1042rt2860.fw optional ralfw \ 1043 dependency "$S/contrib/dev/ral/rt2860.fw.uu" \ 1044 compile-with "${NORMAL_FW}" \ 1045 no-obj no-implicit-rule \ 1046 clean "rt2860.fw" 1047dev/netif/lge/if_lge.c optional lge 1048dev/misc/ipmi/ipmi.c optional ipmi 1049dev/misc/ipmi/ipmi_acpi.c optional ipmi acpi 1050dev/misc/ipmi/ipmi_isa.c optional ipmi isa 1051dev/misc/ipmi/ipmi_kcs.c optional ipmi 1052dev/misc/ipmi/ipmi_smic.c optional ipmi 1053dev/misc/ipmi/ipmi_smbus.c optional ipmi smbus 1054dev/misc/ipmi/ipmi_smbios.c optional ipmi 1055dev/misc/ipmi/ipmi_ssif.c optional ipmi smbus 1056dev/misc/ipmi/ipmi_pci.c optional ipmi pci 1057dev/misc/led/led.c optional led 1058dev/disk/md/md.c optional md 1059dev/raid/mfi/mfi.c optional mfi 1060dev/raid/mfi/mfi_debug.c optional mfi 1061dev/raid/mfi/mfi_pci.c optional mfi pci 1062dev/raid/mfi/mfi_disk.c optional mfi 1063dev/raid/mfi/mfi_syspd.c optional mfi 1064dev/raid/mfi/mfi_tbolt.c optional mfi 1065dev/raid/mfi/mfi_cam.c optional mfip scbus 1066miidevs.h optional miibus \ 1067 dependency "$S/tools/miidevs2h.awk $S/dev/netif/mii_layer/miidevs" \ 1068 compile-with "${AWK} -f $S/tools/miidevs2h.awk $S/dev/netif/mii_layer/miidevs" \ 1069 no-obj no-implicit-rule before-depend \ 1070 clean "miidevs.h" 1071dev/netif/mii_layer/mii.c optional miibus 1072dev/netif/mii_layer/mii_physubr.c optional miibus 1073dev/netif/mii_layer/ukphy.c optional miibus 1074dev/netif/mii_layer/ukphy_subr.c optional miibus 1075dev/netif/mii_layer/amphy.c optional miibus 1076dev/netif/mii_layer/brgphy.c optional miibus 1077dev/netif/mii_layer/ciphy.c optional miibus 1078dev/netif/mii_layer/dcphy.c optional miibus pci 1079dev/netif/mii_layer/e1000phy.c optional miibus 1080dev/netif/mii_layer/exphy.c optional miibus 1081dev/netif/mii_layer/inphy.c optional miibus 1082dev/netif/mii_layer/mlphy.c optional miibus 1083dev/netif/mii_layer/nsphy.c optional miibus 1084dev/netif/mii_layer/nsgphy.c optional miibus 1085dev/netif/mii_layer/pnphy.c optional miibus 1086dev/netif/mii_layer/pnaphy.c optional miibus 1087dev/netif/mii_layer/tlphy.c optional miibus 1088dev/netif/mii_layer/rlphy.c optional miibus 1089dev/netif/mii_layer/xmphy.c optional miibus 1090dev/netif/mii_layer/lxtphy.c optional miibus 1091dev/netif/mii_layer/qsphy.c optional miibus 1092dev/netif/mii_layer/acphy.c optional miibus 1093dev/netif/mii_layer/ruephy.c optional miibus 1094dev/netif/mii_layer/rgephy.c optional miibus 1095dev/netif/mii_layer/ip1000phy.c optional miibus 1096dev/netif/mii_layer/truephy.c optional miibus 1097dev/netif/mii_layer/jmphy.c optional miibus 1098dev/netif/mii_layer/atphy.c optional miibus 1099dev/netif/mii_layer/miibus_if.m optional miibus 1100dev/raid/mlx/mlx_disk.c optional mlx 1101dev/raid/mlx/mlx_pci.c optional mlx 1102dev/raid/mlx/mlx.c optional mlx 1103dev/raid/mly/mly.c optional mly 1104bus/mmc/mmc_subr.c optional mmc 1105bus/mmc/mmc.c optional mmc 1106bus/mmc/mmcbr_if.m standard 1107bus/mmc/mmcbus_if.m standard 1108dev/disk/mmcsd/mmcsd.c optional mmcsd 1109dev/raid/mpr/mpr.c optional mpr 1110dev/raid/mpr/mpr_config.c optional mpr 1111dev/raid/mpr/mpr_mapping.c optional mpr 1112dev/raid/mpr/mpr_pci.c optional mpr pci 1113dev/raid/mpr/mpr_sas.c optional mpr 1114dev/raid/mpr/mpr_sas_lsi.c optional mpr 1115dev/raid/mpr/mpr_table.c optional mpr 1116dev/raid/mpr/mpr_user.c optional mpr 1117dev/raid/mps/mps.c optional mps 1118dev/raid/mps/mps_config.c optional mps 1119dev/raid/mps/mps_mapping.c optional mps 1120dev/raid/mps/mps_pci.c optional mps pci 1121dev/raid/mps/mps_sas.c optional mps 1122dev/raid/mps/mps_sas_lsi.c optional mps 1123dev/raid/mps/mps_table.c optional mps 1124dev/raid/mps/mps_user.c optional mps 1125dev/disk/mpt/mpt.c optional mpt 1126dev/disk/mpt/mpt_cam.c optional mpt 1127dev/disk/mpt/mpt_debug.c optional mpt 1128dev/disk/mpt/mpt_pci.c optional mpt pci 1129dev/disk/mpt/mpt_raid.c optional mpt 1130dev/disk/mpt/mpt_user.c optional mpt 1131dev/netif/mxge/if_mxge.c optional mxge pci 1132mxge_eth_z8e.c optional mxgefw \ 1133 compile-with "${AWK} -f $S/tools/fw_stub.awk mxge_eth_z8e.fw:mxge_eth_z8e:377284 -m mxge_eth_z8e -c ${.TARGET}" \ 1134 no-implicit-rule before-depend local \ 1135 clean "mxge_eth_z8e.c" 1136mxge_eth_z8e.fwo optional mxgefw \ 1137 dependency "mxge_eth_z8e.fw" \ 1138 compile-with "${NORMAL_FWO}" \ 1139 no-implicit-rule \ 1140 clean "mxge_eth_z8e.fwo" 1141mxge_eth_z8e.fw optional mxgefw \ 1142 dependency "$S/contrib/dev/mxge/mxge_eth_z8e.fw.uu" \ 1143 compile-with "${NORMAL_FW}" \ 1144 no-obj no-implicit-rule \ 1145 clean "mxge_eth_z8e.fw" 1146mxge_ethp_z8e.c optional mxgefw \ 1147 compile-with "${AWK} -f $S/tools/fw_stub.awk mxge_ethp_z8e.fw:mxge_ethp_z8e:377284 -m mxge_ethp_z8e -c ${.TARGET}" \ 1148 no-implicit-rule before-depend local \ 1149 clean "mxge_ethp_z8e.c" 1150mxge_ethp_z8e.fwo optional mxgefw \ 1151 dependency "mxge_ethp_z8e.fw" \ 1152 compile-with "${NORMAL_FWO}" \ 1153 no-implicit-rule \ 1154 clean "mxge_ethp_z8e.fwo" 1155mxge_ethp_z8e.fw optional mxgefw \ 1156 dependency "$S/contrib/dev/mxge/mxge_ethp_z8e.fw.uu" \ 1157 compile-with "${NORMAL_FW}" \ 1158 no-obj no-implicit-rule \ 1159 clean "mxge_ethp_z8e.fw" 1160mxge_rss_eth_z8e.c optional mxgefw \ 1161 compile-with "${AWK} -f $S/tools/fw_stub.awk mxge_rss_eth_z8e.fw:mxge_rss_eth_z8e:377284 -m mxge_rss_eth_z8e -c ${.TARGET}" \ 1162 no-implicit-rule before-depend local \ 1163 clean "mxge_rss_eth_z8e.c" 1164mxge_rss_eth_z8e.fwo optional mxgefw \ 1165 dependency "mxge_rss_eth_z8e.fw" \ 1166 compile-with "${NORMAL_FWO}" \ 1167 no-implicit-rule \ 1168 clean "mxge_rss_eth_z8e.fwo" 1169mxge_rss_eth_z8e.fw optional mxgefw \ 1170 dependency "$S/contrib/dev/mxge/mxge_rss_eth_z8e.fw.uu" \ 1171 compile-with "${NORMAL_FW}" \ 1172 no-obj no-implicit-rule \ 1173 clean "mxge_rss_eth_z8e.fw" 1174mxge_rss_ethp_z8e.c optional mxgefw \ 1175 compile-with "${AWK} -f $S/tools/fw_stub.awk mxge_rss_ethp_z8e.fw:mxge_rss_ethp_z8e:377284 -m mxge_rss_ethp_z8e -c ${.TARGET}" \ 1176 no-implicit-rule before-depend local \ 1177 clean "mxge_rss_ethp_z8e.c" 1178mxge_rss_ethp_z8e.fwo optional mxgefw \ 1179 dependency "mxge_rss_ethp_z8e.fw" \ 1180 compile-with "${NORMAL_FWO}" \ 1181 no-implicit-rule \ 1182 clean "mxge_rss_ethp_z8e.fwo" 1183mxge_rss_ethp_z8e.fw optional mxgefw \ 1184 dependency "$S/contrib/dev/mxge/mxge_rss_ethp_z8e.fw.uu" \ 1185 compile-with "${NORMAL_FW}" \ 1186 no-obj no-implicit-rule \ 1187 clean "mxge_rss_ethp_z8e.fw" 1188net/zlib.c optional mxge pci 1189dev/netif/my/if_my.c optional my 1190dev/misc/musycc/musycc.c optional musycc netgraph 1191dev/netif/nge/if_nge.c optional nge 1192dev/misc/nmdm/nmdm.c optional nmdm 1193dev/netif/oce/oce_hw.c optional oce pci 1194dev/netif/oce/oce_if.c optional oce pci 1195dev/netif/oce/oce_mbox.c optional oce pci 1196dev/netif/oce/oce_queue.c optional oce pci 1197dev/netif/oce/oce_sysctl.c optional oce pci 1198dev/netif/oce/oce_util.c optional oce pci 1199bus/ppbus/ppbus_if.m optional ppbus 1200dev/misc/puc/puc.c optional puc 1201dev/misc/puc/pucdata.c optional puc 1202dev/disk/vpo/immio.c optional vpo 1203dev/netif/plip/if_plip.c optional plip 1204dev/misc/lpbb/lpbb.c optional lpbb 1205dev/misc/lpt/lpt.c optional lpt 1206dev/misc/pcfclock/pcfclock.c optional pcfclock 1207dev/misc/cmx/cmx.c optional cmx 1208dev/misc/cmx/cmx_pccard.c optional cmx pccard 1209bus/iicbus/pcf/pcf.c optional pcf 1210bus/ppbus/ppb_base.c optional ppbus 1211bus/ppbus/ppb_1284.c optional ppbus 1212bus/ppbus/ppb_msq.c optional ppbus 1213bus/ppbus/ppbconf.c optional ppbus 1214dev/misc/ppi/ppi.c optional ppi 1215dev/misc/pps/pps.c optional pps 1216dev/disk/vpo/vpo.c optional vpo 1217dev/disk/vpo/vpoio.c optional vpo 1218dev/crypto/rndtest/rndtest.c optional rndtest 1219dev/crypto/safe/safe.c optional safe 1220dev/netif/sbsh/if_sbsh.c optional sbsh 1221dev/disk/sdhci/sdhci.c optional sdhci 1222dev/disk/sdhci/sdhci_if.m optional sdhci 1223dev/disk/sdhci/sdhci_pci.c optional sdhci pci 1224dev/disk/sdhci/sdhci_acpi.c optional sdhci acpi 1225bus/smbus/smbus_if.m optional smbus 1226bus/smbus/smbconf.c optional smbus 1227bus/smbus/smbus.c optional smbus 1228bus/smbus/amdsmb/amdsmb.c optional amdsmb pci 1229bus/smbus/ichiic/ig4_iic.c optional ichiic 1230bus/smbus/ichiic/ig4_pci.c optional ichiic pci 1231bus/smbus/ichiic/ig4_acpi.c optional ichiic acpi 1232bus/smbus/ichsmb/ichsmb.c optional ichsmb 1233bus/smbus/ichsmb/ichsmb_pci.c optional ichsmb pci 1234bus/smbus/smbacpi/smbacpi.c optional smbacpi acpi 1235dev/smbus/smb/smb.c optional smb 1236dev/netif/bwn/siba/siba_bwn.c optional siba_bwn pci 1237dev/netif/bwn/siba/siba_core.c optional siba_bwn pci 1238dev/netif/sln/if_sln.c optional sln pci 1239dev/netif/sn/if_sn.c optional sn 1240dev/netif/sn/if_sn_pccard.c optional sn pccard 1241dev/misc/snp/snp.c optional snp 1242dev/crypto/tpm/tpm.c optional tpm 1243dev/crypto/tpm/tpm20.c optional tpm 1244dev/crypto/tpm/tpm_acpi.c optional tpm acpi 1245dev/crypto/tpm/tpm_crb.c optional tpm acpi 1246dev/crypto/tpm/tpm_isa.c optional tpm isa 1247dev/crypto/tpm/tpm_tis.c optional tpm acpi 1248bus/iicbus/iicbb.c optional iicbb 1249bus/iicbus/iicbb_if.m optional iicbb 1250bus/iicbus/iicsmb.c optional iicsmb 1251bus/iicbus/iicbus_if.m optional iicbus 1252bus/iicbus/iiconf.c optional iicbus 1253bus/iicbus/iicbus.c optional iicbus 1254bus/iicbus/iic.c optional iic 1255dev/netif/ic/if_ic.c optional ic 1256dev/disk/trm/trm.c optional trm 1257dev/raid/twa/tw_cl_init.c optional twa 1258dev/raid/twa/tw_cl_intr.c optional twa 1259dev/raid/twa/tw_cl_io.c optional twa 1260dev/raid/twa/tw_cl_misc.c optional twa 1261dev/raid/twa/tw_osl_cam.c optional twa 1262dev/raid/twa/tw_osl_freebsd.c optional twa 1263dev/raid/twe/twe.c optional twe 1264dev/raid/twe/twe_freebsd.c optional twe 1265dev/raid/tws/tws.c optional tws 1266dev/raid/tws/tws_cam.c optional tws 1267dev/raid/tws/tws_hdm.c optional tws 1268dev/raid/tws/tws_services.c optional tws 1269dev/raid/tws/tws_user.c optional tws 1270dev/netif/tx/if_tx.c optional tx 1271dev/netif/txp/if_txp.c optional txp 1272dev/raid/vinum/vinum.c optional vinum 1273dev/raid/vinum/vinumconfig.c optional vinum 1274dev/raid/vinum/vinumdaemon.c optional vinum 1275dev/raid/vinum/vinuminterrupt.c optional vinum 1276dev/raid/vinum/vinumio.c optional vinum 1277dev/raid/vinum/vinumioctl.c optional vinum 1278dev/raid/vinum/vinumlock.c optional vinum 1279dev/raid/vinum/vinummemory.c optional vinum 1280dev/raid/vinum/vinumparser.c optional vinum 1281dev/raid/vinum/vinumraid5.c optional vinum 1282dev/raid/vinum/vinumrequest.c optional vinum 1283dev/raid/vinum/vinumrevive.c optional vinum 1284dev/raid/vinum/vinumstate.c optional vinum 1285dev/raid/vinum/vinumutil.c optional vinum 1286dev/raid/ips/ips.c optional ips 1287dev/raid/ips/ips_commands.c optional ips 1288dev/raid/ips/ips_disk.c optional ips 1289dev/raid/ips/ips_ioctl.c optional ips 1290dev/raid/ips/ips_pci.c optional ips 1291dev/disk/vn/vn.c optional vn 1292dev/netif/wi/if_wi.c optional wi 1293dev/netif/wi/if_wi_pccard.c optional wi pccard 1294dev/netif/wi/if_wi_pci.c optional wi pci 1295dev/netif/wpi/if_wpi.c optional wpi 1296wpifw.c optional wpifw \ 1297 compile-with "${AWK} -f $S/tools/fw_stub.awk wpi.fw:wpifw:2144 -m wpifw -c ${.TARGET}" \ 1298 no-implicit-rule before-depend local \ 1299 clean "wpifw.c" 1300wpifw.fwo optional wpifw \ 1301 dependency "wpi.fw" \ 1302 compile-with "${NORMAL_FWO}" \ 1303 no-implicit-rule \ 1304 clean "wpifw.fwo" 1305wpi.fw optional wpifw \ 1306 dependency "$S/contrib/dev/wpi/iwlwifi-3945-15.32.2.9.fw.uu" \ 1307 compile-with "${NORMAL_FW}" \ 1308 no-obj no-implicit-rule \ 1309 clean "wpi.fw" 1310dev/netif/xe/if_xe.c optional xe 1311dev/netif/xe/if_xe_pccard.c optional xe pccard 1312vfs/ext2fs/ext2_alloc.c optional ext2fs 1313vfs/ext2fs/ext2_balloc.c optional ext2fs 1314vfs/ext2fs/ext2_bmap.c optional ext2fs 1315vfs/ext2fs/ext2_csum.c optional ext2fs 1316vfs/ext2fs/ext2_extents.c optional ext2fs 1317vfs/ext2fs/ext2_hash.c optional ext2fs 1318vfs/ext2fs/ext2_htree.c optional ext2fs 1319vfs/ext2fs/ext2_ihash.c optional ext2fs 1320vfs/ext2fs/ext2_inode.c optional ext2fs 1321vfs/ext2fs/ext2_inode_cnv.c optional ext2fs 1322vfs/ext2fs/ext2_lookup.c optional ext2fs 1323vfs/ext2fs/ext2_subr.c optional ext2fs 1324vfs/ext2fs/ext2_vfsops.c optional ext2fs 1325vfs/ext2fs/ext2_vnops.c optional ext2fs 1326vfs/isofs/cd9660/cd9660_bmap.c optional cd9660 1327vfs/isofs/cd9660/cd9660_lookup.c optional cd9660 1328vfs/isofs/cd9660/cd9660_node.c optional cd9660 1329vfs/isofs/cd9660/cd9660_rrip.c optional cd9660 1330vfs/isofs/cd9660/cd9660_util.c optional cd9660 1331vfs/isofs/cd9660/cd9660_vfsops.c optional cd9660 1332vfs/isofs/cd9660/cd9660_vnops.c optional cd9660 1333vfs/isofs/cd9660/cd9660_iconv/cd9660_iconv.c optional cd9660_iconv 1334vfs/udf/osta.c optional udf 1335vfs/udf/udf_vfsops.c optional udf 1336vfs/udf/udf_vnops.c optional udf 1337kern/imgact_elf.c standard 1338kern/imgact_resident.c standard 1339kern/imgact_shell.c standard 1340kern/init_main.c standard 1341kern/init_sysent.c standard 1342kern/kern_checkpoint.c standard 1343kern/kern_sysref.c standard 1344kern/kern_intr.c standard 1345kern/kern_varsym.c standard 1346kern/kern_module.c standard 1347kern/kern_linker.c standard 1348kern/kern_uuid.c standard 1349kern/link_elf.c standard 1350kern/kern_acct.c standard 1351kern/kern_acl.c standard 1352kern/kern_clock.c standard 1353kern/kern_collect.c standard 1354kern/kern_condvar.c standard 1355kern/kern_conf.c standard 1356kern/kern_debug.c standard 1357kern/kern_device.c standard 1358kern/kern_descrip.c standard 1359kern/kern_dmsg.c standard 1360kern/kern_fp.c standard 1361kern/kern_environment.c standard 1362kern/kern_event.c standard 1363kern/kern_exec.c standard 1364kern/kern_exit.c standard 1365kern/kern_fork.c standard 1366kern/kern_jail.c standard 1367kern/kern_kinfo.c standard 1368kern/kern_kthread.c standard 1369kern/kern_ktr.c optional ktr 1370kern/kern_ktrace.c standard 1371kern/kern_lock.c standard 1372kern/kern_lockf.c standard 1373kern/kern_mib.c standard 1374kern/kern_ntptime.c standard 1375kern/kern_objcache.c standard 1376kern/kern_physio.c standard 1377kern/kern_proc.c standard 1378kern/kern_prot.c standard 1379kern/kern_caps.c standard 1380kern/kern_nrandom.c standard 1381kern/kern_resource.c standard 1382kern/kern_plimit.c standard 1383kern/kern_slaballoc.c standard 1384kern/kern_kmalloc.c standard 1385kern/kern_systimer.c standard 1386kern/kern_cputimer.c standard 1387kern/kern_mpipe.c standard 1388kern/kern_shutdown.c standard 1389kern/kern_sig.c standard 1390kern/kern_memio.c standard 1391kern/kern_udev.c standard 1392kern/kern_sfbuf.c standard 1393kern/kern_subr.c standard 1394kern/kern_iosched.c standard 1395kern/kern_usched.c standard 1396kern/usched_bsd4.c standard 1397kern/usched_dfly.c standard 1398kern/usched_dummy.c standard 1399kern/kern_umtx.c standard 1400kern/kern_mutex.c standard 1401kern/kern_refcount.c standard 1402kern/lwkt_thread.c standard 1403kern/lwkt_ipiq.c standard 1404kern/lwkt_token.c standard 1405kern/lwkt_msgport.c standard 1406kern/lwkt_serialize.c standard 1407kern/kern_dsched.c standard 1408kern/kern_sensors.c standard 1409kern/kern_spinlock.c standard 1410kern/kern_synch.c standard 1411kern/kern_syscalls.c standard 1412kern/kern_sysctl.c standard 1413kern/kern_time.c standard 1414kern/kern_timeout.c standard 1415kern/kern_wdog.c standard 1416kern/kern_xio.c standard 1417kern/md5c.c standard 1418kern/subr_autoconf.c standard 1419kern/subr_bus.c standard 1420kern/subr_cpuhelper.c standard 1421kern/subr_csprng.c standard 1422kern/subr_busdma.c standard 1423kern/subr_devstat.c standard 1424kern/subr_disk.c standard 1425kern/subr_diskiocom.c standard 1426kern/subr_disklabel32.c standard 1427kern/subr_disklabel64.c standard 1428kern/subr_diskslice.c standard 1429kern/subr_eventhandler.c standard 1430kern/subr_fattime.c standard 1431kern/subr_firmware.c standard 1432# temporarily not included in kernel, included 1433# by cyapa until stable. 1434#kern/subr_input.c standard 1435kern/subr_kcore.c standard 1436kern/subr_kobj.c standard 1437kern/subr_log.c standard 1438kern/libmchain/subr_mchain.c optional libmchain 1439kern/subr_module.c standard 1440kern/subr_param.c standard 1441kern/subr_power.c standard 1442# XXX drhodus 1443kern/subr_prf.c standard 1444kern/subr_prof.c standard 1445kern/subr_sleepqueue.c standard 1446kern/subr_alist.c standard 1447kern/subr_blist.c standard 1448kern/subr_sbuf.c standard 1449kern/subr_scanf.c standard 1450kern/subr_sglist.c standard 1451kern/subr_taskqueue.c standard 1452kern/subr_gtaskqueue.c standard 1453kern/subr_rbtree.c standard 1454kern/sys_generic.c standard 1455kern/sys_pipe.c standard 1456kern/sys_process.c standard 1457kern/subr_rman.c standard 1458kern/subr_unit.c standard 1459kern/sys_mqueue.c standard 1460kern/sys_socket.c standard 1461kern/sysv_ipc.c standard 1462kern/sysv_msg.c standard 1463kern/sysv_sem.c standard 1464kern/sysv_shm.c standard 1465kern/tty.c standard 1466kern/tty_conf.c standard 1467kern/tty_cons.c standard 1468kern/tty_pty.c optional pty 1469kern/tty_subr.c standard 1470kern/tty_tty.c standard 1471kern/uipc_accf.c optional inet 1472kern/uipc_domain.c standard 1473kern/uipc_mbuf.c standard 1474kern/uipc_mbuf2.c standard 1475kern/uipc_sockbuf.c standard 1476kern/uipc_msg.c standard 1477kern/uipc_proto.c standard 1478kern/uipc_socket.c standard 1479kern/uipc_socket2.c standard 1480kern/uipc_syscalls.c standard 1481kern/uipc_usrreq.c standard 1482kern/vfs_bio.c standard 1483kern/vfs_cache.c standard 1484kern/vfs_cluster.c standard 1485kern/vfs_conf.c standard 1486kern/vfs_default.c standard 1487kern/vfs_helper.c standard 1488kern/vfs_init.c standard 1489kern/vfs_journal.c standard 1490kern/vfs_jops.c standard 1491kern/vfs_lookup.c standard 1492kern/vfs_nlookup.c standard 1493kern/vfs_subr.c standard 1494kern/vfs_vm.c standard 1495kern/vfs_lock.c standard 1496kern/vfs_mount.c standard 1497kern/vfs_quota.c standard 1498kern/vfs_sync.c standard 1499kern/vfs_synth.c standard 1500kern/vfs_syscalls.c standard 1501kern/vfs_vnops.c standard 1502kern/vfs_vopops.c standard 1503kern/vfs_vfsops.c standard 1504kern/kern_threads.c standard 1505kern/vfs_aio.c standard 1506kern/subr_cpu_topology.c standard 1507vfs/deadfs/dead_vnops.c standard 1508vfs/fifofs/fifo_vnops.c standard 1509vfs/nullfs/null_vfsops.c optional nullfs 1510vfs/nullfs/null_vnops.c optional nullfs 1511vfs/procfs/procfs_ctl.c optional procfs 1512vfs/procfs/procfs_dbregs.c standard 1513vfs/procfs/procfs_fpregs.c standard 1514vfs/procfs/procfs_map.c optional procfs 1515vfs/procfs/procfs_mem.c standard 1516vfs/procfs/procfs_note.c optional procfs 1517vfs/procfs/procfs_regs.c standard 1518vfs/procfs/procfs_status.c optional procfs 1519vfs/procfs/procfs_subr.c optional procfs 1520vfs/procfs/procfs_type.c optional procfs 1521vfs/procfs/procfs_vfsops.c optional procfs 1522vfs/procfs/procfs_vnops.c optional procfs 1523vfs/procfs/procfs_rlimit.c optional procfs 1524vfs/hpfs/hpfs_alsubr.c optional hpfs 1525vfs/hpfs/hpfs_hash.c optional hpfs 1526vfs/hpfs/hpfs_lookup.c optional hpfs 1527vfs/hpfs/hpfs_subr.c optional hpfs 1528vfs/hpfs/hpfs_vfsops.c optional hpfs 1529vfs/hpfs/hpfs_vnops.c optional hpfs 1530vfs/msdosfs/msdosfs_conv.c optional msdosfs 1531vfs/msdosfs/msdosfs_denode.c optional msdosfs 1532vfs/msdosfs/msdosfs_fat.c optional msdosfs 1533vfs/msdosfs/msdosfs_lookup.c optional msdosfs 1534vfs/msdosfs/msdosfs_vfsops.c optional msdosfs 1535vfs/msdosfs/msdosfs_vnops.c optional msdosfs 1536vfs/msdosfs/msdosfs_iconv/msdosfs_iconv.c optional msdosfs_iconv 1537vfs/ntfs/ntfs_compr.c optional ntfs 1538vfs/ntfs/ntfs_ihash.c optional ntfs 1539vfs/ntfs/ntfs_subr.c optional ntfs 1540vfs/ntfs/ntfs_vfsops.c optional ntfs 1541vfs/ntfs/ntfs_vnops.c optional ntfs 1542vfs/ntfs/ntfs_iconv/ntfs_iconv.c optional ntfs_iconv 1543net/altq/altq_cbq.c optional altq 1544net/altq/altq_hfsc.c optional altq 1545net/altq/altq_priq.c optional altq 1546net/altq/altq_fairq.c optional altq 1547net/altq/altq_red.c optional altq 1548net/altq/altq_rio.c optional altq 1549net/altq/altq_rmclass.c optional altq 1550net/altq/altq_subr.c optional altq 1551net/bpf.c standard 1552net/bpf_filter.c optional bpf 1553net/bridge/if_bridge.c optional bridge 1554net/bridge/bridgestp.c optional bridge 1555net/if.c standard 1556net/if_clone.c standard 1557net/if_poll.c optional ifpoll_enable 1558net/disc/if_disc.c optional disc 1559net/if_ethersubr.c optional ether 1560net/gif/if_gif.c optional gif 1561net/gre/if_gre.c optional gre inet 1562net/lagg/ieee8023ad_lacp.c optional lagg 1563net/lagg/if_lagg.c optional lagg 1564net/pfil.c standard 1565net/pf/if_pflog.c optional pflog 1566net/pf/if_pfsync.c optional pf 1567net/pf/pf.c optional pf 1568net/pf/pf_if.c optional pf 1569net/pf/pf_subr.c optional pf 1570net/pf/pf_ioctl.c optional pf 1571net/pf/pf_norm.c optional pf 1572net/pf/pf_ruleset.c optional pf 1573net/pf/pf_table.c optional pf 1574net/pf/pf_osfp.c optional pf 1575net/ppp_layer/slcompress.c optional sl 1576net/ppp_layer/slcompress.c optional sppp 1577net/if_loop.c optional loop 1578net/if_media.c standard 1579net/if_mib.c standard 1580net/sl/if_sl.c optional sl 1581net/sppp/if_spppsubr.c optional sppp 1582net/stf/if_stf.c optional stf 1583net/tun/if_tun.c optional tun 1584net/tap/if_tap.c optional tap 1585net/vlan/if_vlan.c optional vlan 1586net/vlan/if_vlan_ether.c optional ether 1587net/net_osdep.c standard 1588net/netisr.c standard 1589net/radix.c standard 1590net/raw_cb.c standard 1591net/raw_usrreq.c standard 1592net/route.c standard 1593net/rtsock.c standard 1594netbt/bt_input.c optional bluetooth 1595netbt/bt_proto.c optional bluetooth 1596netbt/hci_event.c optional bluetooth 1597netbt/hci_ioctl.c optional bluetooth 1598netbt/hci_link.c optional bluetooth 1599netbt/hci_misc.c optional bluetooth 1600netbt/hci_socket.c optional bluetooth 1601netbt/hci_unit.c optional bluetooth 1602netbt/l2cap_lower.c optional bluetooth 1603netbt/l2cap_misc.c optional bluetooth 1604netbt/l2cap_signal.c optional bluetooth 1605netbt/l2cap_socket.c optional bluetooth 1606netbt/l2cap_upper.c optional bluetooth 1607netbt/rfcomm_dlc.c optional bluetooth 1608netbt/rfcomm_session.c optional bluetooth 1609netbt/rfcomm_socket.c optional bluetooth 1610netbt/rfcomm_upper.c optional bluetooth 1611netbt/sco_socket.c optional bluetooth 1612netbt/sco_upper.c optional bluetooth 1613netproto/802_11/wlan/ieee80211.c optional wlan 1614netproto/802_11/wlan_acl/ieee80211_acl.c optional wlan_acl 1615netproto/802_11/wlan/ieee80211_action.c optional wlan 1616netproto/802_11/wlan/ieee80211_adhoc.c optional wlan 1617netproto/802_11/wlan/ieee80211_ageq.c optional wlan 1618netproto/802_11/wlan/ieee80211_amrr.c optional wlan_amrr 1619netproto/802_11/wlan/ieee80211_amrr.c optional wlan 1620netproto/802_11/wlan/ieee80211_crypto.c optional wlan 1621netproto/802_11/wlan_ccmp/ieee80211_crypto_ccmp.c optional wlan_ccmp 1622netproto/802_11/wlan/ieee80211_crypto_none.c optional wlan 1623netproto/802_11/wlan_tkip/ieee80211_crypto_tkip.c optional wlan_tkip 1624netproto/802_11/wlan_wep/ieee80211_crypto_wep.c optional wlan_wep 1625netproto/802_11/wlan/ieee80211_ddb.c optional wlan ddb 1626netproto/802_11/wlan/ieee80211_dfs.c optional wlan 1627netproto/802_11/wlan/ieee80211_dragonfly.c optional wlan 1628netproto/802_11/wlan/ieee80211_hostap.c optional wlan 1629netproto/802_11/wlan/ieee80211_ht.c optional wlan 1630netproto/802_11/wlan/ieee80211_hwmp.c optional wlan ieee80211_support_mesh 1631netproto/802_11/wlan/ieee80211_input.c optional wlan 1632netproto/802_11/wlan/ieee80211_ioctl.c optional wlan 1633netproto/802_11/wlan/ieee80211_mesh.c optional wlan ieee80211_support_mesh 1634netproto/802_11/wlan/ieee80211_monitor.c optional wlan 1635netproto/802_11/wlan/ieee80211_node.c optional wlan 1636netproto/802_11/wlan/ieee80211_output.c optional wlan 1637netproto/802_11/wlan/ieee80211_phy.c optional wlan 1638netproto/802_11/wlan/ieee80211_power.c optional wlan 1639netproto/802_11/wlan/ieee80211_proto.c optional wlan 1640netproto/802_11/wlan/ieee80211_radiotap.c optional wlan 1641netproto/802_11/wlan/ieee80211_ratectl.c optional wlan 1642netproto/802_11/wlan/ieee80211_ratectl_none.c optional wlan 1643netproto/802_11/wlan/ieee80211_regdomain.c optional wlan 1644netproto/802_11/wlan/ieee80211_rssadapt.c optional wlan_rssadapt 1645netproto/802_11/wlan/ieee80211_scan.c optional wlan 1646netproto/802_11/wlan/ieee80211_scan_sta.c optional wlan 1647netproto/802_11/wlan/ieee80211_scan_sw.c optional wlan 1648netproto/802_11/wlan/ieee80211_sta.c optional wlan 1649netproto/802_11/wlan/ieee80211_superg.c optional wlan ieee80211_support_superg 1650netproto/802_11/wlan/ieee80211_tdma.c optional wlan ieee80211_support_tdma 1651netproto/802_11/wlan/ieee80211_wds.c optional wlan 1652netproto/802_11/wlan_xauth/ieee80211_xauth.c optional wlan_xauth 1653 1654# 1655# New netgraph 1656# 1657netgraph7/bluetooth/common/ng_bluetooth.c optional netgraph7_bluetooth 1658netgraph7/bluetooth/drivers/bt3c/ng_bt3c_pccard.c optional netgraph7_bluetooth_bt3c 1659netgraph7/bluetooth/drivers/h4/ng_h4.c optional netgraph7_bluetooth_h4 1660netgraph7/bluetooth/drivers/ubt/ng_ubt.c optional netgraph7_bluetooth_ubt 1661netgraph7/bluetooth/drivers/ubtbcmfw/ubtbcmfw.c optional netgraph7_bluetooth_ubtbcmfw 1662netgraph7/bluetooth/hci/ng_hci_cmds.c optional netgraph7_bluetooth_hci 1663netgraph7/bluetooth/hci/ng_hci_evnt.c optional netgraph7_bluetooth_hci 1664netgraph7/bluetooth/hci/ng_hci_main.c optional netgraph7_bluetooth_hci 1665netgraph7/bluetooth/hci/ng_hci_misc.c optional netgraph7_bluetooth_hci 1666netgraph7/bluetooth/hci/ng_hci_ulpi.c optional netgraph7_bluetooth_hci 1667netgraph7/bluetooth/l2cap/ng_l2cap_cmds.c optional netgraph7_bluetooth_l2cap 1668netgraph7/bluetooth/l2cap/ng_l2cap_evnt.c optional netgraph7_bluetooth_l2cap 1669netgraph7/bluetooth/l2cap/ng_l2cap_llpi.c optional netgraph7_bluetooth_l2cap 1670netgraph7/bluetooth/l2cap/ng_l2cap_main.c optional netgraph7_bluetooth_l2cap 1671netgraph7/bluetooth/l2cap/ng_l2cap_misc.c optional netgraph7_bluetooth_l2cap 1672netgraph7/bluetooth/l2cap/ng_l2cap_ulpi.c optional netgraph7_bluetooth_l2cap 1673netgraph7/bluetooth/socket/ng_btsocket.c optional netgraph7_bluetooth_socket 1674netgraph7/bluetooth/socket/ng_btsocket_hci_raw.c optional netgraph7_bluetooth_socket 1675netgraph7/bluetooth/socket/ng_btsocket_l2cap.c optional netgraph7_bluetooth_socket 1676netgraph7/bluetooth/socket/ng_btsocket_l2cap_raw.c optional netgraph7_bluetooth_socket 1677netgraph7/bluetooth/socket/ng_btsocket_rfcomm.c optional netgraph7_bluetooth_socket 1678netgraph7/netflow/netflow.c optional netgraph7_netflow 1679netgraph7/netflow/ng_netflow.c optional netgraph7_netflow 1680netgraph7/UI/ng_UI.c optional netgraph7_UI 1681netgraph7/async/ng_async.c optional netgraph7_async 1682netgraph7/netgraph/ng_base.c optional netgraph7 1683netgraph7/bpf/ng_bpf.c optional netgraph7_bpf 1684netgraph7/bridge/ng_bridge.c optional netgraph7_bridge 1685netgraph7/ng_car.c optional netgraph7_car 1686netgraph7/cisco/ng_cisco.c optional netgraph7_cisco 1687netgraph7/deflate/ng_deflate.c optional netgraph7_deflate 1688netgraph7/ng_device.c optional netgraph7_device 1689netgraph7/echo/ng_echo.c optional netgraph7_echo 1690netgraph7/eiface/ng_eiface.c optional netgraph7_eiface 1691netgraph7/etf/ng_etf.c optional netgraph7_etf 1692netgraph7/ether/ng_ether.c optional netgraph7_ether 1693netgraph7/ng_fec.c optional netgraph7_fec 1694netgraph7/frame_relay/ng_frame_relay.c optional netgraph7_frame_relay 1695netgraph7/ng_gif.c optional netgraph7_gif 1696netgraph7/ng_gif_demux.c optional netgraph7_gif_demux 1697netgraph7/hole/ng_hole.c optional netgraph7_hole 1698netgraph7/hub/ng_hub.c optional netgraph7_hub 1699netgraph7/iface/ng_iface.c optional netgraph7_iface 1700netgraph7/ng_ip_input.c optional netgraph7_ip_input 1701netgraph7/ng_ipfw.c optional netgraph7_ipfw 1702netgraph7/ksocket/ng_ksocket.c optional netgraph7_ksocket 1703netgraph7/l2tp/ng_l2tp.c optional netgraph7_l2tp 1704netgraph7/lmi/ng_lmi.c optional netgraph7_lmi 1705netgraph7/mppc/ng_mppc.c optional netgraph7_mppc_compression 1706netgraph7/mppc/ng_mppc.c optional netgraph7_mppc_encryption 1707netgraph7/ng_nat.c optional netgraph7_nat 1708netgraph7/one2many/ng_one2many.c optional netgraph7_one2many 1709netgraph7/netgraph/ng_parse.c optional netgraph7 1710netgraph7/ppp/ng_ppp.c optional netgraph7_ppp 1711netgraph7/pppoe/ng_pppoe.c optional netgraph7_pppoe 1712netgraph7/pptpgre/ng_pptpgre.c optional netgraph7_pptpgre 1713netgraph7/ng_pred1.c optional netgraph7_pred1 1714netgraph7/rfc1490/ng_rfc1490.c optional netgraph7_rfc1490 1715netgraph7/socket/ng_socket.c optional netgraph7_socket 1716netgraph7/ng_split.c optional netgraph7_split 1717netgraph7/ng_sppp.c optional netgraph7_sppp 1718netgraph7/ng_tag.c optional netgraph7_tag 1719netgraph7/tcpmss/ng_tcpmss.c optional netgraph7_tcpmss 1720netgraph7/tee/ng_tee.c optional netgraph7_tee 1721netgraph7/tty/ng_tty.c optional netgraph7_tty 1722netgraph7/vjc/ng_vjc.c optional netgraph7_vjc 1723 1724netinet/libalias/alias.c optional netgraph7_nat 1725netinet/libalias/alias_db.c optional netgraph7_nat 1726netinet/libalias/alias_mod.c optional netgraph7_nat 1727netinet/libalias/alias_proxy.c optional netgraph7_nat 1728netinet/libalias/alias_util.c optional netgraph7_nat 1729 1730crypto/rc4/rc4.c optional netgraph7_mppc_encryption 1731crypto/sha1.c optional netgraph7_mppc_encryption 1732net/bpf_filter.c optional netgraph7_bpf 1733 1734net/if_spppfr.c optional netgraph7_sppp 1735net/if_spppsubr.c optional netgraph7_sppp 1736net/mppcc.c optional netgraph7_mppc_compression 1737net/mppcd.c optional netgraph7_mppc_compression 1738net/ppp_layer/slcompress.c optional netgraph7_vjc 1739net/ppp_layer/slcompress.c optional netgraph7_sppp 1740net/zlib.c optional netgraph7_deflate 1741 1742# Original netgraph 1743# 1744netgraph/netgraph/ng_base.c optional netgraph 1745netgraph/netgraph/ng_parse.c optional netgraph 1746netgraph/async/ng_async.c optional netgraph_async 1747netgraph/bpf/ng_bpf.c optional netgraph_bpf 1748netgraph/bridge/ng_bridge.c optional netgraph_bridge 1749netgraph/cisco/ng_cisco.c optional netgraph_cisco 1750netgraph/echo/ng_echo.c optional netgraph_echo 1751netgraph/eiface/ng_eiface.c optional netgraph_eiface 1752netgraph/ether/ng_ether.c optional netgraph_ether 1753netgraph/fec/ng_fec.c optional netgraph_fec 1754netgraph/frame_relay/ng_frame_relay.c optional netgraph_frame_relay 1755netgraph/hole/ng_hole.c optional netgraph_hole 1756netgraph/iface/ng_iface.c optional netgraph_iface 1757netgraph/ksocket/ng_ksocket.c optional netgraph_ksocket 1758netgraph/l2tp/ng_l2tp.c optional netgraph_l2tp 1759netgraph/lmi/ng_lmi.c optional netgraph_lmi 1760netgraph/mppc/ng_mppc.c optional netgraph_mppc_compression 1761# The next two files (plus the header file net/mppc.h) are proprietary and 1762# must be obtained elsewhere in order to enable NETGRAPH_MPPC_COMPRESSION 1763netgraph/mppc/mppcc.c optional netgraph_mppc_compression 1764netgraph/mppc/mppcd.c optional netgraph_mppc_compression 1765netgraph/mppc/ng_mppc.c optional netgraph_mppc_encryption 1766netgraph/one2many/ng_one2many.c optional netgraph_one2many 1767netgraph/ppp/ng_ppp.c optional netgraph_ppp 1768netgraph/pppoe/ng_pppoe.c optional netgraph_pppoe 1769netgraph/pptpgre/ng_pptpgre.c optional netgraph_pptpgre 1770netgraph/rfc1490/ng_rfc1490.c optional netgraph_rfc1490 1771netgraph/socket/ng_socket.c optional netgraph_socket 1772netgraph/tee/ng_tee.c optional netgraph_tee 1773netgraph/tty/ng_tty.c optional netgraph_tty 1774netgraph/UI/ng_UI.c optional netgraph_UI 1775netgraph/vjc/ng_vjc.c optional netgraph_vjc 1776 1777net/ppp_layer/slcompress.c optional netgraph_vjc 1778net/bpf_filter.c optional netgraph_bpf 1779crypto/rc4/rc4.c optional netgraph_mppc_encryption 1780crypto/sha1.c optional netgraph_mppc_encryption 1781 1782net/toeplitz.c standard 1783 1784net/accf_data/accf_data.c optional accept_filter_data 1785net/accf_http/accf_http.c optional accept_filter_http 1786netinet/if_ether.c optional ether 1787netinet/in_gif.c optional gif inet 1788netinet/igmp.c optional inet 1789netinet/in.c optional inet 1790netinet/in_cksum.c optional inet 1791netinet/ip_carp.c optional carp 1792netinet/ip_gre.c optional gre inet 1793netinet/ip_id.c optional inet 1794netinet/in_pcb.c optional inet 1795netinet/in_proto.c optional inet 1796netinet/in_rmx.c optional inet 1797netinet/ip_ecn.c optional inet 1798netinet/ip_ecn.c optional inet6 1799netinet/ip_encap.c optional inet 1800netinet/ip_encap.c optional inet6 1801netinet/ip_divert.c optional ipdivert 1802net/dummynet/ip_dummynet.c optional dummynet 1803net/dummynet/ip_dummynet_glue.c optional inet 1804netinet/ip_flow.c optional inet 1805net/ipfw/ip_fw2.c optional ipfirewall 1806net/ipfw/ip_fw2_glue.c optional inet 1807net/ipfw3/ip_fw3.c optional ipfirewall3 1808net/ipfw3/ip_fw3_glue.c optional inet 1809net/ipfw3/ip_fw3_set.c optional ipfirewall3 1810net/ipfw3_basic/ip_fw3_log.c optional ipfirewall3 1811net/ipfw3_basic/ip_fw3_sync.c optional ipfirewall3 1812net/ipfw3_basic/ip_fw3_table.c optional ipfirewall3 1813netinet/ip_icmp.c optional inet 1814netinet/ip_input.c optional inet 1815netinet/ip_demux.c optional inet 1816net/ip_mroute/ip_mroute.c optional mrouting 1817netinet/ip_output.c optional inet 1818netinet/raw_ip.c optional inet 1819netinet/tcp_debug.c optional tcpdebug 1820netinet/tcp_input.c optional inet 1821netinet/tcp_output.c optional inet 1822netinet/tcp_sack.c optional inet 1823netinet/tcp_subr.c optional inet 1824netinet/tcp_syncache.c optional inet 1825netinet/tcp_timer.c optional inet 1826netinet/tcp_usrreq.c optional inet 1827netinet/udp_usrreq.c optional inet 1828netinet6/dest6.c optional inet6 1829netinet6/frag6.c optional inet6 1830netinet6/icmp6.c optional inet6 1831netinet6/in6.c optional inet6 1832netinet6/in6_cksum.c optional inet6 1833netinet6/in6_gif.c optional gif inet6 1834netinet6/ip6_forward.c optional inet6 1835net/ip6fw/ip6_fw.c optional inet6 ipv6firewall 1836netinet6/in6_ifattach.c optional inet6 1837netinet6/ip6_demux.c optional inet6 1838netinet6/ip6_input.c optional inet6 1839netinet6/ip6_mroute.c optional inet6 1840netinet6/ip6_output.c optional inet6 1841netinet6/in6_src.c optional inet6 1842netinet6/in6_pcb.c optional inet6 1843netinet6/in6_proto.c optional inet6 1844netinet6/in6_rmx.c optional inet6 1845netinet6/mld6.c optional inet6 1846netinet6/nd6.c optional inet6 1847netinet6/nd6_nbr.c optional inet6 1848netinet6/nd6_rtr.c optional inet6 1849netinet6/raw_ip6.c optional inet6 1850netinet6/route6.c optional inet6 1851netinet6/scope6.c optional inet6 1852netinet6/udp6_output.c optional inet6 1853netinet6/udp6_usrreq.c optional inet6 1854netproto/mpls/mpls_demux.c optional mpls 1855netproto/mpls/mpls_input.c optional mpls 1856netproto/mpls/mpls_output.c optional mpls 1857netproto/mpls/mpls_proto.c optional mpls 1858kern/md4c.c optional netsmb 1859netproto/smb/smb_conn.c optional netsmb 1860netproto/smb/smb_crypt.c optional netsmb 1861netproto/smb/smb_dev.c optional netsmb 1862netproto/smb/smb_iod.c optional netsmb 1863netproto/smb/smb_rq.c optional netsmb 1864netproto/smb/smb_smb.c optional netsmb 1865netproto/smb/smb_subr.c optional netsmb 1866netproto/smb/smb_trantcp.c optional netsmb 1867netproto/smb/smb_usr.c optional netsmb 1868crypto/des/des_ecb.c optional netsmb 1869crypto/des/des_enc.c optional netsmb 1870crypto/des/des_setkey.c optional netsmb 1871vfs/nfs/nfs_bio.c optional nfs 1872vfs/nfs/nfs_node.c optional nfs 1873vfs/nfs/nfs_serv.c optional nfs 1874vfs/nfs/nfs_socket.c optional nfs 1875vfs/nfs/nfs_srvcache.c optional nfs 1876vfs/nfs/nfs_subs.c optional nfs 1877vfs/nfs/nfs_syscalls.c optional nfs 1878vfs/nfs/nfs_vfsops.c optional nfs 1879vfs/nfs/nfs_vnops.c optional nfs 1880vfs/nfs/nfs_kerb.c optional nfs 1881vfs/nfs/nfs_iod.c optional nfs 1882vfs/nfs/nfsm_subs.c optional nfs 1883vfs/nfs/bootp_subr.c optional bootp 1884vfs/nfs/nfs_mountrpc.c optional nfs 1885vfs/nfs/krpc_subr.c optional nfs 1886bus/pccard/card_if.m standard 1887pccarddevs.h optional pccard \ 1888 dependency "$S/tools/pccarddevs2h.awk $S/bus/pccard/pccarddevs" \ 1889 compile-with "${AWK} -f $S/tools/pccarddevs2h.awk $S/bus/pccard/pccarddevs" \ 1890 no-obj no-implicit-rule before-depend \ 1891 clean "pccarddevs.h" 1892bus/pccard/pccard.c optional pccard 1893bus/pccard/pccard_cis.c optional pccard 1894bus/pccard/pccard_cis_quirks.c optional pccard 1895bus/pccard/power_if.m standard 1896dev/agp/agp.c optional agp 1897dev/agp/agp_via.c optional agp 1898dev/agp/agp_sis.c optional agp 1899dev/agp/agp_amd64.c optional agp 1900dev/agp/agp_if.m optional agp 1901dev/agp/intel-gtt.c optional agp 1902dev/disk/amd/amd.c optional amd 1903dev/video/bktr/bktr_audio.c optional bktr pci 1904dev/video/bktr/bktr_card.c optional bktr pci 1905dev/video/bktr/bktr_core.c optional bktr pci 1906dev/video/bktr/bktr_os.c optional bktr pci 1907dev/video/bktr/bktr_tuner.c optional bktr pci 1908dev/video/bktr/msp34xx.c optional bktr pci 1909dev/video/cxm/cxm.c optional cxm pci 1910dev/video/cxm/cxm_dec_fw.c optional cxm pci 1911dev/video/cxm/cxm_eeprom.c optional cxm pci 1912dev/video/cxm/cxm_enc_fw.c optional cxm pci 1913dev/video/cxm/cxm_i2c.c optional cxm pci 1914dev/video/cxm/cxm_ir.c optional cxm pci 1915dev/video/cxm/cxm_msp34xxx.c optional cxm pci 1916dev/video/cxm/cxm_saa7115.c optional cxm pci 1917dev/video/cxm/cxm_tuner.c optional cxm pci 1918dev/video/vga/vga_switcheroo.c optional vga_switcheroo 1919dev/netif/dc/if_dc.c optional dc 1920dev/netif/de/if_de.c optional de 1921dev/netif/pcn/if_pcn.c optional pcn 1922dev/netif/mn/if_mn.c optional mn netgraph 1923dev/netif/re/if_re.c optional re 1924dev/netif/re/re.c optional re 1925dev/netif/rl/if_rl.c optional rl 1926dev/netif/sf/if_sf.c optional sf 1927dev/netif/sis/if_sis.c optional sis 1928dev/netif/sk/if_sk.c optional sk 1929dev/netif/ste/if_ste.c optional ste 1930dev/netif/stge/if_stge.c optional stge 1931dev/netif/ti/if_ti.c optional ti 1932dev/netif/tl/if_tl.c optional tl 1933dev/netif/vge/if_vge.c optional vge 1934dev/netif/vr/if_vr.c optional vr 1935dev/netif/wb/if_wb.c optional wb 1936dev/netif/xl/if_xl.c optional xl 1937dev/powermng/alpm/alpm.c optional alpm pci 1938dev/powermng/amdpm/amdpm.c optional amdpm pci 1939dev/powermng/intpm/intpm.c optional intpm pci 1940dev/powermng/viapm/viapm.c optional viapm pci 1941dev/disk/ncr/ncr.c optional ncr 1942dev/disk/sym/sym_hipd.c optional sym \ 1943 dependency "$S/dev/disk/sym/sym_{conf,defs}.h" 1944pcidevs.h optional pci \ 1945 dependency "$S/tools/pcidevs2h.awk $S/bus/pci/pcidevs" \ 1946 compile-with "${AWK} -f $S/tools/pcidevs2h.awk $S/bus/pci/pcidevs" \ 1947 no-obj no-implicit-rule before-depend \ 1948 clean "pcidevs.h" 1949bus/pci/fixup_pci.c optional pci 1950bus/pci/hostb_pci.c optional pci 1951bus/pci/ignore_pci.c optional pci 1952bus/pci/isa_pci.c optional pci isa 1953bus/pci/pci.c optional pci 1954bus/pci/pci_if.m optional pci 1955bus/pci/pci_pci.c optional pci 1956bus/pci/pci_user.c optional pci 1957bus/pci/pcib_if.m optional pci 1958bus/pci/vga_pci.c optional pci 1959kern/kern_posix4_mib.c standard 1960kern/kern_p1003_1b.c standard 1961kern/kern_sched.c optional _kposix_priority_scheduling 1962vfs/ufs/ffs_alloc.c optional ffs 1963vfs/ufs/ffs_alloc.c optional mfs 1964vfs/ufs/ffs_balloc.c optional ffs 1965vfs/ufs/ffs_balloc.c optional mfs 1966vfs/ufs/ffs_inode.c optional ffs 1967vfs/ufs/ffs_inode.c optional mfs 1968vfs/ufs/ffs_softdep_stub.c standard 1969vfs/ufs/ffs_softdep.c optional softupdates 1970vfs/ufs/ffs_subr.c optional ffs 1971vfs/ufs/ffs_subr.c optional mfs 1972vfs/ufs/ffs_tables.c optional ffs 1973vfs/ufs/ffs_tables.c optional mfs 1974vfs/ufs/ffs_vfsops.c optional ffs 1975vfs/ufs/ffs_vfsops.c optional mfs 1976vfs/ufs/ffs_vnops.c optional ffs 1977vfs/ufs/ffs_vnops.c optional mfs 1978vfs/mfs/mfs_vfsops.c optional mfs 1979vfs/ufs/ufs_bmap.c optional ffs 1980vfs/ufs/ufs_ihash.c optional ffs 1981vfs/ufs/ufs_inode.c optional ffs 1982vfs/ufs/ufs_lookup.c optional ffs 1983vfs/ufs/ufs_quota.c optional ffs 1984vfs/ufs/ufs_vfsops.c optional ffs 1985vfs/ufs/ufs_vnops.c optional ffs 1986vfs/ufs/ufs_dirhash.c optional ffs 1987vfs/devfs/devfs_core.c standard 1988vfs/devfs/devfs_vnops.c standard 1989vfs/devfs/devfs_vfsops.c standard 1990vfs/devfs/devfs_helper.c standard 1991vfs/devfs/devfs_rules.c standard 1992vfs/hammer/hammer_blockmap.c optional hammer 1993vfs/hammer/hammer_btree.c optional hammer 1994vfs/hammer/hammer_cursor.c optional hammer 1995vfs/hammer/hammer_volume.c optional hammer 1996vfs/hammer/hammer_flusher.c optional hammer 1997vfs/hammer/hammer_inode.c optional hammer 1998vfs/hammer/hammer_io.c optional hammer 1999vfs/hammer/hammer_ioctl.c optional hammer 2000vfs/hammer/hammer_mirror.c optional hammer 2001vfs/hammer/hammer_object.c optional hammer 2002vfs/hammer/hammer_ondisk.c optional hammer 2003vfs/hammer/hammer_pfs.c optional hammer 2004vfs/hammer/hammer_prune.c optional hammer 2005vfs/hammer/hammer_reblock.c optional hammer 2006vfs/hammer/hammer_rebalance.c optional hammer 2007vfs/hammer/hammer_recover.c optional hammer 2008vfs/hammer/hammer_signal.c optional hammer 2009vfs/hammer/hammer_subs.c optional hammer 2010vfs/hammer/hammer_transaction.c optional hammer 2011vfs/hammer/hammer_undo.c optional hammer 2012vfs/hammer/hammer_redo.c optional hammer 2013vfs/hammer/hammer_vfsops.c optional hammer 2014vfs/hammer/hammer_vnops.c optional hammer 2015vfs/hammer/hammer_dedup.c optional hammer 2016vfs/hammer2/hammer2_admin.c optional hammer2 2017vfs/hammer2/hammer2_inode.c optional hammer2 2018vfs/hammer2/hammer2_subr.c optional hammer2 2019vfs/hammer2/hammer2_bulkfree.c optional hammer2 2020vfs/hammer2/hammer2_io.c optional hammer2 2021vfs/hammer2/hammer2_synchro.c optional hammer2 2022vfs/hammer2/hammer2_iocom.c optional hammer2 2023vfs/hammer2/hammer2_vfsops.c optional hammer2 2024vfs/hammer2/hammer2_chain.c optional hammer2 2025vfs/hammer2/hammer2_ioctl.c optional hammer2 2026vfs/hammer2/hammer2_vnops.c optional hammer2 2027vfs/hammer2/hammer2_cluster.c optional hammer2 2028vfs/hammer2/hammer2_lz4.c optional hammer2 2029vfs/hammer2/hammer2_xops.c optional hammer2 2030vfs/hammer2/hammer2_flush.c optional hammer2 2031vfs/hammer2/hammer2_msgops.c optional hammer2 2032vfs/hammer2/hammer2_freemap.c optional hammer2 2033vfs/hammer2/hammer2_strategy.c optional hammer2 2034vfs/hammer2/hammer2_ondisk.c optional hammer2 2035vfs/hammer2/xxhash/xxhash.c optional hammer2 2036vfs/hammer2/zlib/hammer2_zlib_adler32.c optional hammer2 2037vfs/hammer2/zlib/hammer2_zlib_inflate.c optional hammer2 2038vfs/hammer2/zlib/hammer2_zlib_deflate.c optional hammer2 2039vfs/hammer2/zlib/hammer2_zlib_zutil.c optional hammer2 2040vfs/hammer2/zlib/hammer2_zlib_inftrees.c optional hammer2 2041vfs/hammer2/zlib/hammer2_zlib_inffast.c optional hammer2 2042vfs/hammer2/zlib/hammer2_zlib_trees.c optional hammer2 2043vfs/tmpfs/tmpfs_fifoops.c optional tmpfs 2044vfs/tmpfs/tmpfs_subr.c optional tmpfs 2045vfs/tmpfs/tmpfs_vfsops.c optional tmpfs 2046vfs/tmpfs/tmpfs_vnops.c optional tmpfs 2047vfs/autofs/autofs.c optional autofs 2048vfs/autofs/autofs_vfsops.c optional autofs 2049vfs/autofs/autofs_vnops.c optional autofs 2050vfs/fuse/fuse_device.c optional fuse 2051vfs/fuse/fuse_file.c optional fuse 2052vfs/fuse/fuse_io.c optional fuse 2053vfs/fuse/fuse_ipc.c optional fuse 2054vfs/fuse/fuse_node.c optional fuse 2055vfs/fuse/fuse_util.c optional fuse 2056vfs/fuse/fuse_vfsops.c optional fuse 2057vfs/fuse/fuse_vnops.c optional fuse 2058# 2059vm/default_pager.c standard 2060vm/device_pager.c standard 2061vm/phys_pager.c standard 2062vm/swap_pager.c standard 2063vm/vm_contig.c standard 2064vm/vm_fault.c standard 2065vm/vm_glue.c standard 2066vm/vm_init.c standard 2067vm/vm_kern.c standard 2068vm/vm_map.c standard 2069vm/vm_meter.c standard 2070vm/vm_mmap.c standard 2071vm/vm_object.c standard 2072vm/vm_page.c standard 2073vm/vm_pageout.c standard 2074vm/vm_swapcache.c standard 2075vm/vm_pager.c standard 2076vm/vm_swap.c standard 2077vm/vm_unix.c standard 2078vm/vm_vmspace.c standard 2079vm/vnode_pager.c standard 2080vm/vm_zone.c standard 2081# 2082# USB support 2083dev/netif/lnc/am7990.c optional lnc 2084dev/netif/lnc/am79900.c optional lnc 2085dev/netif/lnc/if_lnc_pci.c optional lnc pci 2086dev/netif/lnc/lance.c optional lnc 2087bus/isa/isa_if.m optional isa 2088bus/isa/isa_common.c optional isa 2089bus/isa/isahint.c optional isa 2090bus/isa/pnpeat.c optional isa 2091dev/misc/amdsbwd/amdsbwd.c optional amdsbwd 2092dev/misc/backlight/backlight.c optional backlight 2093dev/misc/backlight/backlight_if.m optional backlight 2094dev/misc/coremctl/coremctl.c optional coremctl 2095dev/misc/coremctl/coremctl_if.m optional coremctl 2096dev/misc/dimm/dimm.c optional dimm 2097dev/misc/ecc/ecc_amd8000.c optional ecc 2098dev/misc/ecc/ecc_e3.c optional ecc 2099dev/misc/ecc/ecc_e5.c optional ecc 2100# not ready yet 2101#dev/misc/ecc/ecc_x3400.c optional ecc 2102dev/misc/evdev/cdev.c optional evdev 2103dev/misc/evdev/evdev.c optional evdev 2104dev/misc/evdev/evdev_mt.c optional evdev 2105dev/misc/evdev/evdev_utils.c optional evdev 2106dev/misc/joy/joy.c optional joy 2107dev/misc/kbdmux/kbdmux.c optional kbdmux 2108dev/misc/orm/orm.c optional isa 2109dev/misc/gpio/gpio.c optional gpio 2110dev/misc/gpio/gpio_led.c optional gpio 2111dev/misc/ichwd/ichwd.c optional ichwd 2112dev/misc/tbridge/safe_mem.c optional tbridge 2113dev/misc/tbridge/tbridge.c optional tbridge 2114bus/isa/pnp.c optional isa 2115bus/isa/pnpparse.c optional isa 2116# 2117dev/sound/clone.c optional sound 2118dev/sound/unit.c optional sound 2119dev/sound/pci/als4000.c optional snd_als4000 pci 2120dev/sound/pci/atiixp.c optional snd_atiixp pci 2121dev/sound/pci/cmi.c optional snd_cmi pci 2122dev/sound/pci/cs4281.c optional snd_cs4281 pci 2123dev/sound/pci/emu10k1.c optional snd_emu10k1 pci 2124dev/sound/pci/emu10kx.c optional snd_emu10kx pci 2125dev/sound/pci/emu10kx-pcm.c optional snd_emu10kx pci 2126dev/sound/pci/emu10kx-midi.c optional snd_emu10kx pci 2127dev/sound/pci/envy24.c optional snd_envy24 pci 2128dev/sound/pci/envy24ht.c optional snd_envy24ht pci 2129dev/sound/pci/es137x.c optional snd_es137x pci 2130dev/sound/pci/fm801.c optional snd_fm801 pci 2131dev/sound/pci/hda/hdaa.c optional snd_hda pci 2132dev/sound/pci/hda/hdaa_patches.c optional snd_hda pci 2133gnu/dev/sound/pci/hda/hda_acer_c720_patch.c optional snd_hda pci 2134dev/sound/pci/hda/hdac.c optional snd_hda pci 2135dev/sound/pci/hda/hdac_if.m optional snd_hda pci 2136dev/sound/pci/hda/hdacc.c optional snd_hda pci 2137dev/sound/pci/hdspe.c optional snd_hdspe pci 2138dev/sound/pci/hdspe-pcm.c optional snd_hdspe pci 2139dev/sound/pci/ich.c optional snd_ich pci 2140dev/sound/pci/maestro.c optional snd_maestro pci 2141dev/sound/pci/neomagic.c optional snd_neomagic pci 2142dev/sound/pci/solo.c optional snd_solo pci 2143dev/sound/pci/spicds.c optional snd_spicds pci 2144dev/sound/pci/t4dwave.c optional snd_t4dwave pci 2145dev/sound/pci/via8233.c optional snd_via8233 pci 2146dev/sound/pci/via82c686.c optional snd_via82c686 pci 2147dev/sound/pci/vibes.c optional snd_vibes pci 2148dev/sound/pcm/ac97.c optional sound 2149dev/sound/pcm/ac97_if.m optional sound 2150dev/sound/pcm/ac97_patch.c optional sound 2151dev/sound/pcm/buffer.c optional sound \ 2152 dependency "snd_fxdiv_gen.h" 2153dev/sound/pcm/channel.c optional sound 2154dev/sound/pcm/channel_if.m optional sound 2155dev/sound/pcm/dsp.c optional sound 2156dev/sound/pcm/feeder.c optional sound 2157dev/sound/pcm/feeder_chain.c optional sound 2158dev/sound/pcm/feeder_eq.c optional sound \ 2159 dependency "feeder_eq_gen.h" \ 2160 dependency "snd_fxdiv_gen.h" 2161dev/sound/pcm/feeder_if.m optional sound 2162dev/sound/pcm/feeder_format.c optional sound \ 2163 dependency "snd_fxdiv_gen.h" 2164dev/sound/pcm/feeder_matrix.c optional sound \ 2165 dependency "snd_fxdiv_gen.h" 2166dev/sound/pcm/feeder_mixer.c optional sound \ 2167 dependency "snd_fxdiv_gen.h" 2168dev/sound/pcm/feeder_rate.c optional sound \ 2169 dependency "feeder_rate_gen.h" \ 2170 dependency "snd_fxdiv_gen.h" 2171dev/sound/pcm/feeder_volume.c optional sound \ 2172 dependency "snd_fxdiv_gen.h" 2173dev/sound/pcm/mixer.c optional sound 2174dev/sound/pcm/mixer_if.m optional sound 2175dev/sound/pcm/sndstat.c optional sound 2176dev/sound/pcm/sound.c optional sound 2177dev/sound/pcm/vchan.c optional sound 2178dev/sound/midi/midi.c optional sound 2179dev/sound/midi/mpu401.c optional sound 2180dev/sound/midi/mpu_if.m optional sound 2181dev/sound/midi/mpufoi_if.m optional sound 2182dev/sound/midi/sequencer.c optional sound 2183dev/sound/midi/synth_if.m optional sound 2184# 2185# These files in libkern/ are those needed by all architectures. Some 2186# of the files in libkern/ are only needed on some architectures. 2187# In this case, the files should be moved to platform/<arch>/conf/files. 2188# 2189libkern/arc4random.c standard 2190libkern/arc4random_uniform.c standard 2191libkern/bcd.c standard 2192libkern/bsearch.c standard 2193libkern/crc32.c standard 2194libkern/explicit_bzero.c standard 2195libkern/fnmatch.c standard 2196libkern/hexncpy.c standard 2197libkern/icrc32.c standard 2198libkern/index.c standard 2199libkern/inet_ntoa.c standard 2200libkern/inet_ntop.c standard 2201libkern/linux_idr.c standard 2202libkern/memcchr.c standard 2203libkern/qsort.c standard 2204libkern/qsort_r.c standard 2205libkern/random.c standard 2206libkern/rindex.c standard 2207libkern/scanc.c standard 2208libkern/skpc.c standard 2209#libkern/stack_protector.c standard 2210libkern/strcasecmp.c standard 2211libkern/strcat.c standard 2212libkern/strcmp.c standard 2213libkern/strcpy.c standard 2214libkern/strlcat.c standard 2215libkern/strlcpy.c standard 2216libkern/strlen.c standard 2217libkern/strncat.c standard 2218libkern/strncmp.c standard 2219libkern/strncpy.c standard 2220libkern/strnlen.c standard 2221libkern/strsep.c standard 2222libkern/strstr.c standard 2223libkern/strtol.c standard 2224libkern/strtoq.c standard 2225libkern/strtoul.c standard 2226libkern/strtouq.c standard 2227libkern/timingsafe_bcmp.c standard 2228libiconv/iconv.c optional libiconv 2229libiconv/iconv_converter_if.m optional libiconv 2230libiconv/iconv_ucs.c optional libiconv 2231libiconv/iconv_xlat.c optional libiconv 2232libiconv/iconv_xlat16.c optional libiconv 2233libprop/prop_array.c standard 2234libprop/prop_array_util.c standard 2235libprop/prop_bool.c standard 2236libprop/prop_data.c standard 2237libprop/prop_dictionary.c standard 2238libprop/prop_dictionary_util.c standard 2239libprop/prop_ingest.c standard 2240libprop/prop_kern.c standard 2241libprop/prop_number.c standard 2242libprop/prop_object.c standard 2243libprop/prop_stack.c standard 2244libprop/prop_string.c standard 2245libprop/prop_rb.c standard 2246crypto/blowfish/bf_skey.c optional crypto 2247crypto/camellia/camellia.c optional crypto 2248crypto/camellia/camellia-api.c optional crypto 2249crypto/chacha20/chacha.c optional crypto 2250crypto/des/des_ecb.c optional crypto 2251crypto/des/des_setkey.c optional crypto 2252crypto/rc4/rc4.c optional crypto 2253crypto/rijndael/rijndael-alg-fst.c optional crypto 2254crypto/rijndael/rijndael-api-fst.c optional crypto 2255crypto/rijndael/rijndael-api.c optional crypto 2256crypto/sha1.c optional crypto 2257crypto/sha2/sha2.c standard 2258crypto/twofish/twofish.c optional crypto 2259crypto/serpent/serpent.c optional crypto 2260net/zlib.c optional crypto 2261opencrypto/cast.c optional crypto 2262opencrypto/criov.c optional crypto 2263opencrypto/crypto.c optional crypto 2264opencrypto/cryptodev.c optional cryptodev 2265opencrypto/cryptodev_if.m optional crypto 2266opencrypto/cryptosoft.c optional crypto 2267opencrypto/deflate.c optional crypto 2268opencrypto/gmac.c optional crypto 2269opencrypto/rmd160.c optional crypto 2270opencrypto/skipjack.c optional crypto 2271opencrypto/xform.c optional crypto 2272dev/crypto/hifn/hifn7751.c optional hifn 2273dev/crypto/ubsec/ubsec.c optional ubsec 2274# drm_agpsupport.c must be included if CONFIG_AGP is set 2275#dev/drm/drm_agpsupport.c optional drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2276dev/drm/drm_atomic.c optional drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2277dev/drm/drm_atomic_helper.c optional drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2278dev/drm/drm_auth.c optional drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2279dev/drm/drm_blend.c optional drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2280dev/drm/drm_bridge.c optional drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2281dev/drm/drm_bufs.c optional drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2282dev/drm/drm_cache.c optional drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2283dev/drm/drm_color_mgmt.c optional drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2284dev/drm/drm_connector.c optional drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2285dev/drm/drm_context.c optional drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2286dev/drm/drm_crtc.c optional drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2287dev/drm/drm_crtc_helper.c optional drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2288dev/drm/drm_dma.c optional drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2289dev/drm/drm_dp_aux_dev.c optional drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2290dev/drm/drm_dp_dual_mode_helper.c optional drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2291dev/drm/drm_dp_helper.c optional drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2292dev/drm/drm_dp_mst_topology.c optional drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2293dev/drm/drm_dragonfly.c optional drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2294dev/drm/drm_drv.c optional drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2295dev/drm/drm_dumb_buffers.c optional drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2296dev/drm/drm_edid.c optional drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2297dev/drm/drm_edid_load.c optional drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2298dev/drm/drm_encoder.c optional drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2299dev/drm/drm_encoder_slave.c optional drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2300dev/drm/drm_fb_helper.c optional drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h -include $S/dev/drm/kbuild_modname_drm.h ${WERROR}" 2301dev/drm/drm_file.c optional drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2302dev/drm/drm_fourcc.c optional drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2303dev/drm/drm_framebuffer.c optional drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2304dev/drm/drm_gem.c optional drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2305dev/drm/drm_global.c optional drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2306dev/drm/drm_hashtab.c optional drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2307dev/drm/drm_ioctl.c optional drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2308dev/drm/drm_irq.c optional drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2309dev/drm/drm_lock.c optional drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2310dev/drm/drm_memory.c optional drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2311dev/drm/drm_mipi_dsi.c optional drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2312dev/drm/drm_mm.c optional drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2313dev/drm/drm_mode_config.c optional drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2314dev/drm/drm_mode_object.c optional drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2315dev/drm/drm_modes.c optional drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2316dev/drm/drm_modeset_helper.c optional drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2317dev/drm/drm_modeset_lock.c optional drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2318dev/drm/drm_panel.c optional drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2319dev/drm/drm_pci.c optional drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2320dev/drm/drm_plane.c optional drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2321dev/drm/drm_plane_helper.c optional drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2322dev/drm/drm_prime.c optional drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2323dev/drm/drm_print.c optional drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2324dev/drm/drm_probe_helper.c optional drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2325dev/drm/drm_property.c optional drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2326dev/drm/drm_rect.c optional drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2327dev/drm/drm_scatter.c optional drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2328dev/drm/drm_scdc_helper.c optional drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2329dev/drm/drm_syncobj.c optional drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2330dev/drm/drm_sysctl.c optional drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2331dev/drm/drm_sysfs.c optional drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2332dev/drm/drm_vblank.c optional drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2333dev/drm/drm_vm.c optional drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2334dev/drm/drm_vma_manager.c optional drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2335dev/drm/linux_async.c optional drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2336dev/drm/linux_compat.c optional drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2337dev/drm/linux_completion.c optional drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2338dev/drm/linux_dma.c optional drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2339dev/drm/linux_dma-buf.c optional drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2340dev/drm/linux_dmi.c optional drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2341dev/drm/linux_fence.c optional drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2342dev/drm/linux_fence-array.c optional drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2343dev/drm/linux_hdmi.c optional drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2344dev/drm/linux_hrtimer.c optional drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2345dev/drm/linux_i2c.c optional drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2346dev/drm/linux_interval_tree.c optional drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2347dev/drm/linux_iomapping.c optional drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2348dev/drm/linux_irq.c optional drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2349dev/drm/linux_kobject.c optional drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2350dev/drm/linux_kthread.c optional drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2351dev/drm/linux_list_sort.c optional drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2352dev/drm/linux_pci.c optional drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2353dev/drm/linux_printf.c optional drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2354dev/drm/linux_radix.c optional drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2355dev/drm/linux_rcu.c optional drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2356dev/drm/linux_reservation.c optional drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2357dev/drm/linux_scatterlist.c optional drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2358dev/drm/linux_sched.c optional drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2359dev/drm/linux_shmem.c optional drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2360dev/drm/linux_sort.c optional drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2361dev/drm/linux_tasklet.c optional drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2362dev/drm/linux_vmalloc.c optional drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2363dev/drm/linux_wait.c optional drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2364dev/drm/linux_workqueue.c optional drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2365dev/drm/linux_wwmutex.c optional drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2366dev/drm/ttm/ttm_tt.c optional drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2367dev/drm/ttm/ttm_bo_util.c optional drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2368dev/drm/ttm/ttm_bo.c optional drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2369dev/drm/ttm/ttm_bo_manager.c optional drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2370dev/drm/ttm/ttm_execbuf_util.c optional drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2371dev/drm/ttm/ttm_memory.c optional drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2372dev/drm/ttm/ttm_page_alloc.c optional drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2373dev/drm/ttm/ttm_bo_vm.c optional drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2374dev/drm/ttm/ttm_module.c optional drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2375dev/drm/i915/dvo_ch7017.c optional i915 drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2376dev/drm/i915/dvo_ch7xxx.c optional i915 drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2377dev/drm/i915/dvo_ivch.c optional i915 drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2378dev/drm/i915/dvo_ns2501.c optional i915 drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2379dev/drm/i915/dvo_sil164.c optional i915 drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2380dev/drm/i915/dvo_tfp410.c optional i915 drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2381dev/drm/i915/i915_cmd_parser.c optional i915 drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2382dev/drm/i915/i915_drv.c optional i915 drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2383dev/drm/i915/i915_gem.c optional i915 drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2384dev/drm/i915/i915_gem_object.c optional i915 drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2385dev/drm/i915/i915_gem_batch_pool.c optional i915 drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2386dev/drm/i915/i915_gem_clflush.c optional i915 drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2387dev/drm/i915/i915_gem_context.c optional i915 drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2388dev/drm/i915/i915_gem_dmabuf.c optional i915 drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2389dev/drm/i915/i915_gem_execbuffer.c optional i915 drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2390dev/drm/i915/i915_gem_fence_reg.c optional i915 drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2391dev/drm/i915/i915_gem_evict.c optional i915 drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2392dev/drm/i915/i915_gem_gtt.c optional i915 drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2393dev/drm/i915/i915_gem_internal.c optional i915 drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2394dev/drm/i915/i915_gem_stolen.c optional i915 drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2395dev/drm/i915/i915_gem_render_state.c optional i915 drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2396dev/drm/i915/i915_gem_request.c optional i915 drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2397dev/drm/i915/i915_gem_shrinker.c optional i915 drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2398dev/drm/i915/i915_gem_tiling.c optional i915 drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2399dev/drm/i915/i915_gem_timeline.c optional i915 drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2400dev/drm/i915/i915_gem_userptr.c optional i915 drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2401dev/drm/i915/i915_guc_submission.c optional i915 drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2402dev/drm/i915/i915_irq.c optional i915 drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h -include $S/dev/drm/kbuild_modname_i915.h ${WERROR}" 2403dev/drm/i915/i915_memcpy.c optional i915 drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2404dev/drm/i915/i915_mm.c optional i915 drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2405dev/drm/i915/i915_oa_hsw.c optional i915 drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2406dev/drm/i915/i915_params.c optional i915 drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2407dev/drm/i915/i915_pci.c optional i915 drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2408dev/drm/i915/i915_perf.c optional i915 drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2409dev/drm/i915/i915_suspend.c optional i915 drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2410dev/drm/i915/i915_sw_fence.c optional i915 drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2411dev/drm/i915/i915_syncmap.c optional i915 drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2412dev/drm/i915/i915_sysfs.c optional i915 drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2413dev/drm/i915/i915_vgpu.c optional i915 drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2414dev/drm/i915/i915_vma.c optional i915 drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2415dev/drm/i915/intel_acpi.c optional i915 drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2416dev/drm/i915/intel_atomic.c optional i915 drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2417dev/drm/i915/intel_atomic_plane.c optional i915 drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2418dev/drm/i915/intel_audio.c optional i915 drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2419dev/drm/i915/intel_bios.c optional i915 drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2420dev/drm/i915/intel_breadcrumbs.c optional i915 drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2421dev/drm/i915/intel_cdclk.c optional i915 drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2422dev/drm/i915/intel_color.c optional i915 drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2423dev/drm/i915/intel_crt.c optional i915 drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2424dev/drm/i915/intel_csr.c optional i915 drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2425dev/drm/i915/intel_ddi.c optional i915 drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2426dev/drm/i915/intel_device_info.c optional i915 drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2427dev/drm/i915/intel_display.c optional i915 drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2428dev/drm/i915/intel_dpio_phy.c optional i915 drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2429dev/drm/i915/intel_dpll_mgr.c optional i915 drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2430dev/drm/i915/intel_dp.c optional i915 drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2431dev/drm/i915/intel_dp_aux_backlight.c optional i915 drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2432dev/drm/i915/intel_dp_link_training.c optional i915 drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2433dev/drm/i915/intel_dp_mst.c optional i915 drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2434dev/drm/i915/intel_dsi.c optional i915 drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2435dev/drm/i915/intel_dsi_dcs_backlight.c optional i915 drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2436dev/drm/i915/intel_dsi_pll.c optional i915 drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2437dev/drm/i915/intel_dsi_vbt.c optional i915 drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2438dev/drm/i915/intel_dvo.c optional i915 drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2439dev/drm/i915/intel_engine_cs.c optional i915 drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2440dev/drm/i915/intel_fbdev.c optional i915 drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2441dev/drm/i915/intel_fbc.c optional i915 drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2442dev/drm/i915/intel_fifo_underrun.c optional i915 drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2443dev/drm/i915/intel_frontbuffer.c optional i915 drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2444dev/drm/i915/intel_guc.c optional i915 drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2445dev/drm/i915/intel_guc_ct.c optional i915 drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2446dev/drm/i915/intel_guc_fw.c optional i915 drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2447dev/drm/i915/intel_guc_log.c optional i915 drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2448dev/drm/i915/intel_hangcheck.c optional i915 drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2449dev/drm/i915/intel_hdmi.c optional i915 drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2450dev/drm/i915/intel_hotplug.c optional i915 drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2451dev/drm/i915/intel_huc.c optional i915 drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2452dev/drm/i915/intel_i2c.c optional i915 drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2453dev/drm/i915/intel_lpe_audio.c optional i915 drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2454dev/drm/i915/intel_lrc.c optional i915 drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2455dev/drm/i915/intel_lspcon.c optional i915 drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2456dev/drm/i915/intel_mocs.c optional i915 drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2457dev/drm/i915/intel_lvds.c optional i915 drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2458dev/drm/i915/intel_modes.c optional i915 drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2459dev/drm/i915/intel_opregion.c optional i915 drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2460dev/drm/i915/intel_overlay.c optional i915 drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2461dev/drm/i915/intel_panel.c optional i915 drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h -include $S/dev/drm/kbuild_modname_i915.h ${WERROR}" 2462dev/drm/i915/intel_pm.c optional i915 drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2463dev/drm/i915/intel_psr.c optional i915 drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2464dev/drm/i915/intel_renderstate_gen6.c optional i915 drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2465dev/drm/i915/intel_renderstate_gen7.c optional i915 drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2466dev/drm/i915/intel_renderstate_gen8.c optional i915 drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2467dev/drm/i915/intel_renderstate_gen9.c optional i915 drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2468dev/drm/i915/intel_ringbuffer.c optional i915 drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2469dev/drm/i915/intel_runtime_pm.c optional i915 drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2470dev/drm/i915/intel_sdvo.c optional i915 drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2471dev/drm/i915/intel_sideband.c optional i915 drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2472dev/drm/i915/intel_sprite.c optional i915 drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2473dev/drm/i915/intel_tv.c optional i915 drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2474dev/drm/i915/intel_uc.c optional i915 drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2475dev/drm/i915/intel_uc_fw.c optional i915 drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2476dev/drm/i915/intel_uncore.c optional i915 drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2477dev/drm/radeon/atom.c optional radeon drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2478dev/drm/radeon/atombios_crtc.c optional radeon drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2479dev/drm/radeon/atombios_dp.c optional radeon drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2480dev/drm/radeon/atombios_encoders.c optional radeon drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2481dev/drm/radeon/atombios_i2c.c optional radeon drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2482dev/drm/radeon/btc_dpm.c optional radeon drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2483dev/drm/radeon/cayman_blit_shaders.c optional radeon drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2484dev/drm/radeon/ci_dpm.c optional radeon drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2485dev/drm/radeon/ci_smc.c optional radeon drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2486dev/drm/radeon/cik.c optional radeon drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2487dev/drm/radeon/cik_blit_shaders.c optional radeon drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2488dev/drm/radeon/cik_sdma.c optional radeon drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2489dev/drm/radeon/cypress_dpm.c optional radeon drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2490dev/drm/radeon/dce3_1_afmt.c optional radeon drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2491dev/drm/radeon/dce6_afmt.c optional radeon drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2492dev/drm/radeon/evergreen.c optional radeon drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2493dev/drm/radeon/evergreen_blit_shaders.c optional radeon drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2494dev/drm/radeon/evergreen_cs.c optional radeon drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2495dev/drm/radeon/evergreen_dma.c optional radeon drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2496dev/drm/radeon/evergreen_hdmi.c optional radeon drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2497dev/drm/radeon/kv_dpm.c optional radeon drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2498dev/drm/radeon/kv_smc.c optional radeon drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2499dev/drm/radeon/ni.c optional radeon drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2500dev/drm/radeon/ni_dma.c optional radeon drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2501dev/drm/radeon/ni_dpm.c optional radeon drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2502dev/drm/radeon/r100.c optional radeon drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2503dev/drm/radeon/r200.c optional radeon drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2504dev/drm/radeon/r300.c optional radeon drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2505dev/drm/radeon/r420.c optional radeon drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2506dev/drm/radeon/r520.c optional radeon drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2507dev/drm/radeon/r600.c optional radeon drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2508dev/drm/radeon/r600_blit_shaders.c optional radeon drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2509dev/drm/radeon/r600_cs.c optional radeon drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2510dev/drm/radeon/r600_dma.c optional radeon drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2511dev/drm/radeon/r600_dpm.c optional radeon drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2512dev/drm/radeon/r600_hdmi.c optional radeon drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2513dev/drm/radeon/radeon_acpi.c optional radeon drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2514dev/drm/radeon/radeon_agp.c optional radeon drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2515dev/drm/radeon/radeon_asic.c optional radeon drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2516dev/drm/radeon/radeon_atombios.c optional radeon drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2517dev/drm/radeon/radeon_audio.c optional radeon drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2518dev/drm/radeon/radeon_benchmark.c optional radeon drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2519dev/drm/radeon/radeon_bios.c optional radeon drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2520dev/drm/radeon/radeon_clocks.c optional radeon drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2521dev/drm/radeon/radeon_combios.c optional radeon drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2522dev/drm/radeon/radeon_connectors.c optional radeon drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2523dev/drm/radeon/radeon_cs.c optional radeon drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2524dev/drm/radeon/radeon_cursor.c optional radeon drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2525dev/drm/radeon/radeon_dp_auxch.c optional radeon drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2526dev/drm/radeon/radeon_dp_mst.c optional radeon drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2527dev/drm/radeon/radeon_device.c optional radeon drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2528dev/drm/radeon/radeon_display.c optional radeon drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2529dev/drm/radeon/radeon_drv.c optional radeon drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2530dev/drm/radeon/radeon_encoders.c optional radeon drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2531dev/drm/radeon/radeon_fb.c optional radeon drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2532dev/drm/radeon/radeon_fence.c optional radeon drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2533dev/drm/radeon/radeon_gart.c optional radeon drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2534dev/drm/radeon/radeon_gem.c optional radeon drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2535dev/drm/radeon/radeon_i2c.c optional radeon drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2536dev/drm/radeon/radeon_ib.c optional radeon drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2537dev/drm/radeon/radeon_irq_kms.c optional radeon drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2538dev/drm/radeon/radeon_kms.c optional radeon drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2539dev/drm/radeon/radeon_legacy_crtc.c optional radeon drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2540dev/drm/radeon/radeon_legacy_encoders.c optional radeon drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2541dev/drm/radeon/radeon_legacy_tv.c optional radeon drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2542# Only build radeon_mn.c if CONFIG_MMU_NOTIFIER is set 2543#dev/drm/radeon/radeon_mn.c optional radeon drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2544dev/drm/radeon/radeon_object.c optional radeon drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2545dev/drm/radeon/radeon_pm.c optional radeon drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2546dev/drm/radeon/radeon_prime.c optional radeon drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2547dev/drm/radeon/radeon_ring.c optional radeon drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2548dev/drm/radeon/radeon_sa.c optional radeon drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2549dev/drm/radeon/radeon_semaphore.c optional radeon drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2550dev/drm/radeon/radeon_sync.c optional radeon drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2551dev/drm/radeon/radeon_test.c optional radeon drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2552dev/drm/radeon/radeon_ttm.c optional radeon drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2553dev/drm/radeon/radeon_ucode.c optional radeon drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2554dev/drm/radeon/radeon_uvd.c optional radeon drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2555dev/drm/radeon/radeon_vce.c optional radeon drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2556dev/drm/radeon/radeon_vm.c optional radeon drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2557dev/drm/radeon/rs400.c optional radeon drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2558dev/drm/radeon/rs600.c optional radeon drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2559dev/drm/radeon/rs690.c optional radeon drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2560dev/drm/radeon/rs780_dpm.c optional radeon drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2561dev/drm/radeon/rv515.c optional radeon drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2562dev/drm/radeon/rv6xx_dpm.c optional radeon drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2563dev/drm/radeon/rv730_dpm.c optional radeon drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2564dev/drm/radeon/rv740_dpm.c optional radeon drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2565dev/drm/radeon/rv770.c optional radeon drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2566dev/drm/radeon/rv770_dma.c optional radeon drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2567dev/drm/radeon/rv770_dpm.c optional radeon drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2568dev/drm/radeon/rv770_smc.c optional radeon drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2569dev/drm/radeon/si.c optional radeon drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2570dev/drm/radeon/si_blit_shaders.c optional radeon drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2571dev/drm/radeon/si_dma.c optional radeon drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2572dev/drm/radeon/si_dpm.c optional radeon drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2573dev/drm/radeon/si_smc.c optional radeon drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2574dev/drm/radeon/sumo_dpm.c optional radeon drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2575dev/drm/radeon/sumo_smc.c optional radeon drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2576dev/drm/radeon/trinity_dpm.c optional radeon drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2577dev/drm/radeon/trinity_smc.c optional radeon drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2578dev/drm/radeon/uvd_v1_0.c optional radeon drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2579dev/drm/radeon/uvd_v2_2.c optional radeon drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2580dev/drm/radeon/uvd_v3_1.c optional radeon drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2581dev/drm/radeon/uvd_v4_2.c optional radeon drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2582dev/drm/radeon/vce_v1_0.c optional radeon drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2583dev/drm/radeon/vce_v2_0.c optional radeon drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}" 2584dev/misc/nsclpcsio/nsclpcsio_isa.c optional nsclpcsio isa 2585dev/powermng/aps/aps.c optional aps isa 2586dev/powermng/it/it.c optional it isa 2587dev/powermng/lm/lm78.c optional lm isa 2588dev/powermng/lm/lm78_isa.c optional lm isa 2589dev/powermng/uguru/uguru.c optional uguru isa 2590dev/powermng/wbsio/wbsio.c optional wbsio isa 2591 2592# OS ACPI MI code 2593${OSACPI_MI_DIR}/acpi.c optional acpi 2594${OSACPI_MI_DIR}/acpi_acad.c optional acpi 2595${OSACPI_MI_DIR}/acpi_battery.c optional acpi 2596${OSACPI_MI_DIR}/acpi_button.c optional acpi 2597${OSACPI_MI_DIR}/acpi_cmbat.c optional acpi 2598${OSACPI_MI_DIR}/acpi_cpu.c optional acpi 2599${OSACPI_MI_DIR}/acpi_cpu_cstate.c optional acpi 2600${OSACPI_MI_DIR}/acpi_cpu_pstate.c optional acpi 2601${OSACPI_MI_DIR}/acpi_ec.c optional acpi 2602${OSACPI_MI_DIR}/acpi_hpet.c optional acpi 2603${OSACPI_MI_DIR}/acpi_if.m optional acpi 2604${OSACPI_MI_DIR}/acpi_isab.c optional acpi isa 2605${OSACPI_MI_DIR}/acpi_lid.c optional acpi 2606${OSACPI_MI_DIR}/acpi_package.c optional acpi 2607${OSACPI_MI_DIR}/acpi_pci.c optional acpi pci 2608${OSACPI_MI_DIR}/acpi_pci_link.c optional acpi pci 2609${OSACPI_MI_DIR}/acpi_pcib.c optional acpi pci 2610${OSACPI_MI_DIR}/acpi_pcib_acpi.c optional acpi pci 2611${OSACPI_MI_DIR}/acpi_pcib_pci.c optional acpi pci 2612${OSACPI_MI_DIR}/acpi_powerres.c optional acpi 2613${OSACPI_MI_DIR}/acpi_quirk.c optional acpi 2614${OSACPI_MI_DIR}/acpi_resource.c optional acpi 2615${OSACPI_MI_DIR}/acpi_smbat.c optional acpi 2616${OSACPI_MI_DIR}/acpi_thermal.c optional acpi 2617${OSACPI_MI_DIR}/acpi_timer.c optional acpi 2618${OSACPI_MI_DIR}/acpi_wmi_if.m optional acpi 2619${OSACPI_MI_DIR}/Osd/OsdCache.c optional acpi 2620${OSACPI_MI_DIR}/Osd/OsdDebug.c optional acpi 2621${OSACPI_MI_DIR}/Osd/OsdHardware.c optional acpi 2622${OSACPI_MI_DIR}/Osd/OsdInterrupt.c optional acpi 2623${OSACPI_MI_DIR}/Osd/OsdMemory.c optional acpi 2624${OSACPI_MI_DIR}/Osd/OsdSchedule.c optional acpi 2625${OSACPI_MI_DIR}/Osd/OsdStream.c optional acpi 2626${OSACPI_MI_DIR}/Osd/OsdSynch.c optional acpi 2627${OSACPI_MI_DIR}/Osd/OsdTable.c optional acpi 2628 2629${OSACPI_MI_DIR}/acpi_asus/acpi_asus.c optional acpi_asus acpi 2630${OSACPI_MI_DIR}/acpi_dock/acpi_dock.c optional acpi_dock acpi 2631${OSACPI_MI_DIR}/acpi_fujitsu/acpi_fujitsu.c optional acpi_fujitsu acpi 2632${OSACPI_MI_DIR}/acpi_hp/acpi_hp.c optional acpi_hp acpi 2633${OSACPI_MI_DIR}/acpi_panasonic/acpi_panasonic.c optional acpi_panasonic acpi 2634${OSACPI_MI_DIR}/acpi_pvpanic/acpi_pvpanic.c optional acpi_pvpanic acpi 2635${OSACPI_MI_DIR}/acpi_sony/acpi_sony.c optional acpi_sony acpi 2636${OSACPI_MI_DIR}/acpi_thinkpad/acpi_thinkpad.c optional acpi_thinkpad acpi 2637${OSACPI_MI_DIR}/acpi_toshiba/acpi_toshiba.c optional acpi_toshiba acpi 2638${OSACPI_MI_DIR}/acpi_video/acpi_video.c optional acpi_video acpi 2639${OSACPI_MI_DIR}/acpi_wmi/acpi_wmi.c optional acpi_wmi acpi 2640${OSACPI_MI_DIR}/aibs/atk0110.c optional aibs acpi 2641 2642# ACPICA code 2643${ACPICA_COMP_DIR}/debugger/dbcmds.c optional acpi acpi_debug 2644${ACPICA_COMP_DIR}/debugger/dbconvert.c optional acpi acpi_debug 2645${ACPICA_COMP_DIR}/debugger/dbdisply.c optional acpi acpi_debug 2646${ACPICA_COMP_DIR}/debugger/dbexec.c optional acpi acpi_debug 2647${ACPICA_COMP_DIR}/debugger/dbfileio.c optional acpi acpi_debug 2648${ACPICA_COMP_DIR}/debugger/dbhistry.c optional acpi acpi_debug 2649${ACPICA_COMP_DIR}/debugger/dbinput.c optional acpi acpi_debug 2650${ACPICA_COMP_DIR}/debugger/dbmethod.c optional acpi acpi_debug 2651${ACPICA_COMP_DIR}/debugger/dbnames.c optional acpi acpi_debug 2652${ACPICA_COMP_DIR}/debugger/dbobject.c optional acpi acpi_debug 2653${ACPICA_COMP_DIR}/debugger/dbstats.c optional acpi acpi_debug 2654${ACPICA_COMP_DIR}/debugger/dbtest.c optional acpi acpi_debug 2655${ACPICA_COMP_DIR}/debugger/dbutils.c optional acpi acpi_debug 2656${ACPICA_COMP_DIR}/debugger/dbxface.c optional acpi acpi_debug 2657${ACPICA_COMP_DIR}/disassembler/dmbuffer.c optional acpi acpi_debug 2658${ACPICA_COMP_DIR}/disassembler/dmcstyle.c optional acpi acpi_debug 2659${ACPICA_COMP_DIR}/disassembler/dmdeferred.c optional acpi acpi_debug 2660${ACPICA_COMP_DIR}/disassembler/dmnames.c optional acpi acpi_debug 2661${ACPICA_COMP_DIR}/disassembler/dmopcode.c optional acpi acpi_debug 2662${ACPICA_COMP_DIR}/disassembler/dmresrc.c optional acpi acpi_debug 2663${ACPICA_COMP_DIR}/disassembler/dmresrcl.c optional acpi acpi_debug 2664${ACPICA_COMP_DIR}/disassembler/dmresrcl2.c optional acpi acpi_debug 2665${ACPICA_COMP_DIR}/disassembler/dmresrcs.c optional acpi acpi_debug 2666${ACPICA_COMP_DIR}/disassembler/dmutils.c optional acpi acpi_debug 2667${ACPICA_COMP_DIR}/disassembler/dmwalk.c optional acpi acpi_debug 2668${ACPICA_COMP_DIR}/dispatcher/dsargs.c optional acpi 2669${ACPICA_COMP_DIR}/dispatcher/dscontrol.c optional acpi 2670${ACPICA_COMP_DIR}/dispatcher/dsdebug.c optional acpi 2671${ACPICA_COMP_DIR}/dispatcher/dsfield.c optional acpi 2672${ACPICA_COMP_DIR}/dispatcher/dsinit.c optional acpi 2673${ACPICA_COMP_DIR}/dispatcher/dsmethod.c optional acpi 2674${ACPICA_COMP_DIR}/dispatcher/dsmthdat.c optional acpi 2675${ACPICA_COMP_DIR}/dispatcher/dsobject.c optional acpi 2676${ACPICA_COMP_DIR}/dispatcher/dsopcode.c optional acpi 2677${ACPICA_COMP_DIR}/dispatcher/dspkginit.c optional acpi 2678${ACPICA_COMP_DIR}/dispatcher/dsutils.c optional acpi 2679${ACPICA_COMP_DIR}/dispatcher/dswexec.c optional acpi 2680${ACPICA_COMP_DIR}/dispatcher/dswload.c optional acpi 2681${ACPICA_COMP_DIR}/dispatcher/dswload2.c optional acpi 2682${ACPICA_COMP_DIR}/dispatcher/dswscope.c optional acpi 2683${ACPICA_COMP_DIR}/dispatcher/dswstate.c optional acpi 2684${ACPICA_COMP_DIR}/events/evevent.c optional acpi 2685${ACPICA_COMP_DIR}/events/evglock.c optional acpi 2686${ACPICA_COMP_DIR}/events/evgpe.c optional acpi 2687${ACPICA_COMP_DIR}/events/evgpeblk.c optional acpi 2688${ACPICA_COMP_DIR}/events/evgpeinit.c optional acpi 2689${ACPICA_COMP_DIR}/events/evgpeutil.c optional acpi 2690${ACPICA_COMP_DIR}/events/evhandler.c optional acpi 2691${ACPICA_COMP_DIR}/events/evmisc.c optional acpi 2692${ACPICA_COMP_DIR}/events/evregion.c optional acpi 2693${ACPICA_COMP_DIR}/events/evrgnini.c optional acpi 2694${ACPICA_COMP_DIR}/events/evsci.c optional acpi 2695${ACPICA_COMP_DIR}/events/evxface.c optional acpi 2696${ACPICA_COMP_DIR}/events/evxfevnt.c optional acpi 2697${ACPICA_COMP_DIR}/events/evxfgpe.c optional acpi 2698${ACPICA_COMP_DIR}/events/evxfregn.c optional acpi 2699${ACPICA_COMP_DIR}/executer/exconcat.c optional acpi 2700${ACPICA_COMP_DIR}/executer/exconfig.c optional acpi 2701${ACPICA_COMP_DIR}/executer/exconvrt.c optional acpi 2702${ACPICA_COMP_DIR}/executer/excreate.c optional acpi 2703${ACPICA_COMP_DIR}/executer/exdebug.c optional acpi 2704${ACPICA_COMP_DIR}/executer/exdump.c optional acpi 2705${ACPICA_COMP_DIR}/executer/exfield.c optional acpi 2706${ACPICA_COMP_DIR}/executer/exfldio.c optional acpi 2707${ACPICA_COMP_DIR}/executer/exmisc.c optional acpi 2708${ACPICA_COMP_DIR}/executer/exmutex.c optional acpi 2709${ACPICA_COMP_DIR}/executer/exnames.c optional acpi 2710${ACPICA_COMP_DIR}/executer/exoparg1.c optional acpi 2711${ACPICA_COMP_DIR}/executer/exoparg2.c optional acpi 2712${ACPICA_COMP_DIR}/executer/exoparg3.c optional acpi 2713${ACPICA_COMP_DIR}/executer/exoparg6.c optional acpi 2714${ACPICA_COMP_DIR}/executer/exprep.c optional acpi 2715${ACPICA_COMP_DIR}/executer/exregion.c optional acpi 2716${ACPICA_COMP_DIR}/executer/exresnte.c optional acpi 2717${ACPICA_COMP_DIR}/executer/exresolv.c optional acpi 2718${ACPICA_COMP_DIR}/executer/exresop.c optional acpi 2719${ACPICA_COMP_DIR}/executer/exserial.c optional acpi 2720${ACPICA_COMP_DIR}/executer/exstore.c optional acpi 2721${ACPICA_COMP_DIR}/executer/exstoren.c optional acpi 2722${ACPICA_COMP_DIR}/executer/exstorob.c optional acpi 2723${ACPICA_COMP_DIR}/executer/exsystem.c optional acpi 2724${ACPICA_COMP_DIR}/executer/extrace.c optional acpi 2725${ACPICA_COMP_DIR}/executer/exutils.c optional acpi 2726${ACPICA_COMP_DIR}/hardware/hwacpi.c optional acpi 2727${ACPICA_COMP_DIR}/hardware/hwesleep.c optional acpi 2728${ACPICA_COMP_DIR}/hardware/hwgpe.c optional acpi 2729${ACPICA_COMP_DIR}/hardware/hwpci.c optional acpi 2730${ACPICA_COMP_DIR}/hardware/hwregs.c optional acpi 2731${ACPICA_COMP_DIR}/hardware/hwsleep.c optional acpi 2732${ACPICA_COMP_DIR}/hardware/hwtimer.c optional acpi 2733${ACPICA_COMP_DIR}/hardware/hwvalid.c optional acpi 2734${ACPICA_COMP_DIR}/hardware/hwxface.c optional acpi 2735${ACPICA_COMP_DIR}/hardware/hwxfsleep.c optional acpi 2736${ACPICA_COMP_DIR}/namespace/nsaccess.c optional acpi 2737${ACPICA_COMP_DIR}/namespace/nsalloc.c optional acpi 2738${ACPICA_COMP_DIR}/namespace/nsarguments.c optional acpi 2739${ACPICA_COMP_DIR}/namespace/nsconvert.c optional acpi 2740${ACPICA_COMP_DIR}/namespace/nsdump.c optional acpi 2741${ACPICA_COMP_DIR}/namespace/nseval.c optional acpi 2742${ACPICA_COMP_DIR}/namespace/nsinit.c optional acpi 2743${ACPICA_COMP_DIR}/namespace/nsload.c optional acpi 2744${ACPICA_COMP_DIR}/namespace/nsnames.c optional acpi 2745${ACPICA_COMP_DIR}/namespace/nsobject.c optional acpi 2746${ACPICA_COMP_DIR}/namespace/nsparse.c optional acpi 2747${ACPICA_COMP_DIR}/namespace/nspredef.c optional acpi 2748${ACPICA_COMP_DIR}/namespace/nsprepkg.c optional acpi 2749${ACPICA_COMP_DIR}/namespace/nsrepair.c optional acpi 2750${ACPICA_COMP_DIR}/namespace/nsrepair2.c optional acpi 2751${ACPICA_COMP_DIR}/namespace/nssearch.c optional acpi 2752${ACPICA_COMP_DIR}/namespace/nsutils.c optional acpi 2753${ACPICA_COMP_DIR}/namespace/nswalk.c optional acpi 2754${ACPICA_COMP_DIR}/namespace/nsxfeval.c optional acpi 2755${ACPICA_COMP_DIR}/namespace/nsxfname.c optional acpi 2756${ACPICA_COMP_DIR}/namespace/nsxfobj.c optional acpi 2757${ACPICA_COMP_DIR}/parser/psargs.c optional acpi 2758${ACPICA_COMP_DIR}/parser/psloop.c optional acpi 2759${ACPICA_COMP_DIR}/parser/psobject.c optional acpi 2760${ACPICA_COMP_DIR}/parser/psopcode.c optional acpi 2761${ACPICA_COMP_DIR}/parser/psopinfo.c optional acpi 2762${ACPICA_COMP_DIR}/parser/psparse.c optional acpi 2763${ACPICA_COMP_DIR}/parser/psscope.c optional acpi 2764${ACPICA_COMP_DIR}/parser/pstree.c optional acpi 2765${ACPICA_COMP_DIR}/parser/psutils.c optional acpi 2766${ACPICA_COMP_DIR}/parser/pswalk.c optional acpi 2767${ACPICA_COMP_DIR}/parser/psxface.c optional acpi 2768${ACPICA_COMP_DIR}/resources/rsaddr.c optional acpi 2769${ACPICA_COMP_DIR}/resources/rscalc.c optional acpi 2770${ACPICA_COMP_DIR}/resources/rscreate.c optional acpi 2771${ACPICA_COMP_DIR}/resources/rsdump.c optional acpi acpi_debug 2772${ACPICA_COMP_DIR}/resources/rsdumpinfo.c optional acpi 2773${ACPICA_COMP_DIR}/resources/rsinfo.c optional acpi 2774${ACPICA_COMP_DIR}/resources/rsio.c optional acpi 2775${ACPICA_COMP_DIR}/resources/rsirq.c optional acpi 2776${ACPICA_COMP_DIR}/resources/rslist.c optional acpi 2777${ACPICA_COMP_DIR}/resources/rsmemory.c optional acpi 2778${ACPICA_COMP_DIR}/resources/rsmisc.c optional acpi 2779${ACPICA_COMP_DIR}/resources/rsserial.c optional acpi 2780${ACPICA_COMP_DIR}/resources/rsutils.c optional acpi 2781${ACPICA_COMP_DIR}/resources/rsxface.c optional acpi 2782${ACPICA_COMP_DIR}/tables/tbdata.c optional acpi 2783${ACPICA_COMP_DIR}/tables/tbfadt.c optional acpi 2784${ACPICA_COMP_DIR}/tables/tbfind.c optional acpi 2785${ACPICA_COMP_DIR}/tables/tbinstal.c optional acpi 2786${ACPICA_COMP_DIR}/tables/tbprint.c optional acpi 2787${ACPICA_COMP_DIR}/tables/tbutils.c optional acpi 2788${ACPICA_COMP_DIR}/tables/tbxface.c optional acpi 2789${ACPICA_COMP_DIR}/tables/tbxfload.c optional acpi 2790${ACPICA_COMP_DIR}/tables/tbxfroot.c optional acpi 2791${ACPICA_COMP_DIR}/utilities/utaddress.c optional acpi 2792${ACPICA_COMP_DIR}/utilities/utalloc.c optional acpi 2793${ACPICA_COMP_DIR}/utilities/utascii.c optional acpi 2794${ACPICA_COMP_DIR}/utilities/utbuffer.c optional acpi 2795${ACPICA_COMP_DIR}/utilities/utcopy.c optional acpi 2796${ACPICA_COMP_DIR}/utilities/utdebug.c optional acpi 2797${ACPICA_COMP_DIR}/utilities/utdecode.c optional acpi 2798${ACPICA_COMP_DIR}/utilities/utdelete.c optional acpi 2799${ACPICA_COMP_DIR}/utilities/uterror.c optional acpi 2800${ACPICA_COMP_DIR}/utilities/uteval.c optional acpi 2801${ACPICA_COMP_DIR}/utilities/utexcep.c optional acpi 2802${ACPICA_COMP_DIR}/utilities/utglobal.c optional acpi 2803${ACPICA_COMP_DIR}/utilities/uthex.c optional acpi 2804${ACPICA_COMP_DIR}/utilities/utids.c optional acpi 2805${ACPICA_COMP_DIR}/utilities/utinit.c optional acpi 2806${ACPICA_COMP_DIR}/utilities/utlock.c optional acpi 2807${ACPICA_COMP_DIR}/utilities/utmath.c optional acpi 2808${ACPICA_COMP_DIR}/utilities/utmisc.c optional acpi 2809${ACPICA_COMP_DIR}/utilities/utmutex.c optional acpi 2810${ACPICA_COMP_DIR}/utilities/utnonansi.c optional acpi 2811${ACPICA_COMP_DIR}/utilities/utobject.c optional acpi 2812${ACPICA_COMP_DIR}/utilities/utosi.c optional acpi 2813${ACPICA_COMP_DIR}/utilities/utownerid.c optional acpi 2814${ACPICA_COMP_DIR}/utilities/utpredef.c optional acpi 2815${ACPICA_COMP_DIR}/utilities/utresrc.c optional acpi 2816${ACPICA_COMP_DIR}/utilities/utresdecode.c optional acpi 2817${ACPICA_COMP_DIR}/utilities/utstate.c optional acpi 2818${ACPICA_COMP_DIR}/utilities/utstring.c optional acpi 2819${ACPICA_COMP_DIR}/utilities/utstrsuppt.c optional acpi 2820${ACPICA_COMP_DIR}/utilities/utstrtoul64.c optional acpi 2821${ACPICA_COMP_DIR}/utilities/utuuid.c optional acpi acpi_debug 2822${ACPICA_COMP_DIR}/utilities/utxface.c optional acpi 2823${ACPICA_COMP_DIR}/utilities/utxferror.c optional acpi 2824${ACPICA_COMP_DIR}/utilities/utxfinit.c optional acpi 2825${ACPICA_DIR}/common/ahids.c optional acpi acpi_debug 2826${ACPICA_DIR}/common/ahuuids.c optional acpi acpi_debug 2827 2828# 2829# experimental new USB stack from recent FreeBSD 2830# 2831usbdevs.h optional usb \ 2832 dependency "$S/tools/usbdevs2h.awk $S/bus/u4b/usbdevs" \ 2833 compile-with "${AWK} -f $S/tools/usbdevs2h.awk $S/bus/u4b/usbdevs -h" \ 2834 no-obj no-implicit-rule before-depend \ 2835 clean "usbdevs.h" 2836usbdevs_data.h optional usb \ 2837 dependency "$S/tools/usbdevs2h.awk $S/bus/u4b/usbdevs" \ 2838 compile-with "${AWK} -f $S/tools/usbdevs2h.awk $S/bus/u4b/usbdevs -d" \ 2839 no-obj no-implicit-rule before-depend \ 2840 clean "usbdevs_data.h" 2841# 2842# USB core 2843# 2844bus/u4b/usb_busdma.c optional usb 2845bus/u4b/usb_core.c optional usb 2846bus/u4b/usb_debug.c optional usb 2847bus/u4b/usb_dev.c optional usb 2848bus/u4b/usb_device.c optional usb 2849bus/u4b/usb_dynamic.c optional usb 2850bus/u4b/usb_error.c optional usb 2851bus/u4b/usb_generic.c optional usb 2852bus/u4b/usb_handle_request.c optional usb 2853bus/u4b/usb_hid.c optional usb 2854bus/u4b/usb_hub.c optional usb 2855bus/u4b/usb_lookup.c optional usb 2856bus/u4b/usb_mbuf.c optional usb 2857bus/u4b/usb_msctest.c optional usb 2858bus/u4b/usb_parse.c optional usb 2859bus/u4b/usb_pf.c optional usb 2860bus/u4b/usb_process.c optional usb 2861bus/u4b/usb_request.c optional usb 2862bus/u4b/usb_transfer.c optional usb 2863bus/u4b/usb_util.c optional usb 2864bus/u4b/usb_if.m optional usb 2865# 2866# USB controller drivers 2867# 2868bus/u4b/controller/ehci.c optional ehci 2869bus/u4b/controller/ehci_pci.c optional ehci pci 2870bus/u4b/controller/ohci.c optional ohci 2871bus/u4b/controller/ohci_pci.c optional ohci pci 2872bus/u4b/controller/uhci.c optional uhci 2873bus/u4b/controller/uhci_pci.c optional uhci pci 2874bus/u4b/controller/xhci.c optional xhci 2875bus/u4b/controller/xhci_pci.c optional xhci pci 2876bus/u4b/controller/usb_controller.c optional usb 2877# 2878# USB storage drivers 2879# 2880bus/u4b/storage/umass.c optional umass 2881bus/u4b/storage/urio.c optional urio 2882bus/u4b/storage/ustorage_fs.c optional usfs 2883# 2884# USB network drivers 2885# 2886bus/u4b/net/usb_ethernet.c optional uether 2887bus/u4b/net/if_aue.c optional aue uether 2888bus/u4b/net/if_axe.c optional axe uether 2889bus/u4b/net/if_axge.c optional axge uether 2890bus/u4b/net/if_cdce.c optional cdce uether 2891bus/u4b/net/if_cue.c optional cue uether 2892bus/u4b/net/if_ipheth.c optional ipheth uether 2893bus/u4b/net/if_kue.c optional kue uether 2894bus/u4b/net/if_mos.c optional mos uether 2895bus/u4b/net/if_udav.c optional udav uether 2896bus/u4b/net/if_urndis.c optional urndis uether 2897# 2898# USB WLAN drivers 2899# 2900bus/u4b/wlan/if_rum.c optional rum 2901bus/u4b/wlan/if_run.c optional run 2902runfw.c optional runfw \ 2903 compile-with "${AWK} -f $S/tools/fw_stub.awk run.fw:runfw -m runfw -c ${.TARGET}" \ 2904 no-implicit-rule before-depend local \ 2905 clean "runfw.c" 2906runfw.fwo optional runfw \ 2907 dependency "run.fw" \ 2908 compile-with "${NORMAL_FWO}" \ 2909 no-implicit-rule \ 2910 clean "runfw.fwo" 2911run.fw optional runfw \ 2912 dependency "$S/contrib/dev/run/rt2870.fw.uu" \ 2913 compile-with "${NORMAL_FW}" \ 2914 no-obj no-implicit-rule \ 2915 clean "run.fw" 2916bus/u4b/wlan/if_urtwn.c optional urtwn 2917urtwn-rtl8188eufw.c optional urtwnfw \ 2918 compile-with "${AWK} -f $S/tools/fw_stub.awk urtwn-rtl8188eufw.fw:urtwn-rtl8188eufw:111 -m urtwn-rtl8188eufw -c ${.TARGET}" \ 2919 no-implicit-rule before-depend local \ 2920 clean "urtwn-rtl8188eufw.c" 2921urtwn-rtl8188eufw.fwo optional urtwnfw \ 2922 dependency "urtwn-rtl8188eufw.fw" \ 2923 compile-with "${NORMAL_FWO}" \ 2924 no-implicit-rule \ 2925 clean "urtwn-rtl8188eufw.fwo" 2926urtwn-rtl8188eufw.fw optional urtwnfw \ 2927 dependency "$S/contrib/dev/urtwn/urtwn-rtl8188eufw.fw.uu" \ 2928 compile-with "${NORMAL_FW}" \ 2929 no-obj no-implicit-rule \ 2930 clean "urtwn-rtl8188eufw.fw" 2931urtwn-rtl8192cfwT.c optional urtwnfw \ 2932 compile-with "${AWK} -f $S/tools/fw_stub.awk urtwn-rtl8192cfwT.fw:urtwn-rtl8192cfwT:111 -m urtwn-rtl8192cfwT -c ${.TARGET}" \ 2933 no-implicit-rule before-depend local \ 2934 clean "urtwn-rtl8192cfwT.c" 2935urtwn-rtl8192cfwT.fwo optional urtwnfw \ 2936 dependency "urtwn-rtl8192cfwT.fw" \ 2937 compile-with "${NORMAL_FWO}" \ 2938 no-implicit-rule \ 2939 clean "urtwn-rtl8192cfwT.fwo" 2940urtwn-rtl8192cfwT.fw optional urtwnfw \ 2941 dependency "$S/contrib/dev/urtwn/urtwn-rtl8192cfwT.fw.uu" \ 2942 compile-with "${NORMAL_FW}" \ 2943 no-obj no-implicit-rule \ 2944 clean "urtwn-rtl8192cfwT.fw" 2945urtwn-rtl8192cfwU.c optional urtwnfw \ 2946 compile-with "${AWK} -f $S/tools/fw_stub.awk urtwn-rtl8192cfwU.fw:urtwn-rtl8192cfwU:111 -m urtwn-rtl8192cfwU -c ${.TARGET}" \ 2947 no-implicit-rule before-depend local \ 2948 clean "urtwn-rtl8192cfwU.c" 2949urtwn-rtl8192cfwU.fwo optional urtwnfw \ 2950 dependency "urtwn-rtl8192cfwU.fw" \ 2951 compile-with "${NORMAL_FWO}" \ 2952 no-implicit-rule \ 2953 clean "urtwn-rtl8192cfwU.fwo" 2954urtwn-rtl8192cfwU.fw optional urtwnfw \ 2955 dependency "$S/contrib/dev/urtwn/urtwn-rtl8192cfwU.fw.uu" \ 2956 compile-with "${NORMAL_FW}" \ 2957 no-obj no-implicit-rule \ 2958 clean "urtwn-rtl8192cfwU.fw" 2959# 2960# USB serial and parallel port drivers 2961# 2962bus/u4b/serial/usb_serial.c optional ucom 2963bus/u4b/serial/u3g.c optional u3g ucom 2964bus/u4b/serial/uark.c optional uark ucom 2965bus/u4b/serial/ubsa.c optional ubsa ucom 2966bus/u4b/serial/ubser.c optional ubser ucom 2967bus/u4b/serial/uchcom.c optional uchcom ucom 2968bus/u4b/serial/ucycom.c optional ucycom ucom 2969bus/u4b/serial/ufoma.c optional ufoma ucom 2970bus/u4b/serial/uftdi.c optional uftdi ucom 2971bus/u4b/serial/ugensa.c optional ugensa ucom 2972bus/u4b/serial/uipaq.c optional uipaq ucom 2973bus/u4b/serial/ulpt.c optional ulpt ucom 2974bus/u4b/serial/umcs.c optional umcs ucom 2975bus/u4b/serial/umct.c optional umct ucom 2976bus/u4b/serial/umodem.c optional umodem ucom 2977bus/u4b/serial/umoscom.c optional umoscom ucom 2978bus/u4b/serial/uplcom.c optional uplcom ucom 2979bus/u4b/serial/uslcom.c optional uslcom ucom 2980bus/u4b/serial/uvisor.c optional uvisor ucom 2981bus/u4b/serial/uvscom.c optional uvscom ucom 2982# 2983# USB misc drivers 2984# 2985bus/u4b/misc/ufm.c optional ufm 2986# 2987# USB input drivers 2988# 2989bus/u4b/input/ukbd.c optional ukbd 2990bus/u4b/input/ums.c optional ums 2991bus/u4b/input/uep.c optional uep 2992bus/u4b/input/uhid.c optional uhid 2993bus/u4b/input/wsp.c optional wsp 2994# 2995# USB quirks 2996# 2997bus/u4b/quirk/usb_quirk.c optional usb 2998# 2999# USB templates 3000# 3001bus/u4b/template/usb_template.c optional usb_template 3002bus/u4b/template/usb_template_audio.c optional usb_template 3003bus/u4b/template/usb_template_cdce.c optional usb_template 3004bus/u4b/template/usb_template_kbd.c optional usb_template 3005bus/u4b/template/usb_template_modem.c optional usb_template 3006bus/u4b/template/usb_template_mouse.c optional usb_template 3007bus/u4b/template/usb_template_msc.c optional usb_template 3008bus/u4b/template/usb_template_mtp.c optional usb_template 3009bus/u4b/template/usb_template_serialnet.c optional usb_template 3010# 3011# Other drivers 3012# 3013bus/u4b/audio/uaudio.c optional snd_uaudio 3014bus/u4b/audio/uaudio_pcm.c optional snd_uaudio 3015 3016# 3017# Amazon EC2 support 3018# 3019dev/virtual/amazon/ena/ena.c optional ena 3020dev/virtual/amazon/ena/ena_sysctl.c optional ena 3021dev/virtual/amazon/ena/ena-com/ena_com.c optional ena 3022dev/virtual/amazon/ena/ena-com/ena_eth_com.c optional ena 3023 3024# 3025# Hyper-V support 3026# 3027dev/virtual/hyperv/vmbus/vmbus.c optional vmbus 3028 3029# 3030# NVMM support 3031# 3032dev/virtual/nvmm/nvmm.c optional nvmm 3033dev/virtual/nvmm/nvmm_dragonfly.c optional nvmm 3034dev/virtual/nvmm/x86/nvmm_x86.c optional nvmm 3035dev/virtual/nvmm/x86/nvmm_x86_svm.c optional nvmm 3036dev/virtual/nvmm/x86/nvmm_x86_svmfunc.S optional nvmm 3037dev/virtual/nvmm/x86/nvmm_x86_vmx.c optional nvmm 3038dev/virtual/nvmm/x86/nvmm_x86_vmxfunc.S optional nvmm 3039 3040# 3041# virtio support 3042# 3043dev/virtual/virtio/balloon/virtio_balloon.c optional virtio_balloon virtio 3044dev/virtual/virtio/block/virtio_blk.c optional virtio_blk virtio 3045dev/virtual/virtio/random/virtio_random.c optional virtio_random virtio 3046dev/virtual/virtio/scsi/virtio_scsi.c optional virtio_scsi virtio 3047dev/virtual/virtio/net/if_vtnet.c optional vtnet virtio 3048dev/virtual/virtio/pci/virtio_pci.c optional virtio pci 3049dev/virtual/virtio/virtio/virtio.c optional virtio 3050dev/virtual/virtio/virtio/virtio_bus_if.m optional virtio 3051dev/virtual/virtio/virtio/virtqueue.c optional virtio 3052 3053# 3054# VMware support 3055# 3056dev/virtual/vmware/pvscsi/pvscsi.c optional pvscsi 3057dev/virtual/vmware/vmxnet3/if_vmx.c optional vmx 3058 3059# 3060# Gpio support for ACPI based SoC platforms 3061# 3062bus/gpio/gpio_if.m optional gpio_acpi 3063bus/gpio/gpio_acpi/gpio_acpi.c optional gpio_acpi 3064bus/gpio/gpio_intel/gpio_cherryview.c optional gpio_intel gpio_acpi 3065bus/gpio/gpio_intel/gpio_intel.c optional gpio_intel gpio_acpi 3066