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