# $FreeBSD: src/sys/conf/files,v 1.340.2.137 2003/06/04 17:10:30 sam Exp $
#
# The long compile-with and dependency lines are required because of
# limitations in config: backslash-newline doesn't work in strings, and
# dependency lines other than the first are silently ignored.
#
acpi_quirks.h			optional acpi				   \
	dependency	"$S/tools/acpi_quirks2h.awk $S/dev/acpica/acpi_quirks" \
	compile-with	"${AWK} -f $S/tools/acpi_quirks2h.awk $S/dev/acpica/acpi_quirks" \
	no-obj no-implicit-rule before-depend				   \
	clean		"acpi_quirks.h"
feeder_eq_gen.h			optional sound				   \
	dependency	"$S/tools/sound/feeder_eq_mkfilter.awk"		   \
	compile-with	"${AWK} -f $S/tools/sound/feeder_eq_mkfilter.awk -- ${FEEDER_EQ_PRESETS} > feeder_eq_gen.h" \
	no-obj no-implicit-rule before-depend				   \
	clean		"feeder_eq_gen.h"
feeder_rate_gen.h		optional sound				   \
	dependency	"$S/tools/sound/feeder_rate_mkfilter.awk"	   \
	compile-with	"${AWK} -f $S/tools/sound/feeder_rate_mkfilter.awk -- ${FEEDER_RATE_PRESETS} > feeder_rate_gen.h" \
	no-obj no-implicit-rule before-depend				   \
	clean		"feeder_rate_gen.h"
snd_fxdiv_gen.h			optional sound				   \
	dependency	"$S/tools/sound/snd_fxdiv_gen.awk"		   \
	compile-with	"${AWK} -f $S/tools/sound/snd_fxdiv_gen.awk -- > snd_fxdiv_gen.h" \
	no-obj no-implicit-rule before-depend				   \
	clean		"snd_fxdiv_gen.h"
kern/cpu_if.m				standard
kern/device_if.m			standard
kern/bus_if.m				standard
bus/cam/cam.c				optional scbus
bus/cam/cam_xpt.c			optional scbus
bus/cam/cam_extend.c			optional scbus
bus/cam/cam_queue.c			optional scbus
bus/cam/cam_periph.c			optional scbus
bus/cam/cam_sim.c			optional scbus
bus/cam/scsi/scsi_all.c			optional scbus
bus/cam/scsi/scsi_da.c			optional da
bus/cam/scsi/scsi_pt.c			optional pt
bus/cam/scsi/scsi_sa.c			optional sa
bus/cam/scsi/scsi_cd.c			optional cd
bus/cam/scsi/scsi_ch.c			optional ch
bus/cam/scsi/scsi_pass.c		optional pass
bus/cam/scsi/scsi_ses.c			optional ses
bus/cam/scsi/scsi_sg.c			optional sg
bus/cam/scsi/scsi_target.c		optional targ
bus/cam/scsi/scsi_targ_bh.c		optional targbh

dev/disk/dm/device-mapper.c		optional dm
dev/disk/dm/dm_dev.c			optional dm
dev/disk/dm/dm_ioctl.c			optional dm
dev/disk/dm/dm_pdev.c			optional dm
dev/disk/dm/dm_table.c			optional dm
dev/disk/dm/dm_target.c			optional dm
dev/disk/dm/dm_target_error.c		optional dm
dev/disk/dm/dm_target_zero.c		optional dm
dev/disk/dm/crypt/dm_target_crypt.c	optional dm_target_crypt
dev/disk/dm/linear/dm_target_linear.c	optional dm_target_linear
dev/disk/dm/striped/dm_target_striped.c	optional dm_target_striped
dev/disk/dm/delay/dm_target_delay.c	optional dm_target_delay
dev/disk/dm/flakey/dm_target_flakey.c	optional dm_target_flakey

dev/disk/iscsi/initiator/isc_cam.c	optional iscsi_initiator scbus
dev/disk/iscsi/initiator/isc_sm.c	optional iscsi_initiator scbus
dev/disk/iscsi/initiator/isc_soc.c	optional iscsi_initiator scbus
dev/disk/iscsi/initiator/isc_subr.c	optional iscsi_initiator scbus
dev/disk/iscsi/initiator/iscsi.c	optional iscsi_initiator scbus
dev/disk/iscsi/initiator/iscsi_subr.c	optional iscsi_initiator scbus

crypto/sha1.c				optional carp
ddb/db_access.c				optional ddb
ddb/db_kld.c				optional ddb
ddb/db_break.c				optional ddb
ddb/db_command.c			optional ddb
ddb/db_examine.c			optional ddb
ddb/db_expr.c				optional ddb
ddb/db_input.c				optional ddb
ddb/db_lex.c				optional ddb
ddb/db_output.c				optional ddb
ddb/db_print.c				optional ddb
ddb/db_ps.c				optional ddb
ddb/db_run.c				optional ddb
ddb/db_sym.c				optional ddb
ddb/db_sysctl.c				optional ddb
ddb/db_trap.c				optional ddb
ddb/db_variables.c			optional ddb
ddb/db_watch.c				optional ddb
ddb/db_write_cmd.c			optional ddb
dev/raid/aac/aac.c			optional aac
dev/raid/aac/aac_cam.c			optional aacp aac
dev/raid/aac/aac_debug.c		optional aac
dev/raid/aac/aac_disk.c			optional aac
dev/raid/aac/aac_pci.c			optional aac pci
dev/raid/arcmsr/arcmsr.c		optional arcmsr pci

dev/disk/fd/fd.c			optional fd
dev/disk/fd/fd_pccard.c			optional fd pccard

dev/pccard/pccbb/pccbb.c		optional cbb
dev/pccard/pccbb/pccbb_isa.c		optional cbb isa
dev/pccard/pccbb/pccbb_pci.c		optional cbb pci
dev/pccard/cardbus/cardbus.c		optional cardbus
dev/pccard/cardbus/cardbus_cis.c	optional cardbus
dev/pccard/exca/exca.c			optional cbb

dev/disk/advansys/adv_pci.c		optional adv pci
dev/disk/advansys/advansys.c		optional adv
dev/disk/advansys/advlib.c		optional adv
dev/disk/advansys/advmcode.c		optional adv
dev/disk/advansys/adw_pci.c		optional adw pci
dev/disk/advansys/adwcam.c		optional adw
dev/disk/advansys/adwlib.c		optional adw
dev/disk/advansys/adwmcode.c		optional adw
dev/netif/ae/if_ae.c			optional ae
dev/netif/age/if_age.c			optional age
dev/raid/asr/asr.c			optional asr pci
dev/disk/ahci/ahci.c			optional ahci
dev/disk/ahci/ahci_dragonfly.c		optional ahci
dev/disk/ahci/ahci_attach.c		optional ahci
dev/disk/ahci/ahci_cam.c		optional ahci
dev/disk/ahci/ahci_pm.c			optional ahci
dev/disk/sili/sili.c			optional sili
dev/disk/sili/sili_dragonfly.c		optional sili
dev/disk/sili/sili_attach.c		optional sili
dev/disk/sili/sili_cam.c		optional sili
dev/disk/sili/sili_pm.c			optional sili
dev/disk/nvme/nvme.c			optional nvme
dev/disk/nvme/nvme_dragonfly.c		optional nvme
dev/disk/nvme/nvme_attach.c		optional nvme
dev/disk/nvme/nvme_admin.c		optional nvme
dev/disk/nvme/nvme_disk.c		optional nvme
dev/disk/nvme/nvme_ioctl.c		optional nvme
dev/disk/xdisk/xdisk.c			optional xdisk
dev/disk/nata/ata_if.m			optional nata
dev/disk/nata/ata-all.c			optional nata
dev/disk/nata/ata-card.c		optional nata pccard
dev/disk/nata/ata-chipset.c		optional nata pci
dev/disk/nata/ata-disk.c		optional natadisk
dev/disk/nata/ata-dma.c			optional nata pci
dev/disk/nata/ata-isa.c			optional nata isa
dev/disk/nata/ata-lowlevel.c		optional nata
dev/disk/nata/ata-pci.c			optional nata pci
dev/disk/nata/ata-queue.c		optional nata
dev/disk/nata/ata-raid.c		optional nataraid
dev/disk/nata/ata-sata.c		optional nata pci
dev/disk/nata/atapi-cam.c		optional natapicam
dev/disk/nata/atapi-cd.c		optional natapicd
dev/disk/nata/atapi-fd.c		optional natapifd
dev/disk/nata/atapi-tape.c		optional natapist
dev/raid/amr/amr.c			optional amr
dev/raid/amr/amr_cam.c			optional amrp amr
dev/raid/amr/amr_disk.c			optional amr
dev/raid/amr/amr_pci.c			optional amr pci
dev/netif/ath/ath_hal/ah_osdep.c			optional ath_hal
dev/netif/ath/ath_hal/ah.c 				optional ath_hal
dev/netif/ath/ath_hal/ah_eeprom_v1.c 			optional ath_hal
dev/netif/ath/ath_hal/ah_eeprom_v14.c 			optional ath_hal
dev/netif/ath/ath_hal/ah_eeprom_v3.c 			optional ath_hal
dev/netif/ath/ath_hal/ah_eeprom_v4k.c 			optional ath_hal
dev/netif/ath/ath_hal/ah_eeprom_9287.c			optional ath_hal
dev/netif/ath/ath_hal/ah_regdomain.c 			optional ath_hal
dev/netif/ath/ath_hal/ar5210/ar5210_attach.c 		optional ath_hal
dev/netif/ath/ath_hal/ar5210/ar5210_beacon.c 		optional ath_hal
dev/netif/ath/ath_hal/ar5210/ar5210_interrupts.c	optional ath_hal
dev/netif/ath/ath_hal/ar5210/ar5210_keycache.c 		optional ath_hal
dev/netif/ath/ath_hal/ar5210/ar5210_misc.c 		optional ath_hal
dev/netif/ath/ath_hal/ar5210/ar5210_phy.c 		optional ath_hal
dev/netif/ath/ath_hal/ar5210/ar5210_power.c 		optional ath_hal
dev/netif/ath/ath_hal/ar5210/ar5210_recv.c 		optional ath_hal
dev/netif/ath/ath_hal/ar5210/ar5210_reset.c 		optional ath_hal
dev/netif/ath/ath_hal/ar5210/ar5210_xmit.c 		optional ath_hal
dev/netif/ath/ath_hal/ar5211/ar5211_attach.c 		optional ath_hal
dev/netif/ath/ath_hal/ar5211/ar5211_beacon.c 		optional ath_hal
dev/netif/ath/ath_hal/ar5211/ar5211_interrupts.c	optional ath_hal
dev/netif/ath/ath_hal/ar5211/ar5211_keycache.c 		optional ath_hal
dev/netif/ath/ath_hal/ar5211/ar5211_misc.c 		optional ath_hal
dev/netif/ath/ath_hal/ar5211/ar5211_phy.c 		optional ath_hal
dev/netif/ath/ath_hal/ar5211/ar5211_power.c 		optional ath_hal
dev/netif/ath/ath_hal/ar5211/ar5211_recv.c 		optional ath_hal
dev/netif/ath/ath_hal/ar5211/ar5211_reset.c 		optional ath_hal
dev/netif/ath/ath_hal/ar5211/ar5211_xmit.c 		optional ath_hal
dev/netif/ath/ath_hal/ar5212/ar2413.c 			optional ath_hal
dev/netif/ath/ath_hal/ar5212/ar2425.c	 		optional ath_hal
dev/netif/ath/ath_hal/ar5212/ar5111.c 			optional ath_hal
dev/netif/ath/ath_hal/ar5212/ar5112.c 			optional ath_hal
dev/netif/ath/ath_hal/ar5212/ar5212_ani.c 		optional ath_hal
dev/netif/ath/ath_hal/ar5212/ar5212_attach.c 		optional ath_hal
dev/netif/ath/ath_hal/ar5212/ar5212_beacon.c 		optional ath_hal
dev/netif/ath/ath_hal/ar5212/ar5212_eeprom.c 		optional ath_hal
dev/netif/ath/ath_hal/ar5212/ar5212_gpio.c 		optional ath_hal
dev/netif/ath/ath_hal/ar5212/ar5212_interrupts.c	optional ath_hal
dev/netif/ath/ath_hal/ar5212/ar5212_keycache.c 		optional ath_hal
dev/netif/ath/ath_hal/ar5212/ar5212_misc.c 		optional ath_hal
dev/netif/ath/ath_hal/ar5212/ar5212_phy.c 		optional ath_hal
dev/netif/ath/ath_hal/ar5212/ar5212_power.c 		optional ath_hal
dev/netif/ath/ath_hal/ar5212/ar5212_recv.c 		optional ath_hal
dev/netif/ath/ath_hal/ar5212/ar5212_reset.c 		optional ath_hal
dev/netif/ath/ath_hal/ar5212/ar5212_rfgain.c 		optional ath_hal
dev/netif/ath/ath_hal/ar5212/ar5212_xmit.c 		optional ath_hal
dev/netif/ath/ath_hal/ar5212/ar5413.c 			optional ath_hal
dev/netif/ath/ath_hal/ar5416/ar2133.c	 		optional ath_hal
dev/netif/ath/ath_hal/ar5416/ar5416_ani.c 		optional ath_hal
dev/netif/ath/ath_hal/ar5416/ar5416_attach.c 		optional ath_hal
dev/netif/ath/ath_hal/ar5416/ar5416_beacon.c 		optional ath_hal
dev/netif/ath/ath_hal/ar5416/ar5416_btcoex.c		optional ath_hal
dev/netif/ath/ath_hal/ar5416/ar5416_cal.c 		optional ath_hal
dev/netif/ath/ath_hal/ar5416/ar5416_cal_adcdc.c 	optional ath_hal
dev/netif/ath/ath_hal/ar5416/ar5416_cal_adcgain.c	optional ath_hal
dev/netif/ath/ath_hal/ar5416/ar5416_cal_iq.c 		optional ath_hal
dev/netif/ath/ath_hal/ar5416/ar5416_eeprom.c 		optional ath_hal
dev/netif/ath/ath_hal/ar5416/ar5416_gpio.c 		optional ath_hal
dev/netif/ath/ath_hal/ar5416/ar5416_interrupts.c	optional ath_hal
dev/netif/ath/ath_hal/ar5416/ar5416_keycache.c 		optional ath_hal
dev/netif/ath/ath_hal/ar5416/ar5416_misc.c 		optional ath_hal
dev/netif/ath/ath_hal/ar5416/ar5416_phy.c 		optional ath_hal
dev/netif/ath/ath_hal/ar5416/ar5416_power.c 		optional ath_hal
dev/netif/ath/ath_hal/ar5416/ar5416_radar.c		optional ath_hal
dev/netif/ath/ath_hal/ar5416/ar5416_recv.c 		optional ath_hal
dev/netif/ath/ath_hal/ar5416/ar5416_reset.c 		optional ath_hal
dev/netif/ath/ath_hal/ar5416/ar5416_spectral.c		optional ath_hal
dev/netif/ath/ath_hal/ar5416/ar5416_xmit.c 		optional ath_hal
dev/netif/ath/ath_hal/ar9001/ar9130_attach.c 		optional ath_hal
dev/netif/ath/ath_hal/ar9001/ar9130_eeprom.c 		optional ath_hal
dev/netif/ath/ath_hal/ar9001/ar9130_phy.c 		optional ath_hal
dev/netif/ath/ath_hal/ar9001/ar9160_attach.c 		optional ath_hal
dev/netif/ath/ath_hal/ar9002/ar9280.c 			optional ath_hal
dev/netif/ath/ath_hal/ar9002/ar9280_attach.c 		optional ath_hal
dev/netif/ath/ath_hal/ar9002/ar9280_olc.c 		optional ath_hal
dev/netif/ath/ath_hal/ar9002/ar9285.c 			optional ath_hal
dev/netif/ath/ath_hal/ar9002/ar9285_attach.c 		optional ath_hal
dev/netif/ath/ath_hal/ar9002/ar9285_btcoex.c 		optional ath_hal
dev/netif/ath/ath_hal/ar9002/ar9285_cal.c 		optional ath_hal
dev/netif/ath/ath_hal/ar9002/ar9285_diversity.c 	optional ath_hal
dev/netif/ath/ath_hal/ar9002/ar9285_phy.c 		optional ath_hal
dev/netif/ath/ath_hal/ar9002/ar9285_reset.c 		optional ath_hal
dev/netif/ath/ath_hal/ar9002/ar9287.c			optional ath_hal
dev/netif/ath/ath_hal/ar9002/ar9287_attach.c		optional ath_hal
dev/netif/ath/ath_hal/ar9002/ar9287_cal.c		optional ath_hal
dev/netif/ath/ath_hal/ar9002/ar9287_olc.c		optional ath_hal
dev/netif/ath/ath_hal/ar9002/ar9287_reset.c		optional ath_hal
contrib/dev/ath/ath_hal/ar9300/ar9300_ani.c		optional ath_hal
contrib/dev/ath/ath_hal/ar9300/ar9300_attach.c		optional ath_hal
contrib/dev/ath/ath_hal/ar9300/ar9300_beacon.c		optional ath_hal
contrib/dev/ath/ath_hal/ar9300/ar9300_eeprom.c		optional ath_hal
contrib/dev/ath/ath_hal/ar9300/ar9300_freebsd.c		optional ath_hal
contrib/dev/ath/ath_hal/ar9300/ar9300_gpio.c		optional ath_hal
contrib/dev/ath/ath_hal/ar9300/ar9300_interrupts.c	optional ath_hal
contrib/dev/ath/ath_hal/ar9300/ar9300_keycache.c	optional ath_hal
contrib/dev/ath/ath_hal/ar9300/ar9300_mci.c		optional ath_hal
contrib/dev/ath/ath_hal/ar9300/ar9300_misc.c		optional ath_hal
contrib/dev/ath/ath_hal/ar9300/ar9300_paprd.c		optional ath_hal
contrib/dev/ath/ath_hal/ar9300/ar9300_phy.c		optional ath_hal
contrib/dev/ath/ath_hal/ar9300/ar9300_power.c		optional ath_hal
contrib/dev/ath/ath_hal/ar9300/ar9300_radar.c		optional ath_hal
contrib/dev/ath/ath_hal/ar9300/ar9300_radio.c		optional ath_hal
contrib/dev/ath/ath_hal/ar9300/ar9300_recv.c		optional ath_hal
contrib/dev/ath/ath_hal/ar9300/ar9300_recv_ds.c		optional ath_hal
contrib/dev/ath/ath_hal/ar9300/ar9300_reset.c		optional ath_hal
contrib/dev/ath/ath_hal/ar9300/ar9300_spectral.c	optional ath_hal
contrib/dev/ath/ath_hal/ar9300/ar9300_stub.c		optional ath_hal
contrib/dev/ath/ath_hal/ar9300/ar9300_stub_funcs.c	optional ath_hal
contrib/dev/ath/ath_hal/ar9300/ar9300_timer.c		optional ath_hal
contrib/dev/ath/ath_hal/ar9300/ar9300_xmit.c		optional ath_hal
contrib/dev/ath/ath_hal/ar9300/ar9300_xmit_ds.c		optional ath_hal
dev/netif/ath/ath_rate/amrr/amrr.c	optional ath_rate_amrr \
	compile-with "${NORMAL_C} -I$S/dev/netif/ath/ath ${WERROR}"
dev/netif/ath/ath_rate/onoe/onoe.c	optional ath_rate_onoe \
	compile-with "${NORMAL_C} -I$S/dev/netif/ath/ath ${WERROR}"
dev/netif/ath/ath_rate/sample/sample.c	optional ath_rate_sample \
	compile-with "${NORMAL_C} -I$S/dev/netif/ath/ath ${WERROR}"
dev/netif/ath/ath/if_ath.c		optional ath \
	compile-with "${NORMAL_C} -I$S/dev/netif/ath/ath ${WERROR}"
dev/netif/ath/ath/if_ath_ioctl.c	optional ath \
	compile-with "${NORMAL_C} -I$S/dev/netif/ath/ath ${WERROR}"
dev/netif/ath/ath/if_ath_descdma.c	optional ath \
	compile-with "${NORMAL_C} -I$S/dev/netif/ath/ath ${WERROR}"
dev/netif/ath/ath/if_ath_ahb.c		optional ath \
	compile-with "${NORMAL_C} -I$S/dev/netif/ath/ath ${WERROR}"
dev/netif/ath/ath/if_ath_alq.c		optional ath \
	compile-with "${NORMAL_C} -I$S/dev/netif/ath/ath ${WERROR}"
dev/netif/ath/ath/if_ath_beacon.c	optional ath \
	compile-with "${NORMAL_C} -I$S/dev/netif/ath/ath ${WERROR}"
dev/netif/ath/ath/if_ath_btcoex.c	optional ath \
	compile-with "${NORMAL_C} -I$S/dev/netif/ath/ath ${WERROR}"
dev/netif/ath/ath/if_ath_debug.c	optional ath \
	compile-with "${NORMAL_C} -I$S/dev/netif/ath/ath ${WERROR}"
dev/netif/ath/ath/if_ath_keycache.c	optional ath \
	compile-with "${NORMAL_C} -I$S/dev/netif/ath/ath ${WERROR}"
dev/netif/ath/ath/if_ath_led.c		optional ath \
	compile-with "${NORMAL_C} -I$S/dev/netif/ath/ath ${WERROR}"
dev/netif/ath/ath/if_ath_lna_div.c	optional ath \
	compile-with "${NORMAL_C} -I$S/dev/netif/ath/ath ${WERROR}"
dev/netif/ath/ath/if_ath_pci.c		optional ath pci \
	compile-with "${NORMAL_C} -I$S/dev/netif/ath/ath ${WERROR}"
dev/netif/ath/ath/if_ath_rx.c		optional ath \
	compile-with "${NORMAL_C} -I$S/dev/netif/ath/ath ${WERROR}"
dev/netif/ath/ath/if_ath_rx_edma.c	optional ath \
	compile-with "${NORMAL_C} -I$S/dev/netif/ath/ath ${WERROR}"
dev/netif/ath/ath/if_ath_spectral.c	optional ath \
	compile-with "${NORMAL_C} -I$S/dev/netif/ath/ath ${WERROR}"
dev/netif/ath/ath/if_ath_sysctl.c	optional ath \
	compile-with "${NORMAL_C} -I$S/dev/netif/ath/ath ${WERROR}"
dev/netif/ath/ath/if_ath_tdma.c		optional ath \
	compile-with "${NORMAL_C} -I$S/dev/netif/ath/ath ${WERROR}"
dev/netif/ath/ath/if_ath_tx.c		optional ath \
	compile-with "${NORMAL_C} -I$S/dev/netif/ath/ath ${WERROR}"
dev/netif/ath/ath/if_ath_tx_edma.c	optional ath \
	compile-with "${NORMAL_C} -I$S/dev/netif/ath/ath ${WERROR}"
dev/netif/ath/ath/if_ath_tx_ht.c	optional ath \
	compile-with "${NORMAL_C} -I$S/dev/netif/ath/ath ${WERROR}"
dev/netif/ath/ath_dfs/null/dfs_null.c	optional ath \
	compile-with "${NORMAL_C} -I$S/dev/netif/ath/ath ${WERROR}"
dev/netif/alc/if_alc.c			optional alc
dev/netif/ale/if_ale.c			optional ale
dev/netif/bce/if_bce.c			optional bce
dev/netif/bfe/if_bfe.c			optional bfe
dev/netif/bge/if_bge.c			optional bge
dev/netif/bnx/if_bnx.c			optional bnx
dev/netif/bwn/bwn/if_bwn.c		optional bwn siba_bwn
dev/netif/bwn/bwn/if_bwn_phy_common.c	optional bwn siba_bwn
dev/netif/bwn/bwn/if_bwn_phy_g.c	optional bwn siba_bwn
dev/netif/bwn/bwn/if_bwn_phy_lp.c	optional bwn siba_bwn
dev/netif/bwn/bwn/if_bwn_util.c		optional bwn siba_bwn
dev/disk/buslogic/bt.c			optional bt
dev/disk/buslogic/bt_pci.c		optional bt pci
dev/disk/ccd/ccd.c			optional ccd
dev/raid/ciss/ciss.c			optional ciss
dev/misc/dcons/dcons.c		optional dcons
dev/misc/dcons/dcons_crom.c	optional dcons_crom
dev/misc/dcons/dcons_os.c	optional dcons
dev/raid/dpt/dpt_scsi.c	optional dpt
dev/raid/dpt/dpt_pci.c	optional dpt pci
dev/misc/efirt/efidev.c		optional efirt
dev/netif/em/if_em.c		optional em
dev/netif/emx/if_emx.c		optional emx
dev/netif/igb/if_igb.c		optional igb
dev/netif/ix/if_ix.c		optional ix
dev/netif/ix/ixgbe_82598.c	optional ix
dev/netif/ix/ixgbe_82599.c	optional ix
dev/netif/ix/ixgbe_api.c	optional ix
dev/netif/ix/ixgbe_common.c	optional ix
dev/netif/ix/ixgbe_dcb.c	optional ix
dev/netif/ix/ixgbe_dcb_82598.c	optional ix
dev/netif/ix/ixgbe_dcb_82599.c	optional ix
dev/netif/ix/ixgbe_mbx.c	optional ix
dev/netif/ix/ixgbe_osdep_pf.c	optional ix
dev/netif/ix/ixgbe_phy.c	optional ix
dev/netif/ix/ixgbe_x540.c	optional ix
dev/netif/ix/ixgbe_x550.c	optional ix
dev/netif/ig_hal/e1000_80003es2lan.c	optional ig_hal
dev/netif/ig_hal/e1000_82540.c	optional ig_hal
dev/netif/ig_hal/e1000_82541.c	optional ig_hal
dev/netif/ig_hal/e1000_82542.c	optional ig_hal
dev/netif/ig_hal/e1000_82543.c	optional ig_hal
dev/netif/ig_hal/e1000_82571.c	optional ig_hal
dev/netif/ig_hal/e1000_82575.c	optional ig_hal
dev/netif/ig_hal/e1000_api.c	optional ig_hal
dev/netif/ig_hal/e1000_i210.c	optional ig_hal
dev/netif/ig_hal/e1000_ich8lan.c	optional ig_hal
dev/netif/ig_hal/e1000_mac.c	optional ig_hal
dev/netif/ig_hal/e1000_manage.c	optional ig_hal
dev/netif/ig_hal/e1000_mbx.c	optional ig_hal
dev/netif/ig_hal/e1000_nvm.c	optional ig_hal
dev/netif/ig_hal/e1000_osdep.c	optional ig_hal
dev/netif/ig_hal/e1000_phy.c	optional ig_hal
dev/netif/ig_hal/e1000_vf.c	optional ig_hal
dev/netif/et/if_et.c		optional et
bus/firewire/firewire.c		optional firewire
bus/firewire/fwcrom.c		optional firewire
bus/firewire/fwdev.c		optional firewire
bus/firewire/fwdma.c		optional firewire
bus/firewire/fwmem.c		optional firewire
bus/firewire/fwohci.c		optional firewire
bus/firewire/fwohci_pci.c	optional firewire pci
dev/netif/fwe/if_fwe.c		optional fwe
dev/disk/sbp/sbp.c		optional sbp
dev/netif/fxp/if_fxp.c		optional fxp
dev/raid/mrsas/mrsas.c		optional mrsas
dev/raid/mrsas/mrsas_cam.c	optional mrsas
dev/raid/mrsas/mrsas_ioctl.c	optional mrsas
dev/raid/mrsas/mrsas_fp.c	optional mrsas
dev/netif/msk/if_msk.c		optional msk
dev/netif/nfe/if_nfe.c		optional nfe
dev/raid/hpt27xx/hpt27xx_os_bsd.c optional hpt27xx
dev/raid/hpt27xx/hpt27xx_osm_bsd.c optional hpt27xx
dev/raid/hpt27xx/hpt27xx_config.c optional hpt27xx
dev/raid/hptiop/hptiop.c	optional hptiop scbus
dev/raid/hptmv/entry.c		optional hptmv
dev/raid/hptmv/mv.c		optional hptmv
dev/raid/hptmv/gui_lib.c	optional hptmv
dev/raid/hptmv/hptproc.c	optional hptmv
dev/raid/hptmv/ioctl.c		optional hptmv
dev/raid/hptrr/hptrr_os_bsd.c	optional hptrr
dev/raid/hptrr/hptrr_osm_bsd.c	optional hptrr
dev/raid/hptrr/hptrr_config.c	optional hptrr
dev/misc/aperf/aperf.c		optional aperf
dev/powermng/clockmod/clockmod.c	optional clockmod
dev/powermng/perfbias/perfbias.c	optional perfbias
dev/powermng/amdsmn/amdsmn.c	optional amdsmn
dev/powermng/amdsmn/amdsmn.c	optional amdtemp
dev/powermng/amdtemp/amdtemp.c	optional amdtemp
dev/powermng/corepower/corepower.c	optional corepower
dev/powermng/coretemp/coretemp.c	optional coretemp
dev/powermng/kate/kate.c	optional kate pci
dev/powermng/km/km.c		optional km pci
dev/powermng/memtemp/memtemp_e5.c	optional memtemp
dev/powermng/memtemp/memtemp_core.c	optional memtemp
dev/misc/cpuctl/cpuctl.c	optional cpuctl
dev/raid/ida/ida.c		optional ida
dev/raid/ida/ida_disk.c	optional ida
dev/raid/ida/ida_pci.c	optional ida pci
dev/disk/isp/isp.c		optional isp
dev/disk/isp/isp_freebsd.c	optional isp
dev/disk/isp/isp_library.c	optional isp
dev/disk/isp/isp_pci.c		optional isp pci
dev/disk/isp/isp_target.c	optional isp
isp_1040.c		optional ispfw					\
	compile-with	"${AWK} -f $S/tools/fw_stub.awk isp_1040.fw:isp_1040:1 -m isp_1040 -c ${.TARGET}" \
	no-implicit-rule before-depend local				\
	clean		"isp_1040.c"
isp_1040.fwo	optional ispfw						\
	dependency	"isp_1040.fw"					\
	compile-with	"${NORMAL_FWO}"					\
	no-implicit-rule						\
	clean		"isp_1040.fwo"
isp_1040.fw		optional ispfw					\
	dependency	"$S/contrib/dev/isp/isp_1040.fw.uu"        	\
	compile-with	"${NORMAL_FW}"					\
	no-obj no-implicit-rule						\
	clean		"isp_1040.fw"
isp_1040_it.c		optional ispfw					\
	compile-with	"${AWK} -f $S/tools/fw_stub.awk isp_1040_it.fw:isp_1040_it:1 -m isp_1040_it -c ${.TARGET}" \
	no-implicit-rule before-depend local				\
	clean		"isp_1040_it.c"
isp_1040_it.fwo	optional ispfw						\
	dependency	"isp_1040_it.fw"				\
	compile-with	"${NORMAL_FWO}"					\
	no-implicit-rule						\
	clean		"isp_1040_it.fwo"
isp_1040_it.fw		optional ispfw					\
	dependency	"$S/contrib/dev/isp/isp_1040_it.fw.uu"        	\
	compile-with	"${NORMAL_FW}"					\
	no-obj no-implicit-rule						\
	clean		"isp_1040_it.fw"
isp_1080.c		optional ispfw					\
	compile-with	"${AWK} -f $S/tools/fw_stub.awk isp_1080.fw:isp_1080:1 -m isp_1080 -c ${.TARGET}" \
	no-implicit-rule before-depend local				\
	clean		"isp_1080.c"
isp_1080.fwo	optional ispfw						\
	dependency	"isp_1080.fw"					\
	compile-with	"${NORMAL_FWO}"					\
	no-implicit-rule						\
	clean		"isp_1080.fwo"
isp_1080.fw		optional ispfw					\
	dependency	"$S/contrib/dev/isp/isp_1080.fw.uu"        	\
	compile-with	"${NORMAL_FW}"					\
	no-obj no-implicit-rule						\
	clean		"isp_1080.fw"
isp_1080_it.c		optional ispfw					\
	compile-with	"${AWK} -f $S/tools/fw_stub.awk isp_1080_it.fw:isp_1080_it:1 -m isp_1080_it -c ${.TARGET}" \
	no-implicit-rule before-depend local				\
	clean		"isp_1080_it.c"
isp_1080_it.fwo	optional ispfw						\
	dependency	"isp_1080_it.fw"				\
	compile-with	"${NORMAL_FWO}"					\
	no-implicit-rule						\
	clean		"isp_1080_it.fwo"
isp_1080_it.fw		optional ispfw					\
	dependency	"$S/contrib/dev/isp/isp_1080_it.fw.uu"        	\
	compile-with	"${NORMAL_FW}"					\
	no-obj no-implicit-rule						\
	clean		"isp_1080_it.fw"
isp_12160.c		optional ispfw					\
	compile-with	"${AWK} -f $S/tools/fw_stub.awk isp_12160.fw:isp_12160:1 -m isp_12160 -c ${.TARGET}" \
	no-implicit-rule before-depend local				\
	clean		"isp_12160.c"
isp_12160.fwo	optional ispfw						\
	dependency	"isp_12160.fw"					\
	compile-with	"${NORMAL_FWO}"					\
	no-implicit-rule						\
	clean		"isp_12160.fwo"
isp_12160.fw		optional ispfw					\
	dependency	"$S/contrib/dev/isp/isp_12160.fw.uu"        	\
	compile-with	"${NORMAL_FW}"					\
	no-obj no-implicit-rule						\
	clean		"isp_12160.fw"
isp_12160_it.c		optional ispfw					\
	compile-with	"${AWK} -f $S/tools/fw_stub.awk isp_12160_it.fw:isp_12160_it:1 -m isp_12160_it -c ${.TARGET}" \
	no-implicit-rule before-depend local				\
	clean		"isp_12160_it.c"
isp_12160_it.fwo	optional ispfw					\
	dependency	"isp_12160_it.fw"				\
	compile-with	"${NORMAL_FWO}"					\
	no-implicit-rule						\
	clean		"isp_12160_it.fwo"
isp_12160_it.fw		optional ispfw					\
	dependency	"$S/contrib/dev/isp/isp_12160_it.fw.uu"        	\
	compile-with	"${NORMAL_FW}"					\
	no-obj no-implicit-rule						\
	clean		"isp_12160_it.fw"
isp_2100.c		optional ispfw					\
	compile-with	"${AWK} -f $S/tools/fw_stub.awk isp_2100.fw:isp_2100:1 -m isp_2100 -c ${.TARGET}" \
	no-implicit-rule before-depend local				\
	clean		"isp_2100.c"
isp_2100.fwo	optional ispfw						\
	dependency	"isp_2100.fw"					\
	compile-with	"${NORMAL_FWO}"					\
	no-implicit-rule						\
	clean		"isp_2100.fwo"
isp_2100.fw		optional ispfw					\
	dependency	"$S/contrib/dev/isp/isp_2100.fw.uu"        	\
	compile-with	"${NORMAL_FW}"					\
	no-obj no-implicit-rule						\
	clean		"isp_2100.fw"
isp_2200.c		optional ispfw					\
	compile-with	"${AWK} -f $S/tools/fw_stub.awk isp_2200.fw:isp_2200:1 -m isp_2200 -c ${.TARGET}" \
	no-implicit-rule before-depend local				\
	clean		"isp_2200.c"
isp_2200.fwo	optional ispfw						\
	dependency	"isp_2200.fw"					\
	compile-with	"${NORMAL_FWO}"					\
	no-implicit-rule						\
	clean		"isp_2200.fwo"
isp_2200.fw		optional ispfw					\
	dependency	"$S/contrib/dev/isp/isp_2200.fw.uu"        	\
	compile-with	"${NORMAL_FW}"					\
	no-obj no-implicit-rule						\
	clean		"isp_2200.fw"
isp_2300.c		optional ispfw					\
	compile-with	"${AWK} -f $S/tools/fw_stub.awk isp_2300.fw:isp_2300:1 -m isp_2300 -c ${.TARGET}" \
	no-implicit-rule before-depend local				\
	clean		"isp_2300.c"
isp_2300.fwo	optional ispfw						\
	dependency	"isp_2300.fw"					\
	compile-with	"${NORMAL_FWO}"					\
	no-implicit-rule						\
	clean		"isp_2300.fwo"
isp_2300.fw		optional ispfw					\
	dependency	"$S/contrib/dev/isp/isp_2300.fw.uu"        	\
	compile-with	"${NORMAL_FW}"					\
	no-obj no-implicit-rule						\
	clean		"isp_2300.fw"
isp_2322.c		optional ispfw					\
	compile-with	"${AWK} -f $S/tools/fw_stub.awk isp_2322.fw:isp_2322:1 -m isp_2322 -c ${.TARGET}" \
	no-implicit-rule before-depend local				\
	clean		"isp_2322.c"
isp_2322.fwo	optional ispfw						\
	dependency	"isp_2322.fw"					\
	compile-with	"${NORMAL_FWO}"					\
	no-implicit-rule						\
	clean		"isp_2322.fwo"
isp_2322.fw		optional ispfw					\
	dependency	"$S/contrib/dev/isp/isp_2322.fw.uu"        	\
	compile-with	"${NORMAL_FW}"					\
	no-obj no-implicit-rule						\
	clean		"isp_2322.fw"
isp_2400.c		optional ispfw					\
	compile-with	"${AWK} -f $S/tools/fw_stub.awk isp_2400.fw:isp_2400:1 -m isp_2400 -c ${.TARGET}" \
	no-implicit-rule before-depend local				\
	clean		"isp_2400.c"
isp_2400.fwo	optional ispfw						\
	dependency	"isp_2400.fw"					\
	compile-with	"${NORMAL_FWO}"					\
	no-implicit-rule						\
	clean		"isp_2400.fwo"
isp_2400.fw		optional ispfw					\
	dependency	"$S/contrib/dev/isp/isp_2400.fw.uu"        	\
	compile-with	"${NORMAL_FW}"					\
	no-obj no-implicit-rule						\
	clean		"isp_2400.fw"
isp_2400_multi.c		optional ispfw				\
	compile-with	"${AWK} -f $S/tools/fw_stub.awk isp_2400_multi.fw:isp_2400_multi:1 -m isp_2400_multi -c ${.TARGET}" \
	no-implicit-rule before-depend local				\
	clean		"isp_2400_multi.c"
isp_2400_multi.fwo	optional ispfw					\
	dependency	"isp_2400_multi.fw"				\
	compile-with	"${NORMAL_FWO}"					\
	no-implicit-rule						\
	clean		"isp_2400_multi.fwo"
isp_2400_multi.fw		optional ispfw				\
	dependency	"$S/contrib/dev/isp/isp_2400_multi.fw.uu"       \
	compile-with	"${NORMAL_FW}"					\
	no-obj no-implicit-rule						\
	clean		"isp_2400_multi.fw"
isp_2500.c		optional ispfw					\
	compile-with	"${AWK} -f $S/tools/fw_stub.awk isp_2500.fw:isp_2500:1 -m isp_2500 -c ${.TARGET}" \
	no-implicit-rule before-depend local				\
	clean		"isp_2500.c"
isp_2500.fwo	optional ispfw						\
	dependency	"isp_2500.fw"					\
	compile-with	"${NORMAL_FWO}"					\
	no-implicit-rule						\
	clean		"isp_2500.fwo"
isp_2500.fw		optional ispfw					\
	dependency	"$S/contrib/dev/isp/isp_2500.fw.uu"        	\
	compile-with	"${NORMAL_FW}"					\
	no-obj no-implicit-rule						\
	clean		"isp_2500.fw"
isp_2500_multi.c		optional ispfw				\
	compile-with	"${AWK} -f $S/tools/fw_stub.awk isp_2500_multi.fw:isp_2500_multi:1 -m isp_2500_multi -c ${.TARGET}" \
	no-implicit-rule before-depend local				\
	clean		"isp_2500_multi.c"
isp_2500_multi.fwo	optional ispfw					\
	dependency	"isp_2500_multi.fw"				\
	compile-with	"${NORMAL_FWO}"					\
	no-implicit-rule						\
	clean		"isp_2500_multi.fwo"
isp_2500_multi.fw		optional ispfw				\
	dependency	"$S/contrib/dev/isp/isp_2500_multi.fw.uu"       \
	compile-with	"${NORMAL_FW}"					\
	no-obj no-implicit-rule						\
	clean		"isp_2500_multi.fw"
dev/raid/iir/iir.c		optional iir
dev/raid/iir/iir_ctrl.c	optional iir
dev/raid/iir/iir_pci.c	optional iir pci
dev/netif/iwi/if_iwi.c	optional iwi
iwibssfw.c			optional iwifw				\
	compile-with	"${AWK} -f $S/tools/fw_stub.awk iwi_bss.fw:iwi_bss:300 -l intel_iwi -m iwi_bss -c ${.TARGET}" \
	no-implicit-rule before-depend local				\
	clean		"iwibssfw.c"
iwi_bss.fwo			optional iwifw				\
	dependency	"iwi_bss.fw"					\
	compile-with	"${NORMAL_FWO}"					\
	no-implicit-rule						\
	clean		"iwi_bss.fwo"
iwi_bss.fw			optional iwifw				\
	dependency	"$S/contrib/dev/iwi/ipw2200-bss.fw.uu"		\
	compile-with	"${NORMAL_FW}"					\
	no-obj no-implicit-rule						\
	clean		"iwi_bss.fw"
iwiibssfw.c			optional iwifw				\
	compile-with	"${AWK} -f $S/tools/fw_stub.awk iwi_ibss.fw:iwi_ibss:300 -l intel_iwi -m iwi_ibss -c ${.TARGET}" \
	no-implicit-rule before-depend local				\
	clean		"iwiibssfw.c"
iwi_ibss.fwo			optional iwifw				\
	dependency	"iwi_ibss.fw"					\
	compile-with	"${NORMAL_FWO}"					\
	no-implicit-rule						\
	clean		"iwi_ibss.fwo"
iwi_ibss.fw			optional iwifw				\
	dependency	"$S/contrib/dev/iwi/ipw2200-ibss.fw.uu"		\
	compile-with	"${NORMAL_FW}"					\
	no-obj no-implicit-rule						\
	clean		"iwi_ibss.fw"
iwimonitorfw.c			optional iwifw				\
	compile-with	"${AWK} -f $S/tools/fw_stub.awk iwi_monitor.fw:iwi_monitor:300 -l intel_iwi -m iwi_monitor -c ${.TARGET}" \
	no-implicit-rule before-depend local				\
	clean		"iwimonitorfw.c"
iwi_monitor.fwo			optional iwifw				\
	dependency	"iwi_monitor.fw"				\
	compile-with	"${NORMAL_FWO}"					\
	no-implicit-rule						\
	clean		"iwi_monitor.fwo"
iwi_monitor.fw			optional iwifw				\
	dependency	"$S/contrib/dev/iwi/ipw2200-sniffer.fw.uu"	\
	compile-with	"${NORMAL_FW}"					\
	no-obj no-implicit-rule						\
	clean		"iwi_monitor.fw"
dev/netif/iwm/if_iwm.c			optional iwm
dev/netif/iwm/if_iwm_binding.c		optional iwm
dev/netif/iwm/if_iwm_fw.c		optional iwm
dev/netif/iwm/if_iwm_led.c		optional iwm
dev/netif/iwm/if_iwm_mac_ctxt.c		optional iwm
dev/netif/iwm/if_iwm_notif_wait.c	optional iwm
dev/netif/iwm/if_iwm_pcie_trans.c	optional iwm
dev/netif/iwm/if_iwm_phy_ctxt.c		optional iwm
dev/netif/iwm/if_iwm_phy_db.c		optional iwm
dev/netif/iwm/if_iwm_power.c		optional iwm
dev/netif/iwm/if_iwm_scan.c		optional iwm
dev/netif/iwm/if_iwm_sf.c		optional iwm
dev/netif/iwm/if_iwm_sta.c		optional iwm
dev/netif/iwm/if_iwm_time_event.c	optional iwm
dev/netif/iwm/if_iwm_util.c		optional iwm
dev/netif/iwm/if_iwm_7000.c		optional iwm
dev/netif/iwm/if_iwm_8000.c		optional iwm
dev/netif/iwm/if_iwm_9000.c		optional iwm
dev/netif/iwm/if_iwm_9260.c		optional iwm
iwm3160fw.c				optional iwmfw			\
	compile-with	"${AWK} -f $S/tools/fw_stub.awk iwm3160.fw:iwm3160fw -m iwm3160fw -c ${.TARGET}" \
	no-implicit-rule before-depend local				\
	clean		"iwm3160fw.c"
iwm3160fw.fwo				optional iwmfw			\
	dependency	"iwm3160.fw"					\
	compile-with	"${NORMAL_FWO}"					\
	no-implicit-rule						\
	clean		"iwm3160fw.fwo"
iwm3160.fw				optional iwmfw			\
	dependency	"$S/contrib/dev/iwm/iwm-3160-17.fw.uu"		\
	compile-with	"${NORMAL_FW}"					\
	no-obj no-implicit-rule						\
	clean		"iwm3160.fw"
iwm3168fw.c				optional iwmfw			\
	compile-with	"${AWK} -f $S/tools/fw_stub.awk iwm3168.fw:iwm3168fw -m iwm3168fw -c ${.TARGET}" \
	no-implicit-rule before-depend local				\
	clean		"iwm3168fw.c"
iwm3168fw.fwo				optional iwmfw			\
	dependency	"iwm3168.fw"					\
	compile-with	"${NORMAL_FWO}"					\
	no-implicit-rule						\
	clean		"iwm3168fw.fwo"
iwm3168.fw				optional iwmfw			\
	dependency	"$S/contrib/dev/iwm/iwm-3168-22.fw.uu"		\
	compile-with	"${NORMAL_FW}"					\
	no-obj no-implicit-rule						\
	clean		"iwm3168.fw"
iwm7260fw.c				optional iwmfw			\
	compile-with	"${AWK} -f $S/tools/fw_stub.awk iwm7260.fw:iwm7260fw -m iwm7260fw -c ${.TARGET}" \
	no-implicit-rule before-depend local				\
	clean		"iwm7260fw.c"
iwm7260fw.fwo				optional iwmfw			\
	dependency	"iwm7260.fw"					\
	compile-with	"${NORMAL_FWO}"					\
	no-implicit-rule						\
	clean		"iwm7260fw.fwo"
iwm7260.fw				optional iwmfw			\
	dependency	"$S/contrib/dev/iwm/iwm-7260-17.fw.uu"		\
	compile-with	"${NORMAL_FW}"					\
	no-obj no-implicit-rule						\
	clean		"iwm7260.fw"
iwm7265fw.c				optional iwmfw			\
	compile-with	"${AWK} -f $S/tools/fw_stub.awk iwm7265.fw:iwm7265fw -m iwm7265fw -c ${.TARGET}" \
	no-implicit-rule before-depend local				\
	clean		"iwm7265fw.c"
iwm7265fw.fwo				optional iwmfw			\
	dependency	"iwm7265.fw"					\
	compile-with	"${NORMAL_FWO}"					\
	no-implicit-rule						\
	clean		"iwm7265fw.fwo"
iwm7265.fw				optional iwmfw			\
	dependency	"$S/contrib/dev/iwm/iwm-7265-17.fw.uu"		\
	compile-with	"${NORMAL_FW}"					\
	no-obj no-implicit-rule						\
	clean		"iwm7265.fw"
iwm7265Dfw.c				optional iwmfw			\
	compile-with	"${AWK} -f $S/tools/fw_stub.awk iwm7265D.fw:iwm7265Dfw -m iwm7265Dfw -c ${.TARGET}" \
	no-implicit-rule before-depend local				\
	clean		"iwm7265Dfw.c"
iwm7265Dfw.fwo				optional iwmfw			\
	dependency	"iwm7265D.fw"					\
	compile-with	"${NORMAL_FWO}"					\
	no-implicit-rule						\
	clean		"iwm7265Dfw.fwo"
iwm7265D.fw				optional iwmfw			\
	dependency	"$S/contrib/dev/iwm/iwm-7265D-22.fw.uu"		\
	compile-with	"${NORMAL_FW}"					\
	no-obj no-implicit-rule						\
	clean		"iwm7265D.fw"
iwm8000Cfw.c				optional iwmfw			\
	compile-with	"${AWK} -f $S/tools/fw_stub.awk iwm8000C.fw:iwm8000Cfw -m iwm8000Cfw -c ${.TARGET}" \
	no-implicit-rule before-depend local				\
	clean		"iwm8000Cfw.c"
iwm8000Cfw.fwo				optional iwmfw			\
	dependency	"iwm8000C.fw"					\
	compile-with	"${NORMAL_FWO}"					\
	no-implicit-rule						\
	clean		"iwm8000Cfw.fwo"
iwm8000C.fw				optional iwmfw			\
	dependency	"$S/contrib/dev/iwm/iwm-8000C-22.fw.uu"		\
	compile-with	"${NORMAL_FW}"					\
	no-obj no-implicit-rule						\
	clean		"iwm8000C.fw"
iwm8265fw.c				optional iwmfw			\
	compile-with	"${AWK} -f $S/tools/fw_stub.awk iwm8265.fw:iwm8265fw -m iwm8265fw -c ${.TARGET}" \
	no-implicit-rule before-depend local				\
	clean		"iwm8265fw.c"
iwm8265fw.fwo				optional iwmfw			\
	dependency	"iwm8265.fw"					\
	compile-with	"${NORMAL_FWO}"					\
	no-implicit-rule						\
	clean		"iwm8265fw.fwo"
iwm8265.fw				optional iwmfw			\
	dependency	"$S/contrib/dev/iwm/iwm-8265-22.fw.uu"		\
	compile-with	"${NORMAL_FW}"					\
	no-obj no-implicit-rule						\
	clean		"iwm8265.fw"
iwm9000fw.c				optional iwmfw			\
	compile-with	"${AWK} -f $S/tools/fw_stub.awk iwm9000.fw:iwm9000fw -m iwm9000fw -c ${.TARGET}" \
	no-implicit-rule before-depend local				\
	clean		"iwm9000fw.c"
iwm9000fw.fwo				optional iwmfw			\
	dependency	"iwm9000.fw"					\
	compile-with	"${NORMAL_FWO}"					\
	no-implicit-rule						\
	clean		"iwm9000fw.fwo"
iwm9000.fw				optional iwmfw			\
	dependency	"$S/contrib/dev/iwm/iwm-9000-34.fw.uu"		\
	compile-with	"${NORMAL_FW}"					\
	no-obj no-implicit-rule						\
	clean		"iwm9000.fw"
iwm9260fw.c				optional iwmfw			\
	compile-with	"${AWK} -f $S/tools/fw_stub.awk iwm9260.fw:iwm9260fw -m iwm9260fw -c ${.TARGET}" \
	no-implicit-rule before-depend local				\
	clean		"iwm9260fw.c"
iwm9260fw.fwo				optional iwmfw			\
	dependency	"iwm9260.fw"					\
	compile-with	"${NORMAL_FWO}"					\
	no-implicit-rule						\
	clean		"iwm9260fw.fwo"
iwm9260.fw				optional iwmfw			\
	dependency	"$S/contrib/dev/iwm/iwm-9260-34.fw.uu"		\
	compile-with	"${NORMAL_FW}"					\
	no-obj no-implicit-rule						\
	clean		"iwm9260.fw"
dev/netif/iwn/if_iwn.c	optional iwn
iwn1000fw.c			optional iwnfw				\
	compile-with	"${AWK} -f $S/tools/fw_stub.awk iwn1000.fw:iwn1000fw -m iwn1000fw -c ${.TARGET}" \
	no-implicit-rule before-depend local				\
	clean		"iwn1000fw.c"
iwn1000fw.fwo			optional iwnfw				\
	dependency	"iwn1000.fw"					\
	compile-with	"${NORMAL_FWO}"					\
	no-implicit-rule						\
	clean		"iwn1000fw.fwo"
iwn1000.fw			optional iwnfw				\
	dependency	"$S/contrib/dev/iwn/iwlwifi-1000-39.31.5.1.fw.uu" \
	compile-with	"${NORMAL_FW}"					\
	no-obj no-implicit-rule						\
	clean		"iwn1000.fw"
iwn100fw.c			optional iwnfw				\
	compile-with	"${AWK} -f $S/tools/fw_stub.awk iwn100.fw:iwn100fw -m iwn100fw -c ${.TARGET}" \
	no-implicit-rule before-depend local				\
	clean		"iwn100fw.c"
iwn100fw.fwo			optional iwnfw				\
	dependency	"iwn100.fw"					\
	compile-with	"${NORMAL_FWO}"					\
	no-implicit-rule						\
	clean		"iwn100fw.fwo"
iwn100.fw			optional iwnfw				\
	dependency	"$S/contrib/dev/iwn/iwlwifi-100-39.31.5.1.fw.uu" \
	compile-with	"${NORMAL_FW}"					\
	no-obj no-implicit-rule						\
	clean		"iwn100.fw"
iwn105fw.c			optional iwnfw				\
	compile-with	"${AWK} -f $S/tools/fw_stub.awk iwn105.fw:iwn105fw -m iwn105fw -c ${.TARGET}" \
	no-implicit-rule before-depend local				\
	clean		"iwn105fw.c"
iwn105fw.fwo			optional iwnfw				\
	dependency	"iwn105.fw"					\
	compile-with	"${NORMAL_FWO}"					\
	no-implicit-rule						\
	clean		"iwn105fw.fwo"
iwn105.fw			optional iwnfw				\
	dependency	"$S/contrib/dev/iwn/iwlwifi-105-6-18.168.6.1.fw.uu" \
	compile-with	"${NORMAL_FW}"					\
	no-obj no-implicit-rule						\
	clean		"iwn105.fw"
iwn135fw.c			optional iwnfw				\
	compile-with	"${AWK} -f $S/tools/fw_stub.awk iwn135.fw:iwn135fw -m iwn135fw -c ${.TARGET}" \
	no-implicit-rule before-depend local				\
	clean		"iwn135fw.c"
iwn135fw.fwo			optional iwnfw				\
	dependency	"iwn135.fw"					\
	compile-with	"${NORMAL_FWO}"					\
	no-implicit-rule						\
	clean		"iwn135fw.fwo"
iwn135.fw			optional iwnfw				\
	dependency	"$S/contrib/dev/iwn/iwlwifi-135-6-18.168.6.1.fw.uu" \
	compile-with	"${NORMAL_FW}"					\
	no-obj no-implicit-rule						\
	clean		"iwn135.fw"
iwn2000fw.c			optional iwnfw				\
	compile-with	"${AWK} -f $S/tools/fw_stub.awk iwn2000.fw:iwn2000fw -m iwn2000fw -c ${.TARGET}" \
	no-implicit-rule before-depend local				\
	clean		"iwn2000fw.c"
iwn2000fw.fwo			optional iwnfw				\
	dependency	"iwn2000.fw"					\
	compile-with	"${NORMAL_FWO}"					\
	no-implicit-rule						\
	clean		"iwn2000fw.fwo"
iwn2000.fw			optional iwnfw				\
	dependency	"$S/contrib/dev/iwn/iwlwifi-2000-18.168.6.1.fw.uu" \
	compile-with	"${NORMAL_FW}"					\
	no-obj no-implicit-rule						\
	clean		"iwn2000.fw"
iwn2030fw.c			optional iwnfw				\
	compile-with	"${AWK} -f $S/tools/fw_stub.awk iwn2030.fw:iwn2030fw -m iwn2030fw -c ${.TARGET}" \
	no-implicit-rule before-depend local				\
	clean		"iwn2030fw.c"
iwn2030fw.fwo			optional iwnfw				\
	dependency	"iwn2030.fw"					\
	compile-with	"${NORMAL_FWO}"					\
	no-implicit-rule						\
	clean		"iwn2030fw.fwo"
iwn2030.fw			optional iwnfw				\
	dependency	"$S/contrib/dev/iwn/iwnwifi-2030-18.168.6.1.fw.uu" \
	compile-with	"${NORMAL_FW}"					\
	no-obj no-implicit-rule						\
	clean		"iwn2030.fw"
iwn4965fw.c			optional iwnfw				\
	compile-with	"${AWK} -f $S/tools/fw_stub.awk iwn4965.fw:iwn4965fw -m iwn4965fw -c ${.TARGET}" \
	no-implicit-rule before-depend local				\
	clean		"iwn4965fw.c"
iwn4965fw.fwo			optional iwnfw				\
	dependency	"iwn4965.fw"					\
	compile-with	"${NORMAL_FWO}"					\
	no-implicit-rule						\
	clean		"iwn4965fw.fwo"
iwn4965.fw			optional iwnfw				\
	dependency	"$S/contrib/dev/iwn/iwlwifi-4965-228.61.2.24.fw.uu" \
	compile-with	"${NORMAL_FW}"					\
	no-obj no-implicit-rule						\
	clean		"iwn4965.fw"
iwn5000fw.c			optional iwnfw				\
	compile-with	"${AWK} -f $S/tools/fw_stub.awk iwn5000.fw:iwn5000fw -m iwn5000fw -c ${.TARGET}" \
	no-implicit-rule before-depend local				\
	clean		"iwn5000fw.c"
iwn5000fw.fwo		optional iwnfw					\
	dependency	"iwn5000.fw"					\
	compile-with	"${NORMAL_FWO}"					\
	no-implicit-rule						\
	clean		"iwn5000fw.fwo"
iwn5000.fw			optional iwnfw				\
	dependency	"$S/contrib/dev/iwn/iwlwifi-5000-8.83.5.1.fw.uu" \
	compile-with	"${NORMAL_FW}"					\
	no-obj no-implicit-rule						\
	clean		"iwn5000.fw"
iwn5150fw.c			optional iwnfw				\
	compile-with	"${AWK} -f $S/tools/fw_stub.awk iwn5150.fw:iwn5150fw -m iwn5150fw -c ${.TARGET}" \
	no-implicit-rule before-depend local				\
	clean		"iwn5150fw.c"
iwn5150fw.fwo			optional iwnfw				\
	dependency	"iwn5150.fw"					\
	compile-with	"${NORMAL_FWO}"					\
	no-implicit-rule						\
	clean		"iwn5150fw.fwo"
iwn5150.fw			optional iwnfw				\
	dependency	"$S/contrib/dev/iwn/iwlwifi-5150-8.24.2.2.fw.uu" \
	compile-with	"${NORMAL_FW}"					\
	no-obj no-implicit-rule						\
	clean		"iwn5150.fw"
iwn6000fw.c			optional iwnfw				\
	compile-with	"${AWK} -f $S/tools/fw_stub.awk iwn6000.fw:iwn6000fw -m iwn6000fw -c ${.TARGET}" \
	no-implicit-rule before-depend local				\
	clean		"iwn6000fw.c"
iwn6000fw.fwo			optional iwnfw				\
	dependency	"iwn6000.fw"					\
	compile-with	"${NORMAL_FWO}"					\
	no-implicit-rule						\
	clean		"iwn6000fw.fwo"
iwn6000.fw			optional iwnfw				\
	dependency	"$S/contrib/dev/iwn/iwlwifi-6000-9.221.4.1.fw.uu" \
	compile-with	"${NORMAL_FW}"					\
	no-obj no-implicit-rule						\
	clean		"iwn6000.fw"
iwn6000g2afw.c			optional iwnfw				\
	compile-with	"${AWK} -f $S/tools/fw_stub.awk iwn6000g2a.fw:iwn6000g2afw -m iwn6000g2afw -c ${.TARGET}" \
	no-implicit-rule before-depend local				\
	clean		"iwn6000g2afw.c"
iwn6000g2afw.fwo		optional iwnfw				\
	dependency	"iwn6000g2a.fw"					\
	compile-with	"${NORMAL_FWO}"					\
	no-implicit-rule						\
	clean		"iwn6000g2afw.fwo"
iwn6000g2a.fw			optional iwnfw				\
	dependency	"$S/contrib/dev/iwn/iwlwifi-6000g2a-18.168.6.1.fw.uu" \
	compile-with	"${NORMAL_FW}"					\
	no-obj no-implicit-rule						\
	clean		"iwn6000g2a.fw"
iwn6000g2bfw.c			optional iwnfw				\
	compile-with	"${AWK} -f $S/tools/fw_stub.awk iwn6000g2b.fw:iwn6000g2bfw -m iwn6000g2bfw -c ${.TARGET}" \
	no-implicit-rule before-depend local				\
	clean		"iwn6000g2bfw.c"
iwn6000g2bfw.fwo		optional iwnfw				\
	dependency	"iwn6000g2b.fw"					\
	compile-with	"${NORMAL_FWO}"					\
	no-implicit-rule						\
	clean		"iwn6000g2bfw.fwo"
iwn6000g2b.fw			optional iwnfw				\
	dependency	"$S/contrib/dev/iwn/iwlwifi-6000g2b-18.168.6.1.fw.uu" \
	compile-with	"${NORMAL_FW}"					\
	no-obj no-implicit-rule						\
	clean		"iwn6000g2b.fw"
iwn6050fw.c			optional iwnfw				\
	compile-with	"${AWK} -f $S/tools/fw_stub.awk iwn6050.fw:iwn6050fw -m iwn6050fw -c ${.TARGET}" \
	no-implicit-rule before-depend local				\
	clean		"iwn6050fw.c"
iwn6050fw.fwo			optional iwnfw				\
	dependency	"iwn6050.fw"					\
	compile-with	"${NORMAL_FWO}"					\
	no-implicit-rule						\
	clean		"iwn6050fw.fwo"
iwn6050.fw			optional iwnfw				\
	dependency	"$S/contrib/dev/iwn/iwlwifi-6050-41.28.5.1.fw.uu" \
	compile-with	"${NORMAL_FW}"					\
	no-obj no-implicit-rule						\
	clean		"iwn6050.fw"
dev/netif/jme/if_jme.c	optional jme
dev/netif/ral/if_ral_pci.c	optional ral
dev/netif/ral/rt2560.c		optional ral
dev/netif/ral/rt2661.c		optional ral
dev/netif/ral/rt2860.c		optional ral
rt2561fw.c			optional ralfw				\
	compile-with	"${AWK} -f $S/tools/fw_stub.awk rt2561.fw:rt2561fw -m rt2561 -c ${.TARGET}" \
	no-implicit-rule before-depend local				\
	clean		"rt2561fw.c"
rt2561fw.fwo			optional ralfw				\
	dependency	"rt2561.fw"					\
	compile-with	"${NORMAL_FWO}"					\
	no-implicit-rule						\
	clean		"rt2561fw.fwo"
rt2561.fw			optional ralfw				\
	dependency	"$S/contrib/dev/ral/rt2561.fw.uu"		\
	compile-with	"${NORMAL_FW}"					\
	no-obj no-implicit-rule						\
	clean		"rt2561.fw"
rt2561sfw.c			optional ralfw				\
	compile-with	"${AWK} -f $S/tools/fw_stub.awk rt2561s.fw:rt2561sfw -m rt2561s -c ${.TARGET}" \
	no-implicit-rule before-depend local				\
	clean		"rt2561sfw.c"
rt2561sfw.fwo			optional ralfw				\
	dependency	"rt2561s.fw"					\
	compile-with	"${NORMAL_FWO}"					\
	no-implicit-rule						\
	clean		"rt2561sfw.fwo"
rt2561s.fw			optional ralfw				\
	dependency	"$S/contrib/dev/ral/rt2561s.fw.uu"		\
	compile-with	"${NORMAL_FW}"					\
	no-obj no-implicit-rule						\
	clean		"rt2561s.fw"
rt2661fw.c			optional ralfw				\
	compile-with	"${AWK} -f $S/tools/fw_stub.awk rt2661.fw:rt2661fw -m rt2661 -c ${.TARGET}" \
	no-implicit-rule before-depend local				\
	clean		"rt2661fw.c"
rt2661fw.fwo			optional ralfw				\
	dependency	"rt2661.fw"					\
	compile-with	"${NORMAL_FWO}"					\
	no-implicit-rule						\
	clean		"rt2661fw.fwo"
rt2661.fw			optional ralfw				\
	dependency	"$S/contrib/dev/ral/rt2661.fw.uu"		\
	compile-with	"${NORMAL_FW}"					\
	no-obj no-implicit-rule						\
	clean		"rt2661.fw"
rt2860fw.c			optional ralfw				\
	compile-with	"${AWK} -f $S/tools/fw_stub.awk rt2860.fw:rt2860fw -m rt2860 -c ${.TARGET}" \
	no-implicit-rule before-depend local				\
	clean		"rt2860fw.c"
rt2860fw.fwo			optional ralfw				\
	dependency	"rt2860.fw"					\
	compile-with	"${NORMAL_FWO}"					\
	no-implicit-rule						\
	clean		"rt2860fw.fwo"
rt2860.fw			optional ralfw				\
	dependency	"$S/contrib/dev/ral/rt2860.fw.uu"		\
	compile-with	"${NORMAL_FW}"					\
	no-obj no-implicit-rule						\
	clean		"rt2860.fw"
dev/netif/lge/if_lge.c	optional lge
dev/misc/ipmi/ipmi.c		optional ipmi
dev/misc/ipmi/ipmi_acpi.c	optional ipmi acpi
dev/misc/ipmi/ipmi_isa.c	optional ipmi isa
dev/misc/ipmi/ipmi_kcs.c	optional ipmi
dev/misc/ipmi/ipmi_smic.c	optional ipmi
dev/misc/ipmi/ipmi_smbus.c	optional ipmi smbus
dev/misc/ipmi/ipmi_smbios.c	optional ipmi
dev/misc/ipmi/ipmi_ssif.c	optional ipmi smbus
dev/misc/ipmi/ipmi_pci.c	optional ipmi pci
dev/misc/led/led.c		optional led
dev/disk/md/md.c		optional md
dev/raid/mfi/mfi.c		optional mfi
dev/raid/mfi/mfi_debug.c	optional mfi
dev/raid/mfi/mfi_pci.c		optional mfi pci
dev/raid/mfi/mfi_disk.c		optional mfi
dev/raid/mfi/mfi_syspd.c	optional mfi
dev/raid/mfi/mfi_tbolt.c	optional mfi
dev/raid/mfi/mfi_cam.c		optional mfip scbus
miidevs.h				optional miibus \
	dependency		"$S/tools/miidevs2h.awk $S/dev/netif/mii_layer/miidevs" \
	compile-with		"${AWK} -f $S/tools/miidevs2h.awk $S/dev/netif/mii_layer/miidevs" \
	no-obj no-implicit-rule before-depend \
	clean "miidevs.h"
dev/netif/mii_layer/mii.c		optional miibus
dev/netif/mii_layer/mii_physubr.c	optional miibus
dev/netif/mii_layer/ukphy.c		optional miibus
dev/netif/mii_layer/ukphy_subr.c	optional miibus
dev/netif/mii_layer/amphy.c		optional miibus
dev/netif/mii_layer/brgphy.c	optional miibus
dev/netif/mii_layer/ciphy.c	optional miibus
dev/netif/mii_layer/dcphy.c		optional miibus pci
dev/netif/mii_layer/e1000phy.c	optional miibus
dev/netif/mii_layer/exphy.c		optional miibus
dev/netif/mii_layer/inphy.c		optional miibus
dev/netif/mii_layer/mlphy.c		optional miibus
dev/netif/mii_layer/nsphy.c		optional miibus
dev/netif/mii_layer/nsgphy.c	optional miibus
dev/netif/mii_layer/pnphy.c		optional miibus
dev/netif/mii_layer/pnaphy.c	optional miibus
dev/netif/mii_layer/tlphy.c		optional miibus
dev/netif/mii_layer/rlphy.c		optional miibus
dev/netif/mii_layer/xmphy.c		optional miibus
dev/netif/mii_layer/lxtphy.c	optional miibus
dev/netif/mii_layer/qsphy.c		optional miibus
dev/netif/mii_layer/acphy.c		optional miibus
dev/netif/mii_layer/ruephy.c	optional miibus
dev/netif/mii_layer/rgephy.c	optional miibus
dev/netif/mii_layer/ip1000phy.c	optional miibus
dev/netif/mii_layer/truephy.c	optional miibus
dev/netif/mii_layer/jmphy.c	optional miibus
dev/netif/mii_layer/atphy.c	optional miibus
dev/netif/mii_layer/miibus_if.m		optional miibus
dev/raid/mlx/mlx_disk.c		optional mlx
dev/raid/mlx/mlx_pci.c		optional mlx
dev/raid/mlx/mlx.c		optional mlx
dev/raid/mly/mly.c		optional mly
bus/mmc/mmc_subr.c		optional mmc
bus/mmc/mmc.c			optional mmc
bus/mmc/mmcbr_if.m		standard
bus/mmc/mmcbus_if.m		standard
dev/disk/mmcsd/mmcsd.c		optional mmcsd
dev/raid/mpr/mpr.c		optional mpr
dev/raid/mpr/mpr_config.c	optional mpr
dev/raid/mpr/mpr_mapping.c	optional mpr
dev/raid/mpr/mpr_pci.c		optional mpr pci
dev/raid/mpr/mpr_sas.c		optional mpr
dev/raid/mpr/mpr_sas_lsi.c	optional mpr
dev/raid/mpr/mpr_table.c	optional mpr
dev/raid/mpr/mpr_user.c		optional mpr
dev/raid/mps/mps.c		optional mps
dev/raid/mps/mps_config.c	optional mps
dev/raid/mps/mps_mapping.c	optional mps
dev/raid/mps/mps_pci.c		optional mps pci
dev/raid/mps/mps_sas.c		optional mps
dev/raid/mps/mps_sas_lsi.c	optional mps
dev/raid/mps/mps_table.c	optional mps
dev/raid/mps/mps_user.c		optional mps
dev/disk/mpt/mpt.c		optional mpt
dev/disk/mpt/mpt_cam.c		optional mpt
dev/disk/mpt/mpt_debug.c	optional mpt
dev/disk/mpt/mpt_pci.c		optional mpt pci
dev/disk/mpt/mpt_raid.c		optional mpt
dev/disk/mpt/mpt_user.c		optional mpt
dev/netif/mxge/if_mxge.c	optional mxge pci
mxge_eth_z8e.c		optional mxgefw					\
	compile-with	"${AWK} -f $S/tools/fw_stub.awk mxge_eth_z8e.fw:mxge_eth_z8e:377284 -m mxge_eth_z8e -c ${.TARGET}" \
	no-implicit-rule before-depend local				\
	clean		"mxge_eth_z8e.c"
mxge_eth_z8e.fwo	optional mxgefw					\
	dependency	"mxge_eth_z8e.fw"				\
	compile-with	"${NORMAL_FWO}"					\
	no-implicit-rule						\
	clean		"mxge_eth_z8e.fwo"
mxge_eth_z8e.fw		optional mxgefw					\
	dependency	"$S/contrib/dev/mxge/mxge_eth_z8e.fw.uu"        \
	compile-with	"${NORMAL_FW}"					\
	no-obj no-implicit-rule						\
	clean		"mxge_eth_z8e.fw"
mxge_ethp_z8e.c		optional mxgefw					\
	compile-with	"${AWK} -f $S/tools/fw_stub.awk mxge_ethp_z8e.fw:mxge_ethp_z8e:377284 -m mxge_ethp_z8e -c ${.TARGET}" \
	no-implicit-rule before-depend local				\
	clean		"mxge_ethp_z8e.c"
mxge_ethp_z8e.fwo	optional mxgefw					\
	dependency	"mxge_ethp_z8e.fw"				\
	compile-with	"${NORMAL_FWO}"					\
	no-implicit-rule						\
	clean		"mxge_ethp_z8e.fwo"
mxge_ethp_z8e.fw	optional mxgefw					\
	dependency	"$S/contrib/dev/mxge/mxge_ethp_z8e.fw.uu"       \
	compile-with	"${NORMAL_FW}"					\
	no-obj no-implicit-rule						\
	clean		"mxge_ethp_z8e.fw"
mxge_rss_eth_z8e.c	optional mxgefw					\
	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}" \
	no-implicit-rule before-depend local				\
	clean		"mxge_rss_eth_z8e.c"
mxge_rss_eth_z8e.fwo	optional mxgefw					\
	dependency	"mxge_rss_eth_z8e.fw"				\
	compile-with	"${NORMAL_FWO}"					\
	no-implicit-rule						\
	clean		"mxge_rss_eth_z8e.fwo"
mxge_rss_eth_z8e.fw	optional mxgefw					\
	dependency	"$S/contrib/dev/mxge/mxge_rss_eth_z8e.fw.uu"    \
	compile-with	"${NORMAL_FW}"					\
	no-obj no-implicit-rule						\
	clean		"mxge_rss_eth_z8e.fw"
mxge_rss_ethp_z8e.c	optional mxgefw					\
	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}" \
	no-implicit-rule before-depend local				\
	clean		"mxge_rss_ethp_z8e.c"
mxge_rss_ethp_z8e.fwo	optional mxgefw					\
	dependency	"mxge_rss_ethp_z8e.fw"				\
	compile-with	"${NORMAL_FWO}"					\
	no-implicit-rule						\
	clean		"mxge_rss_ethp_z8e.fwo"
mxge_rss_ethp_z8e.fw	optional mxgefw					\
	dependency	"$S/contrib/dev/mxge/mxge_rss_ethp_z8e.fw.uu"   \
	compile-with	"${NORMAL_FW}"					\
	no-obj no-implicit-rule						\
	clean		"mxge_rss_ethp_z8e.fw"
net/zlib.c			optional mxge pci
dev/netif/my/if_my.c		optional my
dev/misc/musycc/musycc.c	optional musycc netgraph
dev/netif/nge/if_nge.c		optional nge
dev/misc/nmdm/nmdm.c		optional nmdm
dev/netif/oce/oce_hw.c		optional oce pci
dev/netif/oce/oce_if.c		optional oce pci
dev/netif/oce/oce_mbox.c	optional oce pci
dev/netif/oce/oce_queue.c	optional oce pci
dev/netif/oce/oce_sysctl.c	optional oce pci
dev/netif/oce/oce_util.c	optional oce pci
bus/ppbus/ppbus_if.m		optional ppbus
dev/misc/puc/puc.c		optional puc
dev/misc/puc/pucdata.c		optional puc
dev/disk/vpo/immio.c	optional vpo
dev/netif/plip/if_plip.c	optional plip
dev/misc/lpbb/lpbb.c	optional lpbb
dev/misc/lpt/lpt.c		optional lpt
dev/misc/pcfclock/pcfclock.c	optional pcfclock
dev/misc/cmx/cmx.c		optional cmx
dev/misc/cmx/cmx_pccard.c	optional cmx pccard
bus/iicbus/pcf/pcf.c	optional pcf
bus/ppbus/ppb_base.c	optional ppbus
bus/ppbus/ppb_1284.c	optional ppbus
bus/ppbus/ppb_msq.c	optional ppbus
bus/ppbus/ppbconf.c	optional ppbus
dev/misc/ppi/ppi.c		optional ppi
dev/misc/pps/pps.c		optional pps
dev/disk/vpo/vpo.c		optional vpo
dev/disk/vpo/vpoio.c	optional vpo
dev/crypto/rndtest/rndtest.c	optional rndtest
dev/netif/sbsh/if_sbsh.c	optional sbsh
dev/disk/sdhci/sdhci.c		optional sdhci
dev/disk/sdhci/sdhci_if.m	optional sdhci
dev/disk/sdhci/sdhci_pci.c	optional sdhci pci
dev/disk/sdhci/sdhci_acpi.c	optional sdhci acpi
bus/smbus/smbus_if.m		optional smbus
bus/smbus/smbconf.c		optional smbus
bus/smbus/smbus.c		optional smbus
bus/smbus/amdsmb/amdsmb.c	optional amdsmb pci
bus/smbus/ichiic/ig4_iic.c	optional ichiic
bus/smbus/ichiic/ig4_pci.c	optional ichiic pci
bus/smbus/ichiic/ig4_acpi.c	optional ichiic acpi
bus/smbus/ichsmb/ichsmb.c	optional ichsmb
bus/smbus/ichsmb/ichsmb_pci.c	optional ichsmb pci
bus/smbus/smbacpi/smbacpi.c	optional smbacpi acpi
dev/smbus/smb/smb.c		optional smb
dev/netif/bwn/siba/siba_bwn.c	optional siba_bwn pci
dev/netif/bwn/siba/siba_core.c	optional siba_bwn pci
dev/netif/sln/if_sln.c		optional sln pci
dev/netif/sn/if_sn.c		optional sn
dev/netif/sn/if_sn_pccard.c	optional sn pccard
dev/misc/snp/snp.c		optional snp
dev/crypto/tpm/tpm.c		optional tpm
dev/crypto/tpm/tpm20.c		optional tpm
dev/crypto/tpm/tpm_acpi.c	optional tpm acpi
dev/crypto/tpm/tpm_crb.c	optional tpm acpi
dev/crypto/tpm/tpm_isa.c	optional tpm isa
dev/crypto/tpm/tpm_tis.c	optional tpm acpi
bus/iicbus/iicbb.c	optional iicbb
bus/iicbus/iicbb_if.m		optional iicbb
bus/iicbus/iicsmb.c		optional iicsmb
bus/iicbus/iicbus_if.m		optional iicbus
bus/iicbus/iiconf.c	optional iicbus
bus/iicbus/iicbus.c	optional iicbus
bus/iicbus/iic.c	optional iic
dev/netif/ic/if_ic.c	optional ic
dev/disk/trm/trm.c		optional trm
dev/raid/twa/tw_cl_init.c		optional twa
dev/raid/twa/tw_cl_intr.c		optional twa
dev/raid/twa/tw_cl_io.c			optional twa
dev/raid/twa/tw_cl_misc.c		optional twa
dev/raid/twa/tw_osl_cam.c		optional twa
dev/raid/twa/tw_osl_freebsd.c		optional twa
dev/raid/twe/twe.c			optional twe
dev/raid/twe/twe_freebsd.c		optional twe
dev/raid/tws/tws.c			optional tws
dev/raid/tws/tws_cam.c			optional tws
dev/raid/tws/tws_hdm.c			optional tws
dev/raid/tws/tws_services.c		optional tws
dev/raid/tws/tws_user.c			optional tws
dev/netif/tx/if_tx.c			optional tx
dev/netif/txp/if_txp.c		optional txp
dev/raid/vinum/vinum.c		optional vinum
dev/raid/vinum/vinumconfig.c		optional vinum
dev/raid/vinum/vinumdaemon.c		optional vinum
dev/raid/vinum/vinuminterrupt.c	optional vinum
dev/raid/vinum/vinumio.c		optional vinum
dev/raid/vinum/vinumioctl.c		optional vinum
dev/raid/vinum/vinumlock.c		optional vinum
dev/raid/vinum/vinummemory.c		optional vinum
dev/raid/vinum/vinumparser.c		optional vinum
dev/raid/vinum/vinumraid5.c		optional vinum
dev/raid/vinum/vinumrequest.c	optional vinum
dev/raid/vinum/vinumrevive.c		optional vinum
dev/raid/vinum/vinumstate.c		optional vinum
dev/raid/vinum/vinumutil.c		optional vinum
dev/raid/ips/ips.c			optional ips
dev/raid/ips/ips_commands.c		optional ips
dev/raid/ips/ips_disk.c			optional ips
dev/raid/ips/ips_ioctl.c		optional ips
dev/raid/ips/ips_pci.c			optional ips
dev/disk/vn/vn.c			optional vn
dev/netif/wi/if_wi.c			optional wi
dev/netif/wi/if_wi_pccard.c		optional wi pccard
dev/netif/wi/if_wi_pci.c		optional wi pci
dev/netif/wpi/if_wpi.c			optional wpi
wpifw.c			optional wpifw					\
	compile-with	"${AWK} -f $S/tools/fw_stub.awk wpi.fw:wpifw:2144 -m wpifw -c ${.TARGET}" \
	no-implicit-rule before-depend local				\
	clean		"wpifw.c"
wpifw.fwo		optional wpifw					\
	dependency	"wpi.fw"					\
	compile-with	"${NORMAL_FWO}"					\
	no-implicit-rule						\
	clean		"wpifw.fwo"
wpi.fw			optional wpifw					\
	dependency	"$S/contrib/dev/wpi/iwlwifi-3945-15.32.2.9.fw.uu" \
	compile-with	"${NORMAL_FW}"					\
	no-obj no-implicit-rule						\
	clean		"wpi.fw"
dev/netif/xe/if_xe.c			optional xe
dev/netif/xe/if_xe_pccard.c		optional xe pccard
vfs/ext2fs/ext2_alloc.c			optional ext2fs
vfs/ext2fs/ext2_balloc.c		optional ext2fs
vfs/ext2fs/ext2_bmap.c			optional ext2fs
vfs/ext2fs/ext2_csum.c			optional ext2fs
vfs/ext2fs/ext2_extents.c		optional ext2fs
vfs/ext2fs/ext2_hash.c			optional ext2fs
vfs/ext2fs/ext2_htree.c			optional ext2fs
vfs/ext2fs/ext2_ihash.c			optional ext2fs
vfs/ext2fs/ext2_inode.c			optional ext2fs
vfs/ext2fs/ext2_inode_cnv.c		optional ext2fs
vfs/ext2fs/ext2_lookup.c		optional ext2fs
vfs/ext2fs/ext2_subr.c			optional ext2fs
vfs/ext2fs/ext2_vfsops.c		optional ext2fs
vfs/ext2fs/ext2_vnops.c			optional ext2fs
vfs/isofs/cd9660/cd9660_bmap.c	optional cd9660
vfs/isofs/cd9660/cd9660_lookup.c	optional cd9660
vfs/isofs/cd9660/cd9660_node.c	optional cd9660
vfs/isofs/cd9660/cd9660_rrip.c	optional cd9660
vfs/isofs/cd9660/cd9660_util.c	optional cd9660
vfs/isofs/cd9660/cd9660_vfsops.c	optional cd9660
vfs/isofs/cd9660/cd9660_vnops.c	optional cd9660
vfs/isofs/cd9660/cd9660_iconv/cd9660_iconv.c	optional cd9660_iconv
vfs/udf/osta.c			optional udf
vfs/udf/udf_vfsops.c		optional udf
vfs/udf/udf_vnops.c		optional udf
kern/imgact_elf.c	standard
kern/imgact_resident.c	standard
kern/imgact_shell.c	standard
kern/init_main.c	standard
kern/init_sysent.c	standard
kern/kern_checkpoint.c	standard
kern/kern_sysref.c	standard
kern/kern_intr.c	standard
kern/kern_varsym.c	standard
kern/kern_module.c	standard
kern/kern_linker.c	standard
kern/kern_uuid.c	standard
kern/link_elf.c		standard
kern/kern_acct.c	standard
kern/kern_acl.c		standard
kern/kern_clock.c	standard
kern/kern_collect.c	standard
kern/kern_condvar.c	standard
kern/kern_conf.c	standard
kern/kern_debug.c	standard
kern/kern_device.c	standard
kern/kern_descrip.c	standard
kern/kern_dmsg.c	standard
kern/kern_fp.c		standard
kern/kern_environment.c	standard
kern/kern_event.c	standard
kern/kern_exec.c	standard
kern/kern_exit.c	standard
kern/kern_fork.c	standard
kern/kern_jail.c	standard
kern/kern_kinfo.c	standard
kern/kern_kthread.c	standard
kern/kern_ktr.c		optional ktr
kern/kern_ktrace.c	standard
kern/kern_lock.c	standard
kern/kern_lockf.c	standard
kern/kern_mib.c		standard
kern/kern_ntptime.c	standard
kern/kern_objcache.c	standard
kern/kern_physio.c	standard
kern/kern_proc.c	standard
kern/kern_prot.c	standard
kern/kern_caps.c	standard
kern/kern_nrandom.c	standard
kern/kern_resource.c	standard
kern/kern_plimit.c	standard
kern/kern_slaballoc.c	standard
kern/kern_kmalloc.c	standard
kern/kern_systimer.c	standard
kern/kern_cputimer.c	standard
kern/kern_mpipe.c	standard
kern/kern_shutdown.c	standard
kern/kern_sig.c		standard
kern/kern_memio.c	standard
kern/kern_udev.c	standard
kern/kern_sfbuf.c	standard
kern/kern_subr.c	standard
kern/kern_iosched.c	standard
kern/kern_usched.c	standard
kern/usched_bsd4.c	standard
kern/usched_dfly.c	standard
kern/usched_dummy.c	standard
kern/kern_umtx.c	standard
kern/kern_mutex.c	standard
kern/kern_refcount.c	standard
kern/lwkt_thread.c	standard
kern/lwkt_ipiq.c	standard
kern/lwkt_token.c	standard
kern/lwkt_msgport.c	standard
kern/lwkt_serialize.c	standard
kern/kern_dsched.c	standard
kern/kern_sensors.c	standard
kern/kern_spinlock.c	standard
kern/kern_synch.c	standard
kern/kern_syscalls.c	standard
kern/kern_sysctl.c	standard
kern/kern_time.c	standard
kern/kern_timeout.c	standard
kern/kern_wdog.c	standard
kern/kern_xio.c		standard
kern/md5c.c		standard
kern/subr_autoconf.c	standard
kern/subr_bus.c		standard
kern/subr_cpuhelper.c	standard
kern/subr_csprng.c	standard
kern/subr_busdma.c	standard
kern/subr_devstat.c	standard
kern/subr_disk.c	standard
kern/subr_diskiocom.c	standard
kern/subr_disklabel32.c	standard
kern/subr_disklabel64.c	standard
kern/subr_diskslice.c	standard
kern/subr_eventhandler.c	standard
kern/subr_fattime.c	standard
kern/subr_firmware.c	standard
# temporarily not included in kernel, included
# by cyapa until stable.
#kern/subr_input.c	standard
kern/subr_kcore.c	standard
kern/subr_kobj.c	standard
kern/subr_log.c		standard
kern/libmchain/subr_mchain.c	optional libmchain
kern/subr_module.c	standard
kern/subr_param.c	standard
kern/subr_power.c	standard
# XXX drhodus
kern/subr_prf.c		standard
kern/subr_prof.c	standard
kern/subr_sleepqueue.c	standard
kern/subr_alist.c	standard
kern/subr_blist.c	standard
kern/subr_sbuf.c	standard
kern/subr_scanf.c	standard
kern/subr_sglist.c	standard
kern/subr_taskqueue.c	standard
kern/subr_gtaskqueue.c	standard
kern/subr_rbtree.c	standard
kern/sys_generic.c	standard
kern/sys_pipe.c		standard
kern/sys_process.c	standard
kern/subr_rman.c	standard
kern/subr_unit.c	standard
kern/sys_mqueue.c	standard
kern/sys_socket.c	standard
kern/sysv_ipc.c		standard
kern/sysv_msg.c		standard
kern/sysv_sem.c		standard
kern/sysv_shm.c		standard
kern/tty.c		standard
kern/tty_conf.c		standard
kern/tty_cons.c		standard
kern/tty_pty.c		optional pty
kern/tty_subr.c		standard
kern/tty_tty.c		standard
kern/uipc_accf.c	optional inet
kern/uipc_domain.c	standard
kern/uipc_mbuf.c	standard
kern/uipc_mbuf2.c	standard
kern/uipc_sockbuf.c	standard
kern/uipc_msg.c		standard
kern/uipc_proto.c	standard
kern/uipc_socket.c	standard
kern/uipc_socket2.c	standard
kern/uipc_syscalls.c	standard
kern/uipc_usrreq.c	standard
kern/vfs_bio.c		standard
kern/vfs_cache.c	standard
kern/vfs_cluster.c	standard
kern/vfs_conf.c		standard
kern/vfs_default.c	standard
kern/vfs_helper.c	standard
kern/vfs_init.c		standard
kern/vfs_journal.c	standard
kern/vfs_jops.c		standard
kern/vfs_lookup.c	standard
kern/vfs_nlookup.c	standard
kern/vfs_subr.c		standard
kern/vfs_vm.c		standard
kern/vfs_lock.c		standard
kern/vfs_mount.c	standard
kern/vfs_quota.c	standard
kern/vfs_sync.c		standard
kern/vfs_synth.c	standard
kern/vfs_syscalls.c	standard
kern/vfs_vnops.c	standard
kern/vfs_vopops.c	standard
kern/vfs_vfsops.c	standard
kern/kern_threads.c	standard
kern/vfs_aio.c		standard
kern/subr_cpu_topology.c	standard
vfs/deadfs/dead_vnops.c	standard
vfs/fifofs/fifo_vnops.c	standard
vfs/nullfs/null_vfsops.c	optional nullfs
vfs/nullfs/null_vnops.c	optional nullfs
vfs/procfs/procfs_ctl.c	optional procfs
vfs/procfs/procfs_dbregs.c	standard
vfs/procfs/procfs_fpregs.c	standard
vfs/procfs/procfs_map.c		optional procfs
vfs/procfs/procfs_mem.c		standard
vfs/procfs/procfs_note.c	optional procfs
vfs/procfs/procfs_regs.c	standard
vfs/procfs/procfs_status.c	optional procfs
vfs/procfs/procfs_subr.c	optional procfs
vfs/procfs/procfs_type.c	optional procfs
vfs/procfs/procfs_vfsops.c	optional procfs
vfs/procfs/procfs_vnops.c	optional procfs
vfs/procfs/procfs_rlimit.c	optional procfs
vfs/hpfs/hpfs_alsubr.c		optional hpfs
vfs/hpfs/hpfs_hash.c		optional hpfs
vfs/hpfs/hpfs_lookup.c		optional hpfs
vfs/hpfs/hpfs_subr.c		optional hpfs
vfs/hpfs/hpfs_vfsops.c		optional hpfs
vfs/hpfs/hpfs_vnops.c		optional hpfs
vfs/msdosfs/msdosfs_conv.c	optional msdosfs
vfs/msdosfs/msdosfs_denode.c	optional msdosfs
vfs/msdosfs/msdosfs_fat.c	optional msdosfs
vfs/msdosfs/msdosfs_lookup.c	optional msdosfs
vfs/msdosfs/msdosfs_vfsops.c	optional msdosfs
vfs/msdosfs/msdosfs_vnops.c	optional msdosfs
vfs/msdosfs/msdosfs_iconv/msdosfs_iconv.c	optional msdosfs_iconv
vfs/ntfs/ntfs_compr.c		optional ntfs
vfs/ntfs/ntfs_ihash.c		optional ntfs
vfs/ntfs/ntfs_subr.c		optional ntfs
vfs/ntfs/ntfs_vfsops.c		optional ntfs
vfs/ntfs/ntfs_vnops.c		optional ntfs
vfs/ntfs/ntfs_iconv/ntfs_iconv.c	optional ntfs_iconv
net/altq/altq_cbq.c		optional altq
net/altq/altq_hfsc.c		optional altq
net/altq/altq_priq.c		optional altq
net/altq/altq_fairq.c		optional altq
net/altq/altq_red.c		optional altq
net/altq/altq_rio.c		optional altq
net/altq/altq_rmclass.c		optional altq
net/altq/altq_subr.c		optional altq
net/bpf.c			standard
net/bpf_filter.c		optional bpf
net/bridge/if_bridge.c		optional bridge
net/bridge/bridgestp.c		optional bridge
net/if.c			standard
net/if_clone.c			standard
net/if_poll.c			optional ifpoll_enable
net/disc/if_disc.c		optional disc
net/if_ethersubr.c		optional ether
net/gif/if_gif.c		optional gif
net/gre/if_gre.c		optional gre inet
net/lagg/ieee8023ad_lacp.c	optional lagg
net/lagg/if_lagg.c		optional lagg
net/pfil.c			standard
net/pf/if_pflog.c		optional pflog
net/pf/if_pfsync.c		optional pf
net/pf/pf.c			optional pf
net/pf/pf_if.c			optional pf
net/pf/pf_subr.c		optional pf
net/pf/pf_ioctl.c		optional pf
net/pf/pf_norm.c		optional pf
net/pf/pf_ruleset.c		optional pf
net/pf/pf_table.c		optional pf
net/pf/pf_osfp.c		optional pf
net/ppp_layer/slcompress.c	optional sl
net/ppp_layer/slcompress.c	optional sppp
net/if_loop.c		optional loop
net/if_media.c		standard
net/if_mib.c		standard
net/sl/if_sl.c		optional sl
net/sppp/if_spppsubr.c	optional sppp
net/stf/if_stf.c		optional stf
net/tun/if_tun.c		optional tun
net/tap/if_tap.c		optional tap
net/vlan/if_vlan.c		optional vlan
net/vlan/if_vlan_ether.c	optional ether
net/wg/if_wg.c			optional wg
net/wg/wg_cookie.c		optional wg
net/wg/wg_noise.c		optional wg
net/net_osdep.c		standard
net/netisr.c		standard
net/radix.c		standard
net/raw_cb.c		standard
net/raw_usrreq.c	standard
net/route.c		standard
net/rtsock.c		standard
netbt/bt_input.c	optional bluetooth
netbt/bt_proto.c	optional bluetooth
netbt/hci_event.c	optional bluetooth
netbt/hci_ioctl.c	optional bluetooth
netbt/hci_link.c	optional bluetooth
netbt/hci_misc.c	optional bluetooth
netbt/hci_socket.c	optional bluetooth
netbt/hci_unit.c	optional bluetooth
netbt/l2cap_lower.c	optional bluetooth
netbt/l2cap_misc.c	optional bluetooth
netbt/l2cap_signal.c	optional bluetooth
netbt/l2cap_socket.c	optional bluetooth
netbt/l2cap_upper.c	optional bluetooth
netbt/rfcomm_dlc.c	optional bluetooth
netbt/rfcomm_session.c	optional bluetooth
netbt/rfcomm_socket.c	optional bluetooth
netbt/rfcomm_upper.c	optional bluetooth
netbt/sco_socket.c	optional bluetooth
netbt/sco_upper.c	optional bluetooth
netproto/802_11/wlan/ieee80211.c            optional wlan
netproto/802_11/wlan_acl/ieee80211_acl.c    optional wlan_acl
netproto/802_11/wlan/ieee80211_action.c     optional wlan
netproto/802_11/wlan/ieee80211_adhoc.c      optional wlan
netproto/802_11/wlan/ieee80211_ageq.c       optional wlan
netproto/802_11/wlan/ieee80211_amrr.c       optional wlan_amrr
netproto/802_11/wlan/ieee80211_amrr.c       optional wlan
netproto/802_11/wlan/ieee80211_crypto.c     optional wlan
netproto/802_11/wlan_ccmp/ieee80211_crypto_ccmp.c optional wlan_ccmp
netproto/802_11/wlan/ieee80211_crypto_none.c optional wlan
netproto/802_11/wlan_tkip/ieee80211_crypto_tkip.c optional wlan_tkip
netproto/802_11/wlan_wep/ieee80211_crypto_wep.c optional wlan_wep
netproto/802_11/wlan/ieee80211_ddb.c        optional wlan ddb
netproto/802_11/wlan/ieee80211_dfs.c        optional wlan
netproto/802_11/wlan/ieee80211_dragonfly.c  optional wlan
netproto/802_11/wlan/ieee80211_hostap.c     optional wlan
netproto/802_11/wlan/ieee80211_ht.c         optional wlan
netproto/802_11/wlan/ieee80211_hwmp.c       optional wlan ieee80211_support_mesh
netproto/802_11/wlan/ieee80211_input.c      optional wlan
netproto/802_11/wlan/ieee80211_ioctl.c      optional wlan
netproto/802_11/wlan/ieee80211_mesh.c       optional wlan ieee80211_support_mesh
netproto/802_11/wlan/ieee80211_monitor.c    optional wlan
netproto/802_11/wlan/ieee80211_node.c       optional wlan
netproto/802_11/wlan/ieee80211_output.c     optional wlan
netproto/802_11/wlan/ieee80211_phy.c        optional wlan
netproto/802_11/wlan/ieee80211_power.c      optional wlan
netproto/802_11/wlan/ieee80211_proto.c      optional wlan
netproto/802_11/wlan/ieee80211_radiotap.c   optional wlan
netproto/802_11/wlan/ieee80211_ratectl.c    optional wlan
netproto/802_11/wlan/ieee80211_ratectl_none.c optional wlan
netproto/802_11/wlan/ieee80211_regdomain.c  optional wlan
netproto/802_11/wlan/ieee80211_rssadapt.c   optional wlan_rssadapt
netproto/802_11/wlan/ieee80211_scan.c       optional wlan
netproto/802_11/wlan/ieee80211_scan_sta.c   optional wlan
netproto/802_11/wlan/ieee80211_scan_sw.c    optional wlan
netproto/802_11/wlan/ieee80211_sta.c        optional wlan
netproto/802_11/wlan/ieee80211_superg.c     optional wlan ieee80211_support_superg
netproto/802_11/wlan/ieee80211_tdma.c       optional wlan ieee80211_support_tdma
netproto/802_11/wlan/ieee80211_wds.c        optional wlan
netproto/802_11/wlan_xauth/ieee80211_xauth.c optional wlan_xauth

#
# New netgraph
#
netgraph7/bluetooth/common/ng_bluetooth.c		optional netgraph7_bluetooth
netgraph7/bluetooth/drivers/bt3c/ng_bt3c_pccard.c	optional netgraph7_bluetooth_bt3c
netgraph7/bluetooth/drivers/h4/ng_h4.c			optional netgraph7_bluetooth_h4
netgraph7/bluetooth/drivers/ubt/ng_ubt.c		optional netgraph7_bluetooth_ubt
netgraph7/bluetooth/drivers/ubtbcmfw/ubtbcmfw.c		optional netgraph7_bluetooth_ubtbcmfw
netgraph7/bluetooth/hci/ng_hci_cmds.c			optional netgraph7_bluetooth_hci
netgraph7/bluetooth/hci/ng_hci_evnt.c			optional netgraph7_bluetooth_hci
netgraph7/bluetooth/hci/ng_hci_main.c			optional netgraph7_bluetooth_hci
netgraph7/bluetooth/hci/ng_hci_misc.c			optional netgraph7_bluetooth_hci
netgraph7/bluetooth/hci/ng_hci_ulpi.c			optional netgraph7_bluetooth_hci
netgraph7/bluetooth/l2cap/ng_l2cap_cmds.c		optional netgraph7_bluetooth_l2cap
netgraph7/bluetooth/l2cap/ng_l2cap_evnt.c		optional netgraph7_bluetooth_l2cap
netgraph7/bluetooth/l2cap/ng_l2cap_llpi.c		optional netgraph7_bluetooth_l2cap
netgraph7/bluetooth/l2cap/ng_l2cap_main.c		optional netgraph7_bluetooth_l2cap
netgraph7/bluetooth/l2cap/ng_l2cap_misc.c		optional netgraph7_bluetooth_l2cap
netgraph7/bluetooth/l2cap/ng_l2cap_ulpi.c		optional netgraph7_bluetooth_l2cap
netgraph7/bluetooth/socket/ng_btsocket.c		optional netgraph7_bluetooth_socket
netgraph7/bluetooth/socket/ng_btsocket_hci_raw.c	optional netgraph7_bluetooth_socket
netgraph7/bluetooth/socket/ng_btsocket_l2cap.c		optional netgraph7_bluetooth_socket
netgraph7/bluetooth/socket/ng_btsocket_l2cap_raw.c	optional netgraph7_bluetooth_socket
netgraph7/bluetooth/socket/ng_btsocket_rfcomm.c		optional netgraph7_bluetooth_socket
netgraph7/netflow/netflow.c	optional netgraph7_netflow
netgraph7/netflow/ng_netflow.c	optional netgraph7_netflow
netgraph7/UI/ng_UI.c		optional netgraph7_UI
netgraph7/async/ng_async.c	optional netgraph7_async
netgraph7/netgraph/ng_base.c	optional netgraph7
netgraph7/bpf/ng_bpf.c		optional netgraph7_bpf
netgraph7/bridge/ng_bridge.c	optional netgraph7_bridge
netgraph7/ng_car.c		optional netgraph7_car
netgraph7/cisco/ng_cisco.c	optional netgraph7_cisco
netgraph7/deflate/ng_deflate.c	optional netgraph7_deflate
netgraph7/ng_device.c		optional netgraph7_device
netgraph7/echo/ng_echo.c	optional netgraph7_echo
netgraph7/eiface/ng_eiface.c	optional netgraph7_eiface
netgraph7/etf/ng_etf.c		optional netgraph7_etf
netgraph7/ether/ng_ether.c	optional netgraph7_ether
netgraph7/ng_fec.c		optional netgraph7_fec
netgraph7/frame_relay/ng_frame_relay.c			optional netgraph7_frame_relay
netgraph7/ng_gif.c		optional netgraph7_gif
netgraph7/ng_gif_demux.c	optional netgraph7_gif_demux
netgraph7/hole/ng_hole.c	optional netgraph7_hole
netgraph7/hub/ng_hub.c		optional netgraph7_hub
netgraph7/iface/ng_iface.c	optional netgraph7_iface
netgraph7/ng_ip_input.c		optional netgraph7_ip_input
netgraph7/ng_ipfw.c		optional netgraph7_ipfw
netgraph7/ksocket/ng_ksocket.c	optional netgraph7_ksocket
netgraph7/l2tp/ng_l2tp.c	optional netgraph7_l2tp
netgraph7/lmi/ng_lmi.c		optional netgraph7_lmi
netgraph7/mppc/ng_mppc.c	optional netgraph7_mppc_compression
netgraph7/mppc/ng_mppc.c	optional netgraph7_mppc_encryption
netgraph7/ng_nat.c		optional netgraph7_nat
netgraph7/one2many/ng_one2many.c			optional netgraph7_one2many
netgraph7/netgraph/ng_parse.c	optional netgraph7
netgraph7/ppp/ng_ppp.c		optional netgraph7_ppp
netgraph7/pppoe/ng_pppoe.c	optional netgraph7_pppoe
netgraph7/pptpgre/ng_pptpgre.c	optional netgraph7_pptpgre
netgraph7/ng_pred1.c		optional netgraph7_pred1
netgraph7/rfc1490/ng_rfc1490.c	optional netgraph7_rfc1490
netgraph7/socket/ng_socket.c	optional netgraph7_socket
netgraph7/ng_split.c		optional netgraph7_split
netgraph7/ng_sppp.c		optional netgraph7_sppp
netgraph7/ng_tag.c		optional netgraph7_tag
netgraph7/tcpmss/ng_tcpmss.c	optional netgraph7_tcpmss
netgraph7/tee/ng_tee.c		optional netgraph7_tee
netgraph7/tty/ng_tty.c		optional netgraph7_tty
netgraph7/vjc/ng_vjc.c		optional netgraph7_vjc

netinet/libalias/alias.c	optional netgraph7_nat
netinet/libalias/alias_db.c	optional netgraph7_nat
netinet/libalias/alias_mod.c	optional netgraph7_nat
netinet/libalias/alias_proxy.c	optional netgraph7_nat
netinet/libalias/alias_util.c	optional netgraph7_nat

crypto/rc4/rc4.c		optional netgraph7_mppc_encryption
crypto/sha1.c			optional netgraph7_mppc_encryption
net/bpf_filter.c		optional netgraph7_bpf

net/if_spppfr.c			optional netgraph7_sppp
net/if_spppsubr.c		optional netgraph7_sppp
net/mppcc.c			optional netgraph7_mppc_compression
net/mppcd.c			optional netgraph7_mppc_compression
net/ppp_layer/slcompress.c	optional netgraph7_vjc
net/ppp_layer/slcompress.c	optional netgraph7_sppp
net/zlib.c			optional netgraph7_deflate

# Original netgraph
#
netgraph/netgraph/ng_base.c		optional netgraph
netgraph/netgraph/ng_parse.c		optional netgraph
netgraph/async/ng_async.c		optional netgraph_async
netgraph/bpf/ng_bpf.c			optional netgraph_bpf
netgraph/bridge/ng_bridge.c		optional netgraph_bridge
netgraph/cisco/ng_cisco.c		optional netgraph_cisco
netgraph/echo/ng_echo.c			optional netgraph_echo
netgraph/eiface/ng_eiface.c		optional netgraph_eiface
netgraph/ether/ng_ether.c		optional netgraph_ether
netgraph/fec/ng_fec.c			optional netgraph_fec
netgraph/frame_relay/ng_frame_relay.c	optional netgraph_frame_relay
netgraph/hole/ng_hole.c			optional netgraph_hole
netgraph/iface/ng_iface.c		optional netgraph_iface
netgraph/ksocket/ng_ksocket.c		optional netgraph_ksocket
netgraph/l2tp/ng_l2tp.c			optional netgraph_l2tp
netgraph/lmi/ng_lmi.c			optional netgraph_lmi
netgraph/mppc/ng_mppc.c			optional netgraph_mppc_compression
# The next two files (plus the header file net/mppc.h) are proprietary and
# must be obtained elsewhere in order to enable NETGRAPH_MPPC_COMPRESSION
netgraph/mppc/mppcc.c			optional netgraph_mppc_compression
netgraph/mppc/mppcd.c			optional netgraph_mppc_compression
netgraph/mppc/ng_mppc.c			optional netgraph_mppc_encryption
netgraph/one2many/ng_one2many.c		optional netgraph_one2many
netgraph/ppp/ng_ppp.c			optional netgraph_ppp
netgraph/pppoe/ng_pppoe.c		optional netgraph_pppoe
netgraph/pptpgre/ng_pptpgre.c		optional netgraph_pptpgre
netgraph/rfc1490/ng_rfc1490.c		optional netgraph_rfc1490
netgraph/socket/ng_socket.c		optional netgraph_socket
netgraph/tee/ng_tee.c			optional netgraph_tee
netgraph/tty/ng_tty.c			optional netgraph_tty
netgraph/UI/ng_UI.c			optional netgraph_UI
netgraph/vjc/ng_vjc.c			optional netgraph_vjc

net/ppp_layer/slcompress.c		optional netgraph_vjc
net/bpf_filter.c			optional netgraph_bpf
crypto/rc4/rc4.c			optional netgraph_mppc_encryption
crypto/sha1.c				optional netgraph_mppc_encryption

net/toeplitz.c			standard

net/accf_data/accf_data.c		optional accept_filter_data
net/accf_http/accf_http.c		optional accept_filter_http
netinet/if_ether.c			optional ether
netinet/in_gif.c		optional gif inet
netinet/igmp.c			optional inet
netinet/in.c			optional inet
netinet/in_cksum.c		optional inet
netinet/ip_carp.c		optional carp
netinet/ip_gre.c		optional gre inet
netinet/ip_id.c			optional inet
netinet/in_pcb.c		optional inet
netinet/in_proto.c		optional inet
netinet/in_rmx.c		optional inet
netinet/ip_ecn.c		optional inet
netinet/ip_ecn.c		optional inet6
netinet/ip_encap.c		optional inet
netinet/ip_encap.c		optional inet6
netinet/ip_divert.c		optional ipdivert
net/dummynet/ip_dummynet.c	optional dummynet
net/dummynet/ip_dummynet_glue.c	optional inet
netinet/ip_flow.c		optional inet
net/ipfw/ip_fw2.c		optional ipfirewall
net/ipfw/ip_fw2_glue.c		optional inet
net/ipfw3/ip_fw3.c		optional ipfirewall3
net/ipfw3/ip_fw3_glue.c		optional inet
net/ipfw3/ip_fw3_set.c		optional ipfirewall3
net/ipfw3_basic/ip_fw3_log.c	optional ipfirewall3
net/ipfw3_basic/ip_fw3_sync.c	optional ipfirewall3
net/ipfw3_basic/ip_fw3_table.c	optional ipfirewall3
netinet/ip_icmp.c		optional inet
netinet/ip_input.c		optional inet
netinet/ip_demux.c		optional inet
net/ip_mroute/ip_mroute.c	optional mrouting
netinet/ip_output.c		optional inet
netinet/raw_ip.c		optional inet
netinet/tcp_debug.c		optional tcpdebug
netinet/tcp_input.c		optional inet
netinet/tcp_output.c		optional inet
netinet/tcp_sack.c		optional inet
netinet/tcp_subr.c		optional inet
netinet/tcp_syncache.c		optional inet
netinet/tcp_timer.c		optional inet
netinet/tcp_usrreq.c		optional inet
netinet/udp_usrreq.c		optional inet
netinet6/dest6.c		optional inet6
netinet6/frag6.c		optional inet6
netinet6/icmp6.c		optional inet6
netinet6/in6.c			optional inet6
netinet6/in6_cksum.c		optional inet6
netinet6/in6_gif.c		optional gif inet6
netinet6/ip6_forward.c		optional inet6
net/ip6fw/ip6_fw.c		optional inet6 ipv6firewall
netinet6/in6_ifattach.c		optional inet6
netinet6/ip6_demux.c		optional inet6
netinet6/ip6_input.c		optional inet6
netinet6/ip6_mroute.c		optional inet6
netinet6/ip6_output.c		optional inet6
netinet6/in6_src.c		optional inet6
netinet6/in6_pcb.c		optional inet6
netinet6/in6_proto.c		optional inet6
netinet6/in6_rmx.c		optional inet6
netinet6/mld6.c			optional inet6
netinet6/nd6.c			optional inet6
netinet6/nd6_nbr.c		optional inet6
netinet6/nd6_rtr.c		optional inet6
netinet6/raw_ip6.c		optional inet6
netinet6/route6.c		optional inet6
netinet6/scope6.c		optional inet6
netinet6/udp6_output.c		optional inet6
netinet6/udp6_usrreq.c		optional inet6
netproto/mpls/mpls_demux.c	optional mpls
netproto/mpls/mpls_input.c	optional mpls
netproto/mpls/mpls_output.c	optional mpls
netproto/mpls/mpls_proto.c	optional mpls
kern/md4c.c			optional netsmb
netproto/smb/smb_conn.c		optional netsmb
netproto/smb/smb_crypt.c	optional netsmb
netproto/smb/smb_dev.c		optional netsmb
netproto/smb/smb_iod.c		optional netsmb
netproto/smb/smb_rq.c		optional netsmb
netproto/smb/smb_smb.c		optional netsmb
netproto/smb/smb_subr.c		optional netsmb
netproto/smb/smb_trantcp.c	optional netsmb
netproto/smb/smb_usr.c		optional netsmb
crypto/des/des_ecb.c		optional netsmb
crypto/des/des_enc.c		optional netsmb
crypto/des/des_setkey.c		optional netsmb
vfs/nfs/nfs_bio.c		optional nfs
vfs/nfs/nfs_node.c		optional nfs
vfs/nfs/nfs_serv.c		optional nfs
vfs/nfs/nfs_socket.c		optional nfs
vfs/nfs/nfs_srvcache.c		optional nfs
vfs/nfs/nfs_subs.c		optional nfs
vfs/nfs/nfs_syscalls.c		optional nfs
vfs/nfs/nfs_vfsops.c		optional nfs
vfs/nfs/nfs_vnops.c		optional nfs
vfs/nfs/nfs_kerb.c		optional nfs
vfs/nfs/nfs_iod.c		optional nfs
vfs/nfs/nfsm_subs.c		optional nfs
vfs/nfs/bootp_subr.c		optional bootp
vfs/nfs/nfs_mountrpc.c		optional nfs
vfs/nfs/krpc_subr.c		optional nfs
bus/pccard/card_if.m		standard
pccarddevs.h			optional pccard \
	dependency		"$S/tools/pccarddevs2h.awk $S/bus/pccard/pccarddevs" \
	compile-with		"${AWK} -f $S/tools/pccarddevs2h.awk $S/bus/pccard/pccarddevs" \
	no-obj no-implicit-rule before-depend \
	clean "pccarddevs.h"
bus/pccard/pccard.c		optional pccard
bus/pccard/pccard_cis.c		optional pccard
bus/pccard/pccard_cis_quirks.c	optional pccard
bus/pccard/power_if.m		standard
dev/agp/agp.c			optional agp
dev/agp/agp_via.c		optional agp
dev/agp/agp_sis.c		optional agp
dev/agp/agp_amd64.c		optional agp
dev/agp/agp_if.m		optional agp
dev/agp/intel-gtt.c		optional agp
dev/disk/amd/amd.c		optional amd
dev/video/bktr/bktr_audio.c	optional bktr pci
dev/video/bktr/bktr_card.c	optional bktr pci
dev/video/bktr/bktr_core.c	optional bktr pci
dev/video/bktr/bktr_os.c	optional bktr pci
dev/video/bktr/bktr_tuner.c	optional bktr pci
dev/video/bktr/msp34xx.c	optional bktr pci
dev/video/cxm/cxm.c		optional cxm pci
dev/video/cxm/cxm_dec_fw.c	optional cxm pci
dev/video/cxm/cxm_eeprom.c	optional cxm pci
dev/video/cxm/cxm_enc_fw.c	optional cxm pci
dev/video/cxm/cxm_i2c.c		optional cxm pci
dev/video/cxm/cxm_ir.c		optional cxm pci
dev/video/cxm/cxm_msp34xxx.c	optional cxm pci
dev/video/cxm/cxm_saa7115.c	optional cxm pci
dev/video/cxm/cxm_tuner.c	optional cxm pci
dev/video/vga/vga_switcheroo.c	optional vga_switcheroo
dev/netif/dc/if_dc.c		optional dc
dev/netif/de/if_de.c		optional de
dev/netif/pcn/if_pcn.c		optional pcn
dev/netif/mn/if_mn.c		optional mn netgraph
dev/netif/re/if_re.c		optional re
dev/netif/re/re.c		optional re
dev/netif/rl/if_rl.c		optional rl
dev/netif/sf/if_sf.c		optional sf
dev/netif/sis/if_sis.c		optional sis
dev/netif/sk/if_sk.c		optional sk
dev/netif/ste/if_ste.c		optional ste
dev/netif/stge/if_stge.c	optional stge
dev/netif/ti/if_ti.c		optional ti
dev/netif/tl/if_tl.c		optional tl
dev/netif/vge/if_vge.c		optional vge
dev/netif/vr/if_vr.c		optional vr
dev/netif/wb/if_wb.c		optional wb
dev/netif/xl/if_xl.c		optional xl
dev/powermng/alpm/alpm.c	optional alpm pci
dev/powermng/amdpm/amdpm.c	optional amdpm pci
dev/powermng/intpm/intpm.c	optional intpm pci
dev/powermng/viapm/viapm.c	optional viapm pci
dev/disk/ncr/ncr.c		optional ncr
dev/disk/sym/sym_hipd.c		optional sym				\
	dependency	"$S/dev/disk/sym/sym_{conf,defs}.h"
pcidevs.h			optional pci \
	dependency		"$S/tools/pcidevs2h.awk $S/bus/pci/pcidevs" \
	compile-with		"${AWK} -f $S/tools/pcidevs2h.awk $S/bus/pci/pcidevs" \
	no-obj no-implicit-rule before-depend \
	clean "pcidevs.h"
bus/pci/fixup_pci.c		optional pci
bus/pci/hostb_pci.c		optional pci
bus/pci/ignore_pci.c		optional pci
bus/pci/isa_pci.c		optional pci isa
bus/pci/pci.c			optional pci
bus/pci/pci_if.m		optional pci
bus/pci/pci_pci.c		optional pci
bus/pci/pci_user.c		optional pci
bus/pci/pcib_if.m		optional pci
bus/pci/vga_pci.c		optional pci
kern/kern_posix4_mib.c		standard
kern/kern_p1003_1b.c		standard
kern/kern_sched.c		optional _kposix_priority_scheduling
vfs/ufs/ffs_alloc.c		optional ffs
vfs/ufs/ffs_alloc.c		optional mfs
vfs/ufs/ffs_balloc.c		optional ffs
vfs/ufs/ffs_balloc.c		optional mfs
vfs/ufs/ffs_inode.c		optional ffs
vfs/ufs/ffs_inode.c		optional mfs
vfs/ufs/ffs_softdep_stub.c	standard
vfs/ufs/ffs_softdep.c		optional softupdates
vfs/ufs/ffs_subr.c		optional ffs
vfs/ufs/ffs_subr.c		optional mfs
vfs/ufs/ffs_tables.c		optional ffs
vfs/ufs/ffs_tables.c		optional mfs
vfs/ufs/ffs_vfsops.c		optional ffs
vfs/ufs/ffs_vfsops.c		optional mfs
vfs/ufs/ffs_vnops.c		optional ffs
vfs/ufs/ffs_vnops.c		optional mfs
vfs/mfs/mfs_vfsops.c		optional mfs
vfs/ufs/ufs_bmap.c		optional ffs
vfs/ufs/ufs_ihash.c		optional ffs
vfs/ufs/ufs_inode.c		optional ffs
vfs/ufs/ufs_lookup.c		optional ffs
vfs/ufs/ufs_quota.c		optional ffs
vfs/ufs/ufs_vfsops.c		optional ffs
vfs/ufs/ufs_vnops.c		optional ffs
vfs/ufs/ufs_dirhash.c		optional ffs
vfs/devfs/devfs_core.c		standard
vfs/devfs/devfs_vnops.c		standard
vfs/devfs/devfs_vfsops.c	standard
vfs/devfs/devfs_helper.c	standard
vfs/devfs/devfs_rules.c		standard
vfs/hammer/hammer_blockmap.c	optional hammer
vfs/hammer/hammer_btree.c	optional hammer
vfs/hammer/hammer_cursor.c	optional hammer
vfs/hammer/hammer_volume.c	optional hammer
vfs/hammer/hammer_flusher.c	optional hammer
vfs/hammer/hammer_inode.c	optional hammer
vfs/hammer/hammer_io.c		optional hammer
vfs/hammer/hammer_ioctl.c	optional hammer
vfs/hammer/hammer_mirror.c	optional hammer
vfs/hammer/hammer_object.c	optional hammer
vfs/hammer/hammer_ondisk.c	optional hammer
vfs/hammer/hammer_pfs.c		optional hammer
vfs/hammer/hammer_prune.c	optional hammer
vfs/hammer/hammer_reblock.c	optional hammer
vfs/hammer/hammer_rebalance.c	optional hammer
vfs/hammer/hammer_recover.c	optional hammer
vfs/hammer/hammer_signal.c	optional hammer
vfs/hammer/hammer_subs.c	optional hammer
vfs/hammer/hammer_transaction.c	optional hammer
vfs/hammer/hammer_undo.c	optional hammer
vfs/hammer/hammer_redo.c	optional hammer
vfs/hammer/hammer_vfsops.c	optional hammer
vfs/hammer/hammer_vnops.c	optional hammer
vfs/hammer/hammer_dedup.c	optional hammer
vfs/hammer2/hammer2_admin.c	optional hammer2
vfs/hammer2/hammer2_inode.c	optional hammer2
vfs/hammer2/hammer2_subr.c	optional hammer2
vfs/hammer2/hammer2_bulkfree.c	optional hammer2
vfs/hammer2/hammer2_io.c	optional hammer2
vfs/hammer2/hammer2_synchro.c	optional hammer2
vfs/hammer2/hammer2_iocom.c	optional hammer2
vfs/hammer2/hammer2_vfsops.c	optional hammer2
vfs/hammer2/hammer2_chain.c	optional hammer2
vfs/hammer2/hammer2_ioctl.c	optional hammer2
vfs/hammer2/hammer2_vnops.c	optional hammer2
vfs/hammer2/hammer2_cluster.c	optional hammer2
vfs/hammer2/hammer2_lz4.c	optional hammer2
vfs/hammer2/hammer2_xops.c	optional hammer2
vfs/hammer2/hammer2_flush.c	optional hammer2
vfs/hammer2/hammer2_msgops.c	optional hammer2
vfs/hammer2/hammer2_freemap.c	optional hammer2
vfs/hammer2/hammer2_strategy.c	optional hammer2
vfs/hammer2/hammer2_ondisk.c	optional hammer2
vfs/hammer2/xxhash/xxhash.c	optional hammer2
vfs/hammer2/zlib/hammer2_zlib_adler32.c	optional hammer2
vfs/hammer2/zlib/hammer2_zlib_inflate.c	optional hammer2
vfs/hammer2/zlib/hammer2_zlib_deflate.c	optional hammer2
vfs/hammer2/zlib/hammer2_zlib_zutil.c	optional hammer2
vfs/hammer2/zlib/hammer2_zlib_inftrees.c optional hammer2
vfs/hammer2/zlib/hammer2_zlib_inffast.c	optional hammer2
vfs/hammer2/zlib/hammer2_zlib_trees.c	optional hammer2
vfs/tmpfs/tmpfs_fifoops.c	optional tmpfs
vfs/tmpfs/tmpfs_subr.c		optional tmpfs
vfs/tmpfs/tmpfs_vfsops.c	optional tmpfs
vfs/tmpfs/tmpfs_vnops.c		optional tmpfs
vfs/autofs/autofs.c		optional autofs
vfs/autofs/autofs_vfsops.c	optional autofs
vfs/autofs/autofs_vnops.c	optional autofs
vfs/fuse/fuse_device.c		optional fuse
vfs/fuse/fuse_io.c		optional fuse
vfs/fuse/fuse_ipc.c		optional fuse
vfs/fuse/fuse_node.c		optional fuse
vfs/fuse/fuse_util.c		optional fuse
vfs/fuse/fuse_vfsops.c		optional fuse
vfs/fuse/fuse_vnops.c		optional fuse
#
vm/default_pager.c		standard
vm/device_pager.c		standard
vm/phys_pager.c			standard
vm/swap_pager.c			standard
vm/vm_contig.c  		standard
vm/vm_fault.c			standard
vm/vm_glue.c			standard
vm/vm_init.c			standard
vm/vm_kern.c			standard
vm/vm_map.c			standard
vm/vm_meter.c			standard
vm/vm_mmap.c			standard
vm/vm_object.c			standard
vm/vm_page.c			standard
vm/vm_pageout.c			standard
vm/vm_swapcache.c		standard
vm/vm_pager.c			standard
vm/vm_swap.c			standard
vm/vm_unix.c			standard
vm/vm_vmspace.c			standard
vm/vnode_pager.c		standard
vm/vm_zone.c			standard
#
# USB support
dev/netif/lnc/am7990.c		optional lnc
dev/netif/lnc/am79900.c		optional lnc
dev/netif/lnc/if_lnc_pci.c	optional lnc pci
dev/netif/lnc/lance.c		optional lnc
bus/isa/isa_if.m		optional isa
bus/isa/isa_common.c		optional isa
bus/isa/isahint.c		optional isa
bus/isa/pnpeat.c		optional isa
dev/misc/amdsbwd/amdsbwd.c	optional amdsbwd
dev/misc/backlight/backlight.c	optional backlight
dev/misc/backlight/backlight_if.m	optional backlight
dev/misc/coremctl/coremctl.c	optional coremctl
dev/misc/coremctl/coremctl_if.m	optional coremctl
dev/misc/dimm/dimm.c		optional dimm
dev/misc/ecc/ecc_amd8000.c	optional ecc
dev/misc/ecc/ecc_e3.c		optional ecc
dev/misc/ecc/ecc_e5.c		optional ecc
# not ready yet
#dev/misc/ecc/ecc_x3400.c	optional ecc
dev/misc/evdev/cdev.c		optional evdev
dev/misc/evdev/evdev.c		optional evdev
dev/misc/evdev/evdev_mt.c	optional evdev
dev/misc/evdev/evdev_utils.c	optional evdev
dev/misc/joy/joy.c		optional joy
dev/misc/kbdmux/kbdmux.c	optional kbdmux
dev/misc/orm/orm.c		optional isa
dev/misc/gpio/gpio.c		optional gpio
dev/misc/gpio/gpio_led.c	optional gpio
dev/misc/ichwd/ichwd.c		optional ichwd
dev/misc/tbridge/safe_mem.c	optional tbridge
dev/misc/tbridge/tbridge.c	optional tbridge
bus/isa/pnp.c			optional isa
bus/isa/pnpparse.c		optional isa
#
dev/sound/clone.c		optional sound
dev/sound/unit.c		optional sound
dev/sound/pci/als4000.c		optional snd_als4000 pci
dev/sound/pci/atiixp.c		optional snd_atiixp pci
dev/sound/pci/cmi.c		optional snd_cmi pci
dev/sound/pci/cs4281.c		optional snd_cs4281 pci
dev/sound/pci/emu10k1.c		optional snd_emu10k1 pci
dev/sound/pci/emu10kx.c		optional snd_emu10kx pci
dev/sound/pci/emu10kx-pcm.c	optional snd_emu10kx pci
dev/sound/pci/emu10kx-midi.c	optional snd_emu10kx pci
dev/sound/pci/envy24.c		optional snd_envy24 pci
dev/sound/pci/envy24ht.c	optional snd_envy24ht pci
dev/sound/pci/es137x.c		optional snd_es137x pci
dev/sound/pci/fm801.c		optional snd_fm801 pci
dev/sound/pci/hda/hdaa.c	optional snd_hda pci
dev/sound/pci/hda/hdaa_patches.c	optional snd_hda pci
gnu/dev/sound/pci/hda/hda_acer_c720_patch.c optional snd_hda pci
dev/sound/pci/hda/hdac.c	optional snd_hda pci
dev/sound/pci/hda/hdac_if.m	optional snd_hda pci
dev/sound/pci/hda/hdacc.c	optional snd_hda pci
dev/sound/pci/hdspe.c		optional snd_hdspe pci
dev/sound/pci/hdspe-pcm.c	optional snd_hdspe pci
dev/sound/pci/ich.c		optional snd_ich pci
dev/sound/pci/maestro.c		optional snd_maestro pci
dev/sound/pci/neomagic.c	optional snd_neomagic pci
dev/sound/pci/solo.c		optional snd_solo pci
dev/sound/pci/spicds.c		optional snd_spicds pci
dev/sound/pci/t4dwave.c		optional snd_t4dwave pci
dev/sound/pci/via8233.c		optional snd_via8233 pci
dev/sound/pci/via82c686.c	optional snd_via82c686 pci
dev/sound/pci/vibes.c		optional snd_vibes pci
dev/sound/pcm/ac97.c		optional sound
dev/sound/pcm/ac97_if.m		optional sound
dev/sound/pcm/ac97_patch.c	optional sound
dev/sound/pcm/buffer.c		optional sound	\
	dependency	"snd_fxdiv_gen.h"
dev/sound/pcm/channel.c		optional sound
dev/sound/pcm/channel_if.m	optional sound
dev/sound/pcm/dsp.c		optional sound
dev/sound/pcm/feeder.c		optional sound
dev/sound/pcm/feeder_chain.c	optional sound
dev/sound/pcm/feeder_eq.c	optional sound	\
	dependency	"feeder_eq_gen.h"	\
	dependency	"snd_fxdiv_gen.h"
dev/sound/pcm/feeder_if.m	optional sound
dev/sound/pcm/feeder_format.c	optional sound	\
	dependency	"snd_fxdiv_gen.h"
dev/sound/pcm/feeder_matrix.c	optional sound	\
	dependency	"snd_fxdiv_gen.h"
dev/sound/pcm/feeder_mixer.c	optional sound	\
	dependency	"snd_fxdiv_gen.h"
dev/sound/pcm/feeder_rate.c	optional sound	\
	dependency	"feeder_rate_gen.h"	\
	dependency	"snd_fxdiv_gen.h"
dev/sound/pcm/feeder_volume.c	optional sound	\
	dependency	"snd_fxdiv_gen.h"
dev/sound/pcm/mixer.c		optional sound
dev/sound/pcm/mixer_if.m	optional sound
dev/sound/pcm/sndstat.c		optional sound
dev/sound/pcm/sound.c		optional sound
dev/sound/pcm/vchan.c		optional sound
dev/sound/midi/midi.c		optional sound
dev/sound/midi/mpu401.c		optional sound
dev/sound/midi/mpu_if.m		optional sound
dev/sound/midi/mpufoi_if.m	optional sound
dev/sound/midi/sequencer.c	optional sound
dev/sound/midi/synth_if.m	optional sound
#
# These files in libkern/ are those needed by all architectures.  Some
# of the files in libkern/ are only needed on some architectures.
# In this case, the files should be moved to platform/<arch>/conf/files.
#
libkern/arc4random.c			standard
libkern/arc4random_uniform.c		standard
libkern/bcd.c				standard
libkern/bsearch.c			standard
libkern/crc32.c				standard
libkern/explicit_bzero.c		standard
libkern/fnmatch.c			standard
libkern/hexncpy.c			standard
libkern/icrc32.c			standard
libkern/index.c				standard
libkern/inet_ntoa.c			standard
libkern/inet_ntop.c			standard
libkern/linux_idr.c			standard
libkern/memcchr.c			standard
libkern/qsort.c				standard
libkern/qsort_r.c			standard
libkern/random.c			standard
libkern/rindex.c			standard
libkern/scanc.c				standard
libkern/skpc.c				standard
#libkern/stack_protector.c		standard
libkern/strcasecmp.c			standard
libkern/strcat.c			standard
libkern/strcmp.c			standard
libkern/strcpy.c			standard
libkern/strlcat.c			standard
libkern/strlcpy.c			standard
libkern/strlen.c			standard
libkern/strncat.c			standard
libkern/strncmp.c			standard
libkern/strncpy.c			standard
libkern/strnlen.c			standard
libkern/strsep.c			standard
libkern/strstr.c			standard
libkern/strtol.c			standard
libkern/strtoq.c			standard
libkern/strtoul.c			standard
libkern/strtouq.c			standard
libkern/timingsafe_bcmp.c		standard
libiconv/iconv.c			optional libiconv
libiconv/iconv_converter_if.m		optional libiconv
libiconv/iconv_ucs.c			optional libiconv
libiconv/iconv_xlat.c			optional libiconv
libiconv/iconv_xlat16.c			optional libiconv
libprop/prop_array.c			standard
libprop/prop_array_util.c		standard
libprop/prop_bool.c			standard
libprop/prop_data.c			standard
libprop/prop_dictionary.c		standard
libprop/prop_dictionary_util.c		standard
libprop/prop_ingest.c			standard
libprop/prop_kern.c			standard
libprop/prop_number.c			standard
libprop/prop_object.c			standard
libprop/prop_stack.c			standard
libprop/prop_string.c			standard
libprop/prop_rb.c			standard
crypto/blake2/blake2s.c			optional crypto
crypto/blowfish/bf_skey.c		optional crypto
crypto/camellia/camellia.c		optional crypto
crypto/camellia/camellia-api.c		optional crypto
crypto/chacha20/chacha.c		optional crypto
crypto/chachapoly.c			optional crypto
crypto/cryptoapi/cryptoapi.c		optional crypto
crypto/curve25519/curve25519.c		optional crypto
crypto/des/des_ecb.c			optional crypto
crypto/des/des_setkey.c			optional crypto
crypto/poly1305/poly1305.c		optional crypto
crypto/rc4/rc4.c			optional crypto
crypto/rijndael/rijndael-alg-fst.c	optional crypto
crypto/rijndael/rijndael-api-fst.c	optional crypto
crypto/rijndael/rijndael-api.c		optional crypto
crypto/rmd160/rmd160.c			optional crypto
crypto/serpent/serpent.c		optional crypto
crypto/sha1.c				optional crypto
crypto/sha2/sha2.c			standard
crypto/siphash/siphash.c		optional crypto
crypto/twofish/twofish.c		optional crypto
net/zlib.c				optional crypto
opencrypto/cast.c			optional crypto
opencrypto/criov.c			optional crypto
opencrypto/crypto.c			optional crypto
opencrypto/cryptodev.c			optional cryptodev
opencrypto/cryptodev_if.m		optional crypto
opencrypto/cryptosoft.c			optional crypto
opencrypto/deflate.c			optional crypto
opencrypto/gmac.c			optional crypto
opencrypto/skipjack.c			optional crypto
opencrypto/xform.c			optional crypto
# drm_agpsupport.c must be included if CONFIG_AGP is set
#dev/drm/drm_agpsupport.c		optional drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/drm_atomic.c			optional drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/drm_atomic_helper.c		optional drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/drm_auth.c			optional drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/drm_blend.c			optional drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/drm_bridge.c			optional drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/drm_bufs.c			optional drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/drm_cache.c			optional drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/drm_color_mgmt.c		optional drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/drm_connector.c			optional drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/drm_context.c			optional drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/drm_crtc.c			optional drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/drm_crtc_helper.c		optional drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/drm_dma.c			optional drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/drm_dp_aux_dev.c		optional drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/drm_dp_dual_mode_helper.c	optional drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/drm_dp_helper.c			optional drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/drm_dp_mst_topology.c		optional drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/drm_dragonfly.c			optional drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/drm_drv.c			optional drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/drm_dumb_buffers.c		optional drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/drm_edid.c			optional drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/drm_edid_load.c			optional drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/drm_encoder.c			optional drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/drm_encoder_slave.c		optional drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/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}"
dev/drm/drm_file.c			optional drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/drm_fourcc.c			optional drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/drm_framebuffer.c		optional drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/drm_gem.c			optional drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/drm_global.c			optional drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/drm_hashtab.c			optional drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/drm_ioctl.c			optional drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/drm_irq.c			optional drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/drm_lock.c			optional drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/drm_memory.c			optional drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/drm_mipi_dsi.c			optional drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/drm_mm.c			optional drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/drm_mode_config.c		optional drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/drm_mode_object.c		optional drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/drm_modes.c			optional drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/drm_modeset_helper.c		optional drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/drm_modeset_lock.c		optional drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/drm_panel.c			optional drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/drm_pci.c			optional drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/drm_plane.c			optional drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/drm_plane_helper.c		optional drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/drm_prime.c			optional drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/drm_print.c			optional drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/drm_probe_helper.c		optional drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/drm_property.c			optional drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/drm_rect.c			optional drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/drm_scatter.c			optional drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/drm_scdc_helper.c		optional drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/drm_syncobj.c			optional drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/drm_sysctl.c			optional drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/drm_sysfs.c			optional drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/drm_vblank.c			optional drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/drm_vm.c			optional drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/drm_vma_manager.c		optional drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/linux_async.c			optional drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/linux_compat.c			optional drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/linux_completion.c		optional drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/linux_dma.c			optional drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/linux_dma-buf.c			optional drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/linux_dmi.c			optional drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/linux_fence.c			optional drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/linux_fence-array.c		optional drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/linux_hdmi.c			optional drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/linux_hrtimer.c			optional drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/linux_i2c.c			optional drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/linux_interval_tree.c		optional drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/linux_iomapping.c		optional drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/linux_irq.c			optional drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/linux_kobject.c			optional drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/linux_kthread.c			optional drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/linux_list_sort.c		optional drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/linux_pci.c			optional drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/linux_printf.c			optional drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/linux_radix.c			optional drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/linux_rcu.c			optional drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/linux_reservation.c		optional drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/linux_scatterlist.c		optional drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/linux_sched.c			optional drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/linux_shmem.c			optional drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/linux_sort.c			optional drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/linux_tasklet.c			optional drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/linux_vmalloc.c			optional drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/linux_wait.c			optional drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/linux_workqueue.c		optional drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/linux_wwmutex.c			optional drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/ttm/ttm_tt.c			optional drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/ttm/ttm_bo_util.c		optional drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/ttm/ttm_bo.c			optional drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/ttm/ttm_bo_manager.c		optional drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/ttm/ttm_execbuf_util.c		optional drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/ttm/ttm_memory.c		optional drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/ttm/ttm_page_alloc.c		optional drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/ttm/ttm_bo_vm.c			optional drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/ttm/ttm_module.c		optional drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/i915/dvo_ch7017.c		optional i915 drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/i915/dvo_ch7xxx.c		optional i915 drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/i915/dvo_ivch.c			optional i915 drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/i915/dvo_ns2501.c		optional i915 drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/i915/dvo_sil164.c		optional i915 drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/i915/dvo_tfp410.c		optional i915 drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/i915/i915_cmd_parser.c		optional i915 drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/i915/i915_drv.c			optional i915 drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/i915/i915_gem.c			optional i915 drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/i915/i915_gem_object.c		optional i915 drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/i915/i915_gem_batch_pool.c	optional i915 drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/i915/i915_gem_clflush.c		optional i915 drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/i915/i915_gem_context.c		optional i915 drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/i915/i915_gem_dmabuf.c		optional i915 drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/i915/i915_gem_execbuffer.c	optional i915 drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/i915/i915_gem_fence_reg.c	optional i915 drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/i915/i915_gem_evict.c		optional i915 drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/i915/i915_gem_gtt.c		optional i915 drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/i915/i915_gem_internal.c	optional i915 drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/i915/i915_gem_stolen.c		optional i915 drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/i915/i915_gem_render_state.c	optional i915 drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/i915/i915_gem_request.c		optional i915 drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/i915/i915_gem_shrinker.c	optional i915 drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/i915/i915_gem_tiling.c		optional i915 drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/i915/i915_gem_timeline.c	optional i915 drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/i915/i915_gem_userptr.c		optional i915 drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/i915/i915_guc_submission.c	optional i915 drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/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}"
dev/drm/i915/i915_memcpy.c		optional i915 drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/i915/i915_mm.c			optional i915 drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/i915/i915_oa_hsw.c		optional i915 drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/i915/i915_params.c		optional i915 drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/i915/i915_pci.c			optional i915 drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/i915/i915_perf.c		optional i915 drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/i915/i915_suspend.c		optional i915 drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/i915/i915_sw_fence.c		optional i915 drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/i915/i915_syncmap.c		optional i915 drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/i915/i915_sysfs.c		optional i915 drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/i915/i915_vgpu.c		optional i915 drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/i915/i915_vma.c			optional i915 drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/i915/intel_acpi.c		optional i915 drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/i915/intel_atomic.c		optional i915 drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/i915/intel_atomic_plane.c	optional i915 drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/i915/intel_audio.c		optional i915 drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/i915/intel_bios.c		optional i915 drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/i915/intel_breadcrumbs.c	optional i915 drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/i915/intel_cdclk.c		optional i915 drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/i915/intel_color.c		optional i915 drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/i915/intel_crt.c		optional i915 drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/i915/intel_csr.c		optional i915 drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/i915/intel_ddi.c		optional i915 drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/i915/intel_device_info.c	optional i915 drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/i915/intel_display.c		optional i915 drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/i915/intel_dpio_phy.c		optional i915 drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/i915/intel_dpll_mgr.c		optional i915 drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/i915/intel_dp.c			optional i915 drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/i915/intel_dp_aux_backlight.c	optional i915 drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/i915/intel_dp_link_training.c	optional i915 drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/i915/intel_dp_mst.c		optional i915 drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/i915/intel_dsi.c		optional i915 drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/i915/intel_dsi_dcs_backlight.c	optional i915 drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/i915/intel_dsi_pll.c		optional i915 drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/i915/intel_dsi_vbt.c		optional i915 drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/i915/intel_dvo.c		optional i915 drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/i915/intel_engine_cs.c		optional i915 drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/i915/intel_fbdev.c		optional i915 drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/i915/intel_fbc.c		optional i915 drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/i915/intel_fifo_underrun.c	optional i915 drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/i915/intel_frontbuffer.c	optional i915 drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/i915/intel_guc.c		optional i915 drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/i915/intel_guc_ct.c		optional i915 drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/i915/intel_guc_fw.c		optional i915 drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/i915/intel_guc_log.c		optional i915 drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/i915/intel_hangcheck.c		optional i915 drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/i915/intel_hdmi.c		optional i915 drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/i915/intel_hotplug.c		optional i915 drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/i915/intel_huc.c		optional i915 drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/i915/intel_i2c.c		optional i915 drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/i915/intel_lpe_audio.c		optional i915 drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/i915/intel_lrc.c		optional i915 drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/i915/intel_lspcon.c		optional i915 drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/i915/intel_mocs.c		optional i915 drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/i915/intel_lvds.c		optional i915 drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/i915/intel_modes.c		optional i915 drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/i915/intel_opregion.c		optional i915 drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/i915/intel_overlay.c		optional i915 drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/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}"
dev/drm/i915/intel_pm.c			optional i915 drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/i915/intel_psr.c		optional i915 drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/i915/intel_renderstate_gen6.c	optional i915 drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/i915/intel_renderstate_gen7.c	optional i915 drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/i915/intel_renderstate_gen8.c	optional i915 drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/i915/intel_renderstate_gen9.c	optional i915 drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/i915/intel_ringbuffer.c		optional i915 drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/i915/intel_runtime_pm.c		optional i915 drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/i915/intel_sdvo.c		optional i915 drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/i915/intel_sideband.c		optional i915 drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/i915/intel_sprite.c		optional i915 drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/i915/intel_tv.c			optional i915 drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/i915/intel_uc.c			optional i915 drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/i915/intel_uc_fw.c		optional i915 drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/i915/intel_uncore.c		optional i915 drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/radeon/atom.c			optional radeon drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/radeon/atombios_crtc.c		optional radeon drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/radeon/atombios_dp.c		optional radeon drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/radeon/atombios_encoders.c	optional radeon drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/radeon/atombios_i2c.c		optional radeon drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/radeon/btc_dpm.c		optional radeon drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/radeon/cayman_blit_shaders.c	optional radeon drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/radeon/ci_dpm.c			optional radeon drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/radeon/ci_smc.c			optional radeon drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/radeon/cik.c			optional radeon drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/radeon/cik_blit_shaders.c	optional radeon drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/radeon/cik_sdma.c		optional radeon drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/radeon/cypress_dpm.c		optional radeon drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/radeon/dce3_1_afmt.c		optional radeon drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/radeon/dce6_afmt.c		optional radeon drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/radeon/evergreen.c		optional radeon drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/radeon/evergreen_blit_shaders.c	optional radeon drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/radeon/evergreen_cs.c		optional radeon drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/radeon/evergreen_dma.c		optional radeon drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/radeon/evergreen_hdmi.c		optional radeon drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/radeon/kv_dpm.c			optional radeon drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/radeon/kv_smc.c			optional radeon drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/radeon/ni.c			optional radeon drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/radeon/ni_dma.c			optional radeon drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/radeon/ni_dpm.c			optional radeon drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/radeon/r100.c			optional radeon drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/radeon/r200.c			optional radeon drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/radeon/r300.c			optional radeon drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/radeon/r420.c			optional radeon drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/radeon/r520.c			optional radeon drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/radeon/r600.c			optional radeon drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/radeon/r600_blit_shaders.c	optional radeon drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/radeon/r600_cs.c		optional radeon drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/radeon/r600_dma.c		optional radeon drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/radeon/r600_dpm.c		optional radeon drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/radeon/r600_hdmi.c		optional radeon drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/radeon/radeon_acpi.c		optional radeon drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/radeon/radeon_agp.c		optional radeon drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/radeon/radeon_asic.c		optional radeon drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/radeon/radeon_atombios.c	optional radeon drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/radeon/radeon_audio.c		optional radeon drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/radeon/radeon_benchmark.c	optional radeon drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/radeon/radeon_bios.c		optional radeon drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/radeon/radeon_clocks.c		optional radeon drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/radeon/radeon_combios.c		optional radeon drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/radeon/radeon_connectors.c	optional radeon drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/radeon/radeon_cs.c		optional radeon drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/radeon/radeon_cursor.c		optional radeon drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/radeon/radeon_dp_auxch.c	optional radeon drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/radeon/radeon_dp_mst.c		optional radeon drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/radeon/radeon_device.c		optional radeon drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/radeon/radeon_display.c		optional radeon drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/radeon/radeon_drv.c		optional radeon drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/radeon/radeon_encoders.c	optional radeon drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/radeon/radeon_fb.c		optional radeon drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/radeon/radeon_fence.c		optional radeon drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/radeon/radeon_gart.c		optional radeon drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/radeon/radeon_gem.c		optional radeon drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/radeon/radeon_i2c.c		optional radeon drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/radeon/radeon_ib.c		optional radeon drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/radeon/radeon_irq_kms.c		optional radeon drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/radeon/radeon_kms.c		optional radeon drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/radeon/radeon_legacy_crtc.c	optional radeon drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/radeon/radeon_legacy_encoders.c	optional radeon drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/radeon/radeon_legacy_tv.c	optional radeon drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
# Only build radeon_mn.c if CONFIG_MMU_NOTIFIER is set
#dev/drm/radeon/radeon_mn.c		optional radeon drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/radeon/radeon_object.c		optional radeon drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/radeon/radeon_pm.c		optional radeon drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/radeon/radeon_prime.c		optional radeon drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/radeon/radeon_ring.c		optional radeon drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/radeon/radeon_sa.c		optional radeon drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/radeon/radeon_semaphore.c	optional radeon drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/radeon/radeon_sync.c		optional radeon drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/radeon/radeon_test.c		optional radeon drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/radeon/radeon_ttm.c		optional radeon drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/radeon/radeon_ucode.c		optional radeon drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/radeon/radeon_uvd.c		optional radeon drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/radeon/radeon_vce.c		optional radeon drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/radeon/radeon_vm.c		optional radeon drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/radeon/rs400.c			optional radeon drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/radeon/rs600.c			optional radeon drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/radeon/rs690.c			optional radeon drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/radeon/rs780_dpm.c		optional radeon drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/radeon/rv515.c			optional radeon drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/radeon/rv6xx_dpm.c		optional radeon drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/radeon/rv730_dpm.c		optional radeon drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/radeon/rv740_dpm.c		optional radeon drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/radeon/rv770.c			optional radeon drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/radeon/rv770_dma.c		optional radeon drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/radeon/rv770_dpm.c		optional radeon drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/radeon/rv770_smc.c		optional radeon drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/radeon/si.c			optional radeon drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/radeon/si_blit_shaders.c	optional radeon drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/radeon/si_dma.c			optional radeon drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/radeon/si_dpm.c			optional radeon drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/radeon/si_smc.c			optional radeon drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/radeon/sumo_dpm.c		optional radeon drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/radeon/sumo_smc.c		optional radeon drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/radeon/trinity_dpm.c		optional radeon drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/radeon/trinity_smc.c		optional radeon drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/radeon/uvd_v1_0.c		optional radeon drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/radeon/uvd_v2_2.c		optional radeon drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/radeon/uvd_v3_1.c		optional radeon drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/radeon/uvd_v4_2.c		optional radeon drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/radeon/vce_v1_0.c		optional radeon drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/drm/radeon/vce_v2_0.c		optional radeon drm compile-with "${NORMAL_C} -include $S/dev/drm/kconfig.h ${WERROR}"
dev/misc/nsclpcsio/nsclpcsio_isa.c	optional nsclpcsio isa
dev/powermng/aps/aps.c			optional aps isa
dev/powermng/it/it.c			optional it isa
dev/powermng/lm/lm78.c			optional lm isa
dev/powermng/lm/lm78_isa.c		optional lm isa
dev/powermng/uguru/uguru.c		optional uguru isa
dev/powermng/wbsio/wbsio.c		optional wbsio isa

# OS ACPI MI code
${OSACPI_MI_DIR}/acpi.c			optional acpi
${OSACPI_MI_DIR}/acpi_acad.c		optional acpi
${OSACPI_MI_DIR}/acpi_battery.c		optional acpi
${OSACPI_MI_DIR}/acpi_button.c		optional acpi
${OSACPI_MI_DIR}/acpi_cmbat.c		optional acpi
${OSACPI_MI_DIR}/acpi_cpu.c		optional acpi
${OSACPI_MI_DIR}/acpi_cpu_cstate.c	optional acpi
${OSACPI_MI_DIR}/acpi_cpu_pstate.c	optional acpi
${OSACPI_MI_DIR}/acpi_ec.c		optional acpi
${OSACPI_MI_DIR}/acpi_hpet.c		optional acpi
${OSACPI_MI_DIR}/acpi_if.m		optional acpi
${OSACPI_MI_DIR}/acpi_isab.c		optional acpi isa
${OSACPI_MI_DIR}/acpi_lid.c		optional acpi
${OSACPI_MI_DIR}/acpi_package.c		optional acpi
${OSACPI_MI_DIR}/acpi_pci.c		optional acpi pci
${OSACPI_MI_DIR}/acpi_pci_link.c	optional acpi pci
${OSACPI_MI_DIR}/acpi_pcib.c		optional acpi pci
${OSACPI_MI_DIR}/acpi_pcib_acpi.c	optional acpi pci
${OSACPI_MI_DIR}/acpi_pcib_pci.c	optional acpi pci
${OSACPI_MI_DIR}/acpi_powerres.c	optional acpi
${OSACPI_MI_DIR}/acpi_quirk.c		optional acpi
${OSACPI_MI_DIR}/acpi_resource.c	optional acpi
${OSACPI_MI_DIR}/acpi_smbat.c		optional acpi
${OSACPI_MI_DIR}/acpi_thermal.c		optional acpi
${OSACPI_MI_DIR}/acpi_timer.c		optional acpi
${OSACPI_MI_DIR}/acpi_wmi_if.m		optional acpi
${OSACPI_MI_DIR}/Osd/OsdCache.c		optional acpi
${OSACPI_MI_DIR}/Osd/OsdDebug.c		optional acpi
${OSACPI_MI_DIR}/Osd/OsdHardware.c	optional acpi
${OSACPI_MI_DIR}/Osd/OsdInterrupt.c	optional acpi
${OSACPI_MI_DIR}/Osd/OsdMemory.c	optional acpi
${OSACPI_MI_DIR}/Osd/OsdSchedule.c	optional acpi
${OSACPI_MI_DIR}/Osd/OsdStream.c	optional acpi
${OSACPI_MI_DIR}/Osd/OsdSynch.c		optional acpi
${OSACPI_MI_DIR}/Osd/OsdTable.c		optional acpi

${OSACPI_MI_DIR}/acpi_asus/acpi_asus.c		optional acpi_asus acpi
${OSACPI_MI_DIR}/acpi_dock/acpi_dock.c		optional acpi_dock acpi
${OSACPI_MI_DIR}/acpi_fujitsu/acpi_fujitsu.c	optional acpi_fujitsu acpi
${OSACPI_MI_DIR}/acpi_hp/acpi_hp.c		optional acpi_hp acpi
${OSACPI_MI_DIR}/acpi_panasonic/acpi_panasonic.c optional acpi_panasonic acpi
${OSACPI_MI_DIR}/acpi_pvpanic/acpi_pvpanic.c	optional acpi_pvpanic acpi
${OSACPI_MI_DIR}/acpi_sony/acpi_sony.c		optional acpi_sony acpi
${OSACPI_MI_DIR}/acpi_thinkpad/acpi_thinkpad.c	optional acpi_thinkpad acpi
${OSACPI_MI_DIR}/acpi_toshiba/acpi_toshiba.c	optional acpi_toshiba acpi
${OSACPI_MI_DIR}/acpi_video/acpi_video.c	optional acpi_video acpi
${OSACPI_MI_DIR}/acpi_wmi/acpi_wmi.c		optional acpi_wmi acpi
${OSACPI_MI_DIR}/aibs/atk0110.c			optional aibs acpi

# ACPICA code
${ACPICA_COMP_DIR}/debugger/dbcmds.c		optional acpi acpi_debug
${ACPICA_COMP_DIR}/debugger/dbconvert.c		optional acpi acpi_debug
${ACPICA_COMP_DIR}/debugger/dbdisply.c		optional acpi acpi_debug
${ACPICA_COMP_DIR}/debugger/dbexec.c		optional acpi acpi_debug
${ACPICA_COMP_DIR}/debugger/dbfileio.c		optional acpi acpi_debug
${ACPICA_COMP_DIR}/debugger/dbhistry.c		optional acpi acpi_debug
${ACPICA_COMP_DIR}/debugger/dbinput.c		optional acpi acpi_debug
${ACPICA_COMP_DIR}/debugger/dbmethod.c		optional acpi acpi_debug
${ACPICA_COMP_DIR}/debugger/dbnames.c		optional acpi acpi_debug
${ACPICA_COMP_DIR}/debugger/dbobject.c		optional acpi acpi_debug
${ACPICA_COMP_DIR}/debugger/dbstats.c		optional acpi acpi_debug
${ACPICA_COMP_DIR}/debugger/dbtest.c		optional acpi acpi_debug
${ACPICA_COMP_DIR}/debugger/dbutils.c		optional acpi acpi_debug
${ACPICA_COMP_DIR}/debugger/dbxface.c		optional acpi acpi_debug
${ACPICA_COMP_DIR}/disassembler/dmbuffer.c	optional acpi acpi_debug
${ACPICA_COMP_DIR}/disassembler/dmcstyle.c	optional acpi acpi_debug
${ACPICA_COMP_DIR}/disassembler/dmdeferred.c	optional acpi acpi_debug
${ACPICA_COMP_DIR}/disassembler/dmnames.c	optional acpi acpi_debug
${ACPICA_COMP_DIR}/disassembler/dmopcode.c	optional acpi acpi_debug
${ACPICA_COMP_DIR}/disassembler/dmresrc.c	optional acpi acpi_debug
${ACPICA_COMP_DIR}/disassembler/dmresrcl.c	optional acpi acpi_debug
${ACPICA_COMP_DIR}/disassembler/dmresrcl2.c	optional acpi acpi_debug
${ACPICA_COMP_DIR}/disassembler/dmresrcs.c	optional acpi acpi_debug
${ACPICA_COMP_DIR}/disassembler/dmutils.c	optional acpi acpi_debug
${ACPICA_COMP_DIR}/disassembler/dmwalk.c	optional acpi acpi_debug
${ACPICA_COMP_DIR}/dispatcher/dsargs.c		optional acpi
${ACPICA_COMP_DIR}/dispatcher/dscontrol.c	optional acpi
${ACPICA_COMP_DIR}/dispatcher/dsdebug.c		optional acpi
${ACPICA_COMP_DIR}/dispatcher/dsfield.c		optional acpi
${ACPICA_COMP_DIR}/dispatcher/dsinit.c		optional acpi
${ACPICA_COMP_DIR}/dispatcher/dsmethod.c	optional acpi
${ACPICA_COMP_DIR}/dispatcher/dsmthdat.c	optional acpi
${ACPICA_COMP_DIR}/dispatcher/dsobject.c	optional acpi
${ACPICA_COMP_DIR}/dispatcher/dsopcode.c	optional acpi
${ACPICA_COMP_DIR}/dispatcher/dspkginit.c	optional acpi
${ACPICA_COMP_DIR}/dispatcher/dsutils.c		optional acpi
${ACPICA_COMP_DIR}/dispatcher/dswexec.c		optional acpi
${ACPICA_COMP_DIR}/dispatcher/dswload.c		optional acpi
${ACPICA_COMP_DIR}/dispatcher/dswload2.c	optional acpi
${ACPICA_COMP_DIR}/dispatcher/dswscope.c	optional acpi
${ACPICA_COMP_DIR}/dispatcher/dswstate.c	optional acpi
${ACPICA_COMP_DIR}/events/evevent.c		optional acpi
${ACPICA_COMP_DIR}/events/evglock.c		optional acpi
${ACPICA_COMP_DIR}/events/evgpe.c		optional acpi
${ACPICA_COMP_DIR}/events/evgpeblk.c		optional acpi
${ACPICA_COMP_DIR}/events/evgpeinit.c		optional acpi
${ACPICA_COMP_DIR}/events/evgpeutil.c		optional acpi
${ACPICA_COMP_DIR}/events/evhandler.c		optional acpi
${ACPICA_COMP_DIR}/events/evmisc.c		optional acpi
${ACPICA_COMP_DIR}/events/evregion.c		optional acpi
${ACPICA_COMP_DIR}/events/evrgnini.c		optional acpi
${ACPICA_COMP_DIR}/events/evsci.c		optional acpi
${ACPICA_COMP_DIR}/events/evxface.c		optional acpi
${ACPICA_COMP_DIR}/events/evxfevnt.c		optional acpi
${ACPICA_COMP_DIR}/events/evxfgpe.c		optional acpi
${ACPICA_COMP_DIR}/events/evxfregn.c		optional acpi
${ACPICA_COMP_DIR}/executer/exconcat.c		optional acpi
${ACPICA_COMP_DIR}/executer/exconfig.c		optional acpi
${ACPICA_COMP_DIR}/executer/exconvrt.c		optional acpi
${ACPICA_COMP_DIR}/executer/excreate.c		optional acpi
${ACPICA_COMP_DIR}/executer/exdebug.c		optional acpi
${ACPICA_COMP_DIR}/executer/exdump.c		optional acpi
${ACPICA_COMP_DIR}/executer/exfield.c		optional acpi
${ACPICA_COMP_DIR}/executer/exfldio.c		optional acpi
${ACPICA_COMP_DIR}/executer/exmisc.c		optional acpi
${ACPICA_COMP_DIR}/executer/exmutex.c		optional acpi
${ACPICA_COMP_DIR}/executer/exnames.c		optional acpi
${ACPICA_COMP_DIR}/executer/exoparg1.c		optional acpi
${ACPICA_COMP_DIR}/executer/exoparg2.c		optional acpi
${ACPICA_COMP_DIR}/executer/exoparg3.c		optional acpi
${ACPICA_COMP_DIR}/executer/exoparg6.c		optional acpi
${ACPICA_COMP_DIR}/executer/exprep.c		optional acpi
${ACPICA_COMP_DIR}/executer/exregion.c		optional acpi
${ACPICA_COMP_DIR}/executer/exresnte.c		optional acpi
${ACPICA_COMP_DIR}/executer/exresolv.c		optional acpi
${ACPICA_COMP_DIR}/executer/exresop.c		optional acpi
${ACPICA_COMP_DIR}/executer/exserial.c		optional acpi
${ACPICA_COMP_DIR}/executer/exstore.c		optional acpi
${ACPICA_COMP_DIR}/executer/exstoren.c		optional acpi
${ACPICA_COMP_DIR}/executer/exstorob.c		optional acpi
${ACPICA_COMP_DIR}/executer/exsystem.c		optional acpi
${ACPICA_COMP_DIR}/executer/extrace.c		optional acpi
${ACPICA_COMP_DIR}/executer/exutils.c		optional acpi
${ACPICA_COMP_DIR}/hardware/hwacpi.c		optional acpi
${ACPICA_COMP_DIR}/hardware/hwesleep.c		optional acpi
${ACPICA_COMP_DIR}/hardware/hwgpe.c		optional acpi
${ACPICA_COMP_DIR}/hardware/hwpci.c		optional acpi
${ACPICA_COMP_DIR}/hardware/hwregs.c		optional acpi
${ACPICA_COMP_DIR}/hardware/hwsleep.c		optional acpi
${ACPICA_COMP_DIR}/hardware/hwtimer.c		optional acpi
${ACPICA_COMP_DIR}/hardware/hwvalid.c		optional acpi
${ACPICA_COMP_DIR}/hardware/hwxface.c		optional acpi
${ACPICA_COMP_DIR}/hardware/hwxfsleep.c		optional acpi
${ACPICA_COMP_DIR}/namespace/nsaccess.c		optional acpi
${ACPICA_COMP_DIR}/namespace/nsalloc.c		optional acpi
${ACPICA_COMP_DIR}/namespace/nsarguments.c	optional acpi
${ACPICA_COMP_DIR}/namespace/nsconvert.c	optional acpi
${ACPICA_COMP_DIR}/namespace/nsdump.c		optional acpi
${ACPICA_COMP_DIR}/namespace/nseval.c		optional acpi
${ACPICA_COMP_DIR}/namespace/nsinit.c		optional acpi
${ACPICA_COMP_DIR}/namespace/nsload.c		optional acpi
${ACPICA_COMP_DIR}/namespace/nsnames.c		optional acpi
${ACPICA_COMP_DIR}/namespace/nsobject.c		optional acpi
${ACPICA_COMP_DIR}/namespace/nsparse.c		optional acpi
${ACPICA_COMP_DIR}/namespace/nspredef.c		optional acpi
${ACPICA_COMP_DIR}/namespace/nsprepkg.c		optional acpi
${ACPICA_COMP_DIR}/namespace/nsrepair.c		optional acpi
${ACPICA_COMP_DIR}/namespace/nsrepair2.c	optional acpi
${ACPICA_COMP_DIR}/namespace/nssearch.c		optional acpi
${ACPICA_COMP_DIR}/namespace/nsutils.c		optional acpi
${ACPICA_COMP_DIR}/namespace/nswalk.c		optional acpi
${ACPICA_COMP_DIR}/namespace/nsxfeval.c		optional acpi
${ACPICA_COMP_DIR}/namespace/nsxfname.c		optional acpi
${ACPICA_COMP_DIR}/namespace/nsxfobj.c		optional acpi
${ACPICA_COMP_DIR}/parser/psargs.c		optional acpi
${ACPICA_COMP_DIR}/parser/psloop.c		optional acpi
${ACPICA_COMP_DIR}/parser/psobject.c		optional acpi
${ACPICA_COMP_DIR}/parser/psopcode.c		optional acpi
${ACPICA_COMP_DIR}/parser/psopinfo.c		optional acpi
${ACPICA_COMP_DIR}/parser/psparse.c		optional acpi
${ACPICA_COMP_DIR}/parser/psscope.c		optional acpi
${ACPICA_COMP_DIR}/parser/pstree.c		optional acpi
${ACPICA_COMP_DIR}/parser/psutils.c		optional acpi
${ACPICA_COMP_DIR}/parser/pswalk.c		optional acpi
${ACPICA_COMP_DIR}/parser/psxface.c		optional acpi
${ACPICA_COMP_DIR}/resources/rsaddr.c		optional acpi
${ACPICA_COMP_DIR}/resources/rscalc.c		optional acpi
${ACPICA_COMP_DIR}/resources/rscreate.c		optional acpi
${ACPICA_COMP_DIR}/resources/rsdump.c		optional acpi acpi_debug
${ACPICA_COMP_DIR}/resources/rsdumpinfo.c	optional acpi
${ACPICA_COMP_DIR}/resources/rsinfo.c		optional acpi
${ACPICA_COMP_DIR}/resources/rsio.c		optional acpi
${ACPICA_COMP_DIR}/resources/rsirq.c		optional acpi
${ACPICA_COMP_DIR}/resources/rslist.c		optional acpi
${ACPICA_COMP_DIR}/resources/rsmemory.c		optional acpi
${ACPICA_COMP_DIR}/resources/rsmisc.c		optional acpi
${ACPICA_COMP_DIR}/resources/rsserial.c		optional acpi
${ACPICA_COMP_DIR}/resources/rsutils.c		optional acpi
${ACPICA_COMP_DIR}/resources/rsxface.c		optional acpi
${ACPICA_COMP_DIR}/tables/tbdata.c		optional acpi
${ACPICA_COMP_DIR}/tables/tbfadt.c		optional acpi
${ACPICA_COMP_DIR}/tables/tbfind.c		optional acpi
${ACPICA_COMP_DIR}/tables/tbinstal.c		optional acpi
${ACPICA_COMP_DIR}/tables/tbprint.c		optional acpi
${ACPICA_COMP_DIR}/tables/tbutils.c		optional acpi
${ACPICA_COMP_DIR}/tables/tbxface.c		optional acpi
${ACPICA_COMP_DIR}/tables/tbxfload.c		optional acpi
${ACPICA_COMP_DIR}/tables/tbxfroot.c		optional acpi
${ACPICA_COMP_DIR}/utilities/utaddress.c	optional acpi
${ACPICA_COMP_DIR}/utilities/utalloc.c		optional acpi
${ACPICA_COMP_DIR}/utilities/utascii.c		optional acpi
${ACPICA_COMP_DIR}/utilities/utbuffer.c		optional acpi
${ACPICA_COMP_DIR}/utilities/utcopy.c		optional acpi
${ACPICA_COMP_DIR}/utilities/utdebug.c		optional acpi
${ACPICA_COMP_DIR}/utilities/utdecode.c		optional acpi
${ACPICA_COMP_DIR}/utilities/utdelete.c		optional acpi
${ACPICA_COMP_DIR}/utilities/uterror.c		optional acpi
${ACPICA_COMP_DIR}/utilities/uteval.c		optional acpi
${ACPICA_COMP_DIR}/utilities/utexcep.c		optional acpi
${ACPICA_COMP_DIR}/utilities/utglobal.c		optional acpi
${ACPICA_COMP_DIR}/utilities/uthex.c		optional acpi
${ACPICA_COMP_DIR}/utilities/utids.c		optional acpi
${ACPICA_COMP_DIR}/utilities/utinit.c		optional acpi
${ACPICA_COMP_DIR}/utilities/utlock.c		optional acpi
${ACPICA_COMP_DIR}/utilities/utmath.c		optional acpi
${ACPICA_COMP_DIR}/utilities/utmisc.c		optional acpi
${ACPICA_COMP_DIR}/utilities/utmutex.c		optional acpi
${ACPICA_COMP_DIR}/utilities/utnonansi.c	optional acpi
${ACPICA_COMP_DIR}/utilities/utobject.c		optional acpi
${ACPICA_COMP_DIR}/utilities/utosi.c		optional acpi
${ACPICA_COMP_DIR}/utilities/utownerid.c	optional acpi
${ACPICA_COMP_DIR}/utilities/utpredef.c		optional acpi
${ACPICA_COMP_DIR}/utilities/utresrc.c		optional acpi
${ACPICA_COMP_DIR}/utilities/utresdecode.c	optional acpi
${ACPICA_COMP_DIR}/utilities/utstate.c		optional acpi
${ACPICA_COMP_DIR}/utilities/utstring.c		optional acpi
${ACPICA_COMP_DIR}/utilities/utstrsuppt.c	optional acpi
${ACPICA_COMP_DIR}/utilities/utstrtoul64.c	optional acpi
${ACPICA_COMP_DIR}/utilities/utuuid.c		optional acpi acpi_debug
${ACPICA_COMP_DIR}/utilities/utxface.c		optional acpi
${ACPICA_COMP_DIR}/utilities/utxferror.c	optional acpi
${ACPICA_COMP_DIR}/utilities/utxfinit.c		optional acpi
${ACPICA_DIR}/common/ahids.c			optional acpi acpi_debug
${ACPICA_DIR}/common/ahuuids.c			optional acpi acpi_debug

#
# experimental new USB stack from recent FreeBSD
#
usbdevs.h			optional usb \
	dependency		"$S/tools/usbdevs2h.awk $S/bus/u4b/usbdevs" \
	compile-with		"${AWK} -f $S/tools/usbdevs2h.awk $S/bus/u4b/usbdevs -h" \
	no-obj no-implicit-rule before-depend \
	clean "usbdevs.h"
usbdevs_data.h			optional usb \
	dependency		"$S/tools/usbdevs2h.awk $S/bus/u4b/usbdevs" \
	compile-with		"${AWK} -f $S/tools/usbdevs2h.awk $S/bus/u4b/usbdevs -d" \
	no-obj no-implicit-rule before-depend \
	clean "usbdevs_data.h"
#
# USB core
#
bus/u4b/usb_busdma.c			optional usb
bus/u4b/usb_core.c			optional usb
bus/u4b/usb_debug.c			optional usb
bus/u4b/usb_dev.c			optional usb
bus/u4b/usb_device.c			optional usb
bus/u4b/usb_dynamic.c			optional usb
bus/u4b/usb_error.c			optional usb
bus/u4b/usb_generic.c			optional usb
bus/u4b/usb_handle_request.c		optional usb
bus/u4b/usb_hid.c			optional usb
bus/u4b/usb_hub.c			optional usb
bus/u4b/usb_lookup.c			optional usb
bus/u4b/usb_mbuf.c			optional usb
bus/u4b/usb_msctest.c			optional usb
bus/u4b/usb_parse.c			optional usb
bus/u4b/usb_pf.c			optional usb
bus/u4b/usb_process.c			optional usb
bus/u4b/usb_request.c			optional usb
bus/u4b/usb_transfer.c			optional usb
bus/u4b/usb_util.c			optional usb
bus/u4b/usb_if.m			optional usb
#
# USB controller drivers
#
bus/u4b/controller/ehci.c               optional ehci
bus/u4b/controller/ehci_pci.c           optional ehci pci
bus/u4b/controller/ohci.c               optional ohci
bus/u4b/controller/ohci_pci.c           optional ohci pci
bus/u4b/controller/uhci.c               optional uhci
bus/u4b/controller/uhci_pci.c           optional uhci pci
bus/u4b/controller/xhci.c               optional xhci
bus/u4b/controller/xhci_pci.c           optional xhci pci
bus/u4b/controller/usb_controller.c     optional usb
#
# USB storage drivers
#
bus/u4b/storage/umass.c			optional umass
bus/u4b/storage/urio.c			optional urio
bus/u4b/storage/ustorage_fs.c		optional usfs
#
# USB network drivers
#
bus/u4b/net/usb_ethernet.c		optional uether
bus/u4b/net/if_aue.c			optional aue uether
bus/u4b/net/if_axe.c			optional axe uether
bus/u4b/net/if_axge.c			optional axge uether
bus/u4b/net/if_cdce.c			optional cdce uether
bus/u4b/net/if_cue.c			optional cue uether
bus/u4b/net/if_ipheth.c			optional ipheth uether
bus/u4b/net/if_kue.c			optional kue uether
bus/u4b/net/if_mos.c			optional mos uether
bus/u4b/net/if_udav.c			optional udav uether
bus/u4b/net/if_urndis.c			optional urndis uether
#
# USB WLAN drivers
#
bus/u4b/wlan/if_rum.c			optional rum
bus/u4b/wlan/if_run.c			optional run
runfw.c					optional runfw			\
	compile-with	"${AWK} -f $S/tools/fw_stub.awk run.fw:runfw -m runfw -c ${.TARGET}" \
	no-implicit-rule before-depend local				\
	clean		"runfw.c"
runfw.fwo				optional runfw			\
	dependency	"run.fw"					\
	compile-with	"${NORMAL_FWO}"					\
	no-implicit-rule						\
	clean		"runfw.fwo"
run.fw					optional runfw			\
	dependency	"$S/contrib/dev/run/rt2870.fw.uu"		\
	compile-with	"${NORMAL_FW}"					\
	no-obj no-implicit-rule						\
	clean		"run.fw"
bus/u4b/wlan/if_urtwn.c			optional urtwn
urtwn-rtl8188eufw.c			optional urtwnfw		\
	compile-with	"${AWK} -f $S/tools/fw_stub.awk urtwn-rtl8188eufw.fw:urtwn-rtl8188eufw:111 -m urtwn-rtl8188eufw -c ${.TARGET}" \
	no-implicit-rule before-depend local				\
	clean		"urtwn-rtl8188eufw.c"
urtwn-rtl8188eufw.fwo			optional urtwnfw		\
	dependency	"urtwn-rtl8188eufw.fw"				\
	compile-with	"${NORMAL_FWO}"					\
	no-implicit-rule						\
	clean		"urtwn-rtl8188eufw.fwo"
urtwn-rtl8188eufw.fw			optional urtwnfw		\
	dependency	"$S/contrib/dev/urtwn/urtwn-rtl8188eufw.fw.uu"	\
	compile-with	"${NORMAL_FW}"					\
	no-obj no-implicit-rule						\
	clean		"urtwn-rtl8188eufw.fw"
urtwn-rtl8192cfwT.c			optional urtwnfw		\
	compile-with	"${AWK} -f $S/tools/fw_stub.awk urtwn-rtl8192cfwT.fw:urtwn-rtl8192cfwT:111 -m urtwn-rtl8192cfwT -c ${.TARGET}" \
	no-implicit-rule before-depend local				\
	clean		"urtwn-rtl8192cfwT.c"
urtwn-rtl8192cfwT.fwo			optional urtwnfw		\
	dependency	"urtwn-rtl8192cfwT.fw"				\
	compile-with	"${NORMAL_FWO}"					\
	no-implicit-rule						\
	clean		"urtwn-rtl8192cfwT.fwo"
urtwn-rtl8192cfwT.fw			optional urtwnfw		\
	dependency	"$S/contrib/dev/urtwn/urtwn-rtl8192cfwT.fw.uu"	\
	compile-with	"${NORMAL_FW}"					\
	no-obj no-implicit-rule						\
	clean		"urtwn-rtl8192cfwT.fw"
urtwn-rtl8192cfwU.c			optional urtwnfw		\
	compile-with	"${AWK} -f $S/tools/fw_stub.awk urtwn-rtl8192cfwU.fw:urtwn-rtl8192cfwU:111 -m urtwn-rtl8192cfwU -c ${.TARGET}" \
	no-implicit-rule before-depend local				\
	clean		"urtwn-rtl8192cfwU.c"
urtwn-rtl8192cfwU.fwo			optional urtwnfw		\
	dependency	"urtwn-rtl8192cfwU.fw"				\
	compile-with	"${NORMAL_FWO}"					\
	no-implicit-rule						\
	clean		"urtwn-rtl8192cfwU.fwo"
urtwn-rtl8192cfwU.fw			optional urtwnfw		\
	dependency	"$S/contrib/dev/urtwn/urtwn-rtl8192cfwU.fw.uu"	\
	compile-with	"${NORMAL_FW}"					\
	no-obj no-implicit-rule						\
	clean		"urtwn-rtl8192cfwU.fw"
#
# USB serial and parallel port drivers
#
bus/u4b/serial/usb_serial.c 		optional ucom
bus/u4b/serial/u3g.c			optional u3g ucom
bus/u4b/serial/uark.c			optional uark ucom
bus/u4b/serial/ubsa.c			optional ubsa ucom
bus/u4b/serial/ubser.c			optional ubser ucom
bus/u4b/serial/uchcom.c			optional uchcom ucom
bus/u4b/serial/ucycom.c			optional ucycom ucom
bus/u4b/serial/ufoma.c			optional ufoma ucom
bus/u4b/serial/uftdi.c			optional uftdi ucom
bus/u4b/serial/ugensa.c			optional ugensa ucom
bus/u4b/serial/uipaq.c			optional uipaq ucom
bus/u4b/serial/ulpt.c			optional ulpt ucom
bus/u4b/serial/umcs.c			optional umcs ucom
bus/u4b/serial/umct.c			optional umct ucom
bus/u4b/serial/umodem.c			optional umodem ucom
bus/u4b/serial/umoscom.c		optional umoscom ucom
bus/u4b/serial/uplcom.c			optional uplcom ucom
bus/u4b/serial/uslcom.c			optional uslcom ucom
bus/u4b/serial/uvisor.c			optional uvisor ucom
bus/u4b/serial/uvscom.c			optional uvscom ucom
#
# USB misc drivers
#
bus/u4b/misc/ufm.c			optional ufm
#
# USB input drivers
#
bus/u4b/input/ukbd.c			optional ukbd
bus/u4b/input/ums.c			optional ums
bus/u4b/input/uep.c			optional uep
bus/u4b/input/uhid.c			optional uhid
bus/u4b/input/wsp.c			optional wsp
#
# USB quirks
#
bus/u4b/quirk/usb_quirk.c		optional usb
#
# USB templates
#
bus/u4b/template/usb_template.c		optional usb_template
bus/u4b/template/usb_template_audio.c	optional usb_template
bus/u4b/template/usb_template_cdce.c	optional usb_template
bus/u4b/template/usb_template_kbd.c	optional usb_template
bus/u4b/template/usb_template_modem.c	optional usb_template
bus/u4b/template/usb_template_mouse.c	optional usb_template
bus/u4b/template/usb_template_msc.c	optional usb_template
bus/u4b/template/usb_template_mtp.c	optional usb_template
bus/u4b/template/usb_template_serialnet.c optional usb_template
#
# Other drivers
#
bus/u4b/audio/uaudio.c			optional snd_uaudio
bus/u4b/audio/uaudio_pcm.c		optional snd_uaudio

#
# Amazon EC2 support
#
dev/virtual/amazon/ena/ena.c		optional ena
dev/virtual/amazon/ena/ena_sysctl.c 	optional ena
dev/virtual/amazon/ena/ena-com/ena_com.c optional ena
dev/virtual/amazon/ena/ena-com/ena_eth_com.c optional ena

#
# Hyper-V support
#
dev/virtual/hyperv/vmbus/vmbus.c	optional vmbus

#
# NVMM support
#
dev/virtual/nvmm/nvmm.c			optional nvmm
dev/virtual/nvmm/nvmm_dragonfly.c	optional nvmm
dev/virtual/nvmm/x86/nvmm_x86.c		optional nvmm
dev/virtual/nvmm/x86/nvmm_x86_svm.c	optional nvmm
dev/virtual/nvmm/x86/nvmm_x86_svmfunc.S	optional nvmm
dev/virtual/nvmm/x86/nvmm_x86_vmx.c	optional nvmm
dev/virtual/nvmm/x86/nvmm_x86_vmxfunc.S	optional nvmm

#
# virtio support
#
dev/virtual/virtio/balloon/virtio_balloon.c optional virtio_balloon virtio
dev/virtual/virtio/block/virtio_blk.c	optional virtio_blk virtio
dev/virtual/virtio/random/virtio_random.c optional virtio_random virtio
dev/virtual/virtio/scsi/virtio_scsi.c	optional virtio_scsi virtio
dev/virtual/virtio/net/if_vtnet.c	optional vtnet virtio
dev/virtual/virtio/pci/virtio_pci.c	optional virtio pci
dev/virtual/virtio/virtio/virtio.c	optional virtio
dev/virtual/virtio/virtio/virtio_bus_if.m optional virtio
dev/virtual/virtio/virtio/virtqueue.c	optional virtio

#
# VMware support
#
dev/virtual/vmware/pvscsi/pvscsi.c	optional pvscsi
dev/virtual/vmware/vmxnet3/if_vmx.c	optional vmx

#
# Gpio support for ACPI based SoC platforms
#
bus/gpio/gpio_if.m			optional gpio_acpi
bus/gpio/gpio_acpi/gpio_acpi.c		optional gpio_acpi
bus/gpio/gpio_intel/gpio_cherryview.c	optional gpio_intel gpio_acpi
bus/gpio/gpio_intel/gpio_intel.c	optional gpio_intel gpio_acpi