Lines Matching +full:kbd +full:- +full:led +full:- +full:backlight
2 # The long compile-with and dependency lines are required because of
3 # limitations in config: backslash-newline doesn't work in strings, and
8 compile-with "${AWK} -f $S/tools/acpi_quirks2h.awk $S/dev/acpica/acpi_quirks" \
9 no-obj no-implicit-rule before-depend \
13 compile-with "sh $S/dev/bhnd/tools/nvram_map_gen.sh $S/dev/bhnd/nvram/nvram_map -h" \
14 no-obj no-implicit-rule before-depend \
18 compile-with "sh $S/dev/bhnd/tools/nvram_map_gen.sh $S/dev/bhnd/nvram/nvram_map -d" \
19 no-obj no-implicit-rule before-depend \
22 compile-with "sh -c 'MACHINE=${MACHINE} $S/tools/fdt/make_dtbh.sh ${FDT_DTS_FILE} ${.OBJDIR}'" \
24 no-obj no-implicit-rule before-depend \
28 …compile-with "${AWK} -f $S/tools/sound/feeder_eq_mkfilter.awk -- ${FEEDER_EQ_PRESETS} > feeder_eq_…
29 no-obj no-implicit-rule before-depend \
33 …compile-with "${AWK} -f $S/tools/sound/feeder_rate_mkfilter.awk -- ${FEEDER_RATE_PRESETS} > feeder…
34 no-obj no-implicit-rule before-depend \
37 …-with "uudecode < ${SRCTOP}/share/syscons/fonts/${SC_DFLT_FONT}-8x16.fnt && file2c 'u_char dflt_fo…
38 no-obj no-implicit-rule before-depend \
39 clean "font.h ${SC_DFLT_FONT}-8x14 ${SC_DFLT_FONT}-8x16 ${SC_DFLT_FONT}-8x8"
42 compile-with "${AWK} -f $S/tools/sound/snd_fxdiv_gen.awk -- > snd_fxdiv_gen.h" \
43 no-obj no-implicit-rule before-depend \
47 compile-with "${AWK} -f $S/tools/miidevs2h.awk $S/dev/mii/miidevs" \
48 no-obj no-implicit-rule before-depend \
51 compile-with "${KEYMAP} -L ${KBDMUX_DFLT_KEYMAP} | ${KEYMAP_FIX} > ${.TARGET}" \
52 no-obj no-implicit-rule before-depend \
56 compile-with "${AWK} -f $S/teken/gensequences $S/teken/sequences > teken_state.h" \
57 no-obj no-implicit-rule before-depend \
60 compile-with "${KEYMAP} -L ${UKBD_DFLT_KEYMAP} | ${KEYMAP_FIX} > ${.TARGET}" \
61 no-obj no-implicit-rule before-depend \
65 compile-with "${AWK} -f $S/tools/usbdevs2h.awk $S/dev/usb/usbdevs -h" \
66 no-obj no-implicit-rule before-depend \
70 compile-with "${AWK} -f $S/tools/usbdevs2h.awk $S/dev/usb/usbdevs -d" \
71 no-obj no-implicit-rule before-depend \
75 compile-with "${AWK} -f $S/tools/sdiodevs2h.awk $S/dev/sdio/sdiodevs -h" \
76 no-obj no-implicit-rule before-depend \
80 compile-with "${AWK} -f $S/tools/sdiodevs2h.awk $S/dev/sdio/sdiodevs -d" \
81 no-obj no-implicit-rule before-depend \
136 cddl/compat/opensolaris/kern/opensolaris.c optional dtrace compile-with "${CDDL_C}"
137 cddl/compat/opensolaris/kern/opensolaris_proc.c optional zfs | dtrace compile-with "${CDDL_C}"
138 contrib/openzfs/module/os/freebsd/spl/spl_misc.c optional zfs | dtrace compile-with "${ZFS_C}"
139 contrib/openzfs/module/os/freebsd/spl/spl_cmn_err.c optional zfs | dtrace compile-with "${ZFS_C}"
140 contrib/openzfs/module/os/freebsd/spl/spl_taskq.c optional zfs | dtrace compile-with "${ZFS_C}"
141 contrib/openzfs/module/os/freebsd/spl/spl_kmem.c optional zfs | dtrace compile-with "${ZFS_C}"
144 contrib/openzfs/module/os/freebsd/spl/acl_common.c optional zfs compile-with "${ZFS_C}"
145 contrib/openzfs/module/os/freebsd/spl/callb.c optional zfs compile-with "${ZFS_C}"
146 contrib/openzfs/module/os/freebsd/spl/list.c optional zfs compile-with "${ZFS_C}"
147 contrib/openzfs/module/os/freebsd/spl/spl_acl.c optional zfs compile-with "${ZFS_C}"
148 contrib/openzfs/module/os/freebsd/spl/spl_dtrace.c optional zfs compile-with "${ZFS_C}"
149 contrib/openzfs/module/os/freebsd/spl/spl_kstat.c optional zfs compile-with "${ZFS_C}"
150 contrib/openzfs/module/os/freebsd/spl/spl_policy.c optional zfs compile-with "${ZFS_C}"
151 contrib/openzfs/module/os/freebsd/spl/spl_procfs_list.c optional zfs compile-with "${ZFS_C}"
152 contrib/openzfs/module/os/freebsd/spl/spl_string.c optional zfs compile-with "${ZFS_C}"
153 contrib/openzfs/module/os/freebsd/spl/spl_sunddi.c optional zfs compile-with "${ZFS_C}"
154 contrib/openzfs/module/os/freebsd/spl/spl_sysevent.c optional zfs compile-with "${ZFS_C}"
155 contrib/openzfs/module/os/freebsd/spl/spl_uio.c optional zfs compile-with "${ZFS_C}"
156 contrib/openzfs/module/os/freebsd/spl/spl_vfs.c optional zfs compile-with "${ZFS_C}"
157 contrib/openzfs/module/os/freebsd/spl/spl_vm.c optional zfs compile-with "${ZFS_C}"
158 contrib/openzfs/module/os/freebsd/spl/spl_zlib.c optional zfs compile-with "${ZFS_C}"
159 contrib/openzfs/module/os/freebsd/spl/spl_zone.c optional zfs compile-with "${ZFS_C}"
166 contrib/openzfs/module/avl/avl.c optional zfs compile-with "${ZFS_C}"
169 contrib/openzfs/module/lua/lapi.c optional zfs compile-with "${ZFS_C}"
170 contrib/openzfs/module/lua/lauxlib.c optional zfs compile-with "${ZFS_C}"
171 contrib/openzfs/module/lua/lbaselib.c optional zfs compile-with "${ZFS_C}"
172 contrib/openzfs/module/lua/lcode.c optional zfs compile-with "${ZFS_C}"
173 contrib/openzfs/module/lua/lcompat.c optional zfs compile-with "${ZFS_C}"
174 contrib/openzfs/module/lua/lcorolib.c optional zfs compile-with "${ZFS_C}"
175 contrib/openzfs/module/lua/lctype.c optional zfs compile-with "${ZFS_C}"
176 contrib/openzfs/module/lua/ldebug.c optional zfs compile-with "${ZFS_C}"
177 contrib/openzfs/module/lua/ldo.c optional zfs compile-with "${ZFS_C} ${NO_WINFINITE_RECURSION}"
178 contrib/openzfs/module/lua/lfunc.c optional zfs compile-with "${ZFS_C}"
179 contrib/openzfs/module/lua/lgc.c optional zfs compile-with "${ZFS_C}"
180 contrib/openzfs/module/lua/llex.c optional zfs compile-with "${ZFS_C}"
181 contrib/openzfs/module/lua/lmem.c optional zfs compile-with "${ZFS_C}"
182 contrib/openzfs/module/lua/lobject.c optional zfs compile-with "${ZFS_C}"
183 contrib/openzfs/module/lua/lopcodes.c optional zfs compile-with "${ZFS_C}"
184 contrib/openzfs/module/lua/lparser.c optional zfs compile-with "${ZFS_C}"
185 contrib/openzfs/module/lua/lstate.c optional zfs compile-with "${ZFS_C}"
186 contrib/openzfs/module/lua/lstring.c optional zfs compile-with "${ZFS_C}"
187 contrib/openzfs/module/lua/lstrlib.c optional zfs compile-with "${ZFS_C}"
188 contrib/openzfs/module/lua/ltable.c optional zfs compile-with "${ZFS_C}"
189 contrib/openzfs/module/lua/ltablib.c optional zfs compile-with "${ZFS_C}"
190 contrib/openzfs/module/lua/ltm.c optional zfs compile-with "${ZFS_C}"
191 contrib/openzfs/module/lua/lvm.c optional zfs compile-with "${ZFS_C}"
192 contrib/openzfs/module/lua/lzio.c optional zfs compile-with "${ZFS_C}"
195 contrib/openzfs/module/nvpair/fnvpair.c optional zfs compile-with "${ZFS_C}"
196 contrib/openzfs/module/nvpair/nvpair.c optional zfs compile-with "${ZFS_RPC_C} ${NO_WSTRINGOP_OVER…
197 contrib/openzfs/module/nvpair/nvpair_alloc_fixed.c optional zfs compile-with "${ZFS_C}"
198 contrib/openzfs/module/nvpair/nvpair_alloc_spl.c optional zfs compile-with "${ZFS_C}"
201 contrib/openzfs/module/os/freebsd/zfs/abd_os.c optional zfs compile-with "${ZFS_C}"
202 contrib/openzfs/module/os/freebsd/zfs/arc_os.c optional zfs compile-with "${ZFS_C}"
203 contrib/openzfs/module/os/freebsd/zfs/crypto_os.c optional zfs compile-with "${ZFS_C}"
204 contrib/openzfs/module/os/freebsd/zfs/dmu_os.c optional zfs compile-with "${ZFS_C}"
205 contrib/openzfs/module/os/freebsd/zfs/event_os.c optional zfs compile-with "${ZFS_C}"
206 contrib/openzfs/module/os/freebsd/zfs/hkdf.c optional zfs compile-with "${ZFS_C}"
207 contrib/openzfs/module/os/freebsd/zfs/kmod_core.c optional zfs compile-with "${ZFS_C}"
208 contrib/openzfs/module/os/freebsd/zfs/spa_os.c optional zfs compile-with "${ZFS_C}"
209 contrib/openzfs/module/os/freebsd/zfs/sysctl_os.c optional zfs compile-with "${ZFS_C} -include $S…
210 contrib/openzfs/module/os/freebsd/zfs/vdev_label_os.c optional zfs compile-with "${ZFS_C}"
211 contrib/openzfs/module/os/freebsd/zfs/vdev_geom.c optional zfs compile-with "${ZFS_C}"
212 contrib/openzfs/module/os/freebsd/zfs/zfs_acl.c optional zfs compile-with "${ZFS_C}"
213 contrib/openzfs/module/os/freebsd/zfs/zfs_ctldir.c optional zfs compile-with "${ZFS_C}"
214 contrib/openzfs/module/os/freebsd/zfs/zfs_debug.c optional zfs compile-with "${ZFS_C}"
215 contrib/openzfs/module/os/freebsd/zfs/zfs_dir.c optional zfs compile-with "${ZFS_C}"
216 contrib/openzfs/module/os/freebsd/zfs/zfs_file_os.c optional zfs compile-with "${ZFS_C}"
217 contrib/openzfs/module/os/freebsd/zfs/zfs_ioctl_compat.c optional zfs compile-with "${ZFS_C}"
218 contrib/openzfs/module/os/freebsd/zfs/zfs_ioctl_os.c optional zfs compile-with "${ZFS_C}"
219 contrib/openzfs/module/os/freebsd/zfs/zfs_racct.c optional zfs compile-with "${ZFS_C}"
220 contrib/openzfs/module/os/freebsd/zfs/zfs_vfsops.c optional zfs compile-with "${ZFS_C}"
221 contrib/openzfs/module/os/freebsd/zfs/zfs_vnops_os.c optional zfs compile-with "${ZFS_C}"
222 contrib/openzfs/module/os/freebsd/zfs/zfs_znode_os.c optional zfs compile-with "${ZFS_C}"
223 contrib/openzfs/module/os/freebsd/zfs/zio_crypt.c optional zfs compile-with "${ZFS_C}"
224 contrib/openzfs/module/os/freebsd/zfs/zvol_os.c optional zfs compile-with "${ZFS_C}"
227 contrib/openzfs/module/unicode/u8_textprep.c optional zfs compile-with "${ZFS_C}"
230 contrib/openzfs/module/zcommon/cityhash.c optional zfs compile-with "${ZFS_C}"
231 contrib/openzfs/module/zcommon/zfeature_common.c optional zfs compile-with "${ZFS_C}"
232 contrib/openzfs/module/zcommon/zfs_comutil.c optional zfs compile-with "${ZFS_C}"
233 contrib/openzfs/module/zcommon/zfs_deleg.c optional zfs compile-with "${ZFS_C}"
234 contrib/openzfs/module/zcommon/zfs_fletcher.c optional zfs compile-with "${ZFS_C}"
235 contrib/openzfs/module/zcommon/zfs_fletcher_superscalar.c optional zfs compile-with "${ZFS_C}"
236 contrib/openzfs/module/zcommon/zfs_fletcher_superscalar4.c optional zfs compile-with "${ZFS_C}"
237 contrib/openzfs/module/zcommon/zfs_namecheck.c optional zfs compile-with "${ZFS_C}"
238 contrib/openzfs/module/zcommon/zfs_prop.c optional zfs compile-with "${ZFS_C}"
239 contrib/openzfs/module/zcommon/zfs_valstr.c optional zfs compile-with "${ZFS_C}"
240 contrib/openzfs/module/zcommon/zpool_prop.c optional zfs compile-with "${ZFS_C}"
241 contrib/openzfs/module/zcommon/zprop_common.c optional zfs compile-with "${ZFS_C}"
243 # zfs edon-r hash support
244 contrib/openzfs/module/icp/algs/edonr/edonr.c optional zfs compile-with "${ZFS_C}"
247 contrib/openzfs/module/icp/algs/blake3/blake3.c optional zfs compile-with "${ZFS_C}"
248 contrib/openzfs/module/icp/algs/blake3/blake3_generic.c optional zfs compile-with "${ZFS_C}"
249 contrib/openzfs/module/icp/algs/blake3/blake3_impl.c optional zfs compile-with "${ZFS_C}"
252 contrib/openzfs/module/icp/algs/sha2/sha2_generic.c optional zfs compile-with "${ZFS_C}"
253 contrib/openzfs/module/icp/algs/sha2/sha256_impl.c optional zfs compile-with "${ZFS_C}"
254 contrib/openzfs/module/icp/algs/sha2/sha512_impl.c optional zfs compile-with "${ZFS_C}"
257 contrib/openzfs/module/zfs/abd.c optional zfs compile-with "${ZFS_C}"
258 contrib/openzfs/module/zfs/aggsum.c optional zfs compile-with "${ZFS_C}"
259 contrib/openzfs/module/zfs/arc.c optional zfs compile-with "${ZFS_C}"
260 contrib/openzfs/module/zfs/blake3_zfs.c optional zfs compile-with "${ZFS_C}"
261 contrib/openzfs/module/zfs/blkptr.c optional zfs compile-with "${ZFS_C}"
262 contrib/openzfs/module/zfs/bplist.c optional zfs compile-with "${ZFS_C}"
263 contrib/openzfs/module/zfs/bpobj.c optional zfs compile-with "${ZFS_C}"
264 contrib/openzfs/module/zfs/bptree.c optional zfs compile-with "${ZFS_C}"
265 contrib/openzfs/module/zfs/brt.c optional zfs compile-with "${ZFS_C}"
266 contrib/openzfs/module/zfs/btree.c optional zfs compile-with "${ZFS_C}"
267 contrib/openzfs/module/zfs/bqueue.c optional zfs compile-with "${ZFS_C}"
268 contrib/openzfs/module/zfs/dbuf.c optional zfs compile-with "${ZFS_C}"
269 contrib/openzfs/module/zfs/dbuf_stats.c optional zfs compile-with "${ZFS_C}"
270 contrib/openzfs/module/zfs/dataset_kstats.c optional zfs compile-with "${ZFS_C}"
271 contrib/openzfs/module/zfs/ddt.c optional zfs compile-with "${ZFS_C}"
272 contrib/openzfs/module/zfs/ddt_log.c optional zfs compile-with "${ZFS_C}"
273 contrib/openzfs/module/zfs/ddt_stats.c optional zfs compile-with "${ZFS_C}"
274 contrib/openzfs/module/zfs/ddt_zap.c optional zfs compile-with "${ZFS_C}"
275 contrib/openzfs/module/zfs/dmu.c optional zfs compile-with "${ZFS_C}"
276 contrib/openzfs/module/zfs/dmu_direct.c optional zfs compile-with "${ZFS_C}"
277 contrib/openzfs/module/zfs/dmu_diff.c optional zfs compile-with "${ZFS_C}"
278 contrib/openzfs/module/zfs/dmu_object.c optional zfs compile-with "${ZFS_C}"
279 contrib/openzfs/module/zfs/dmu_objset.c optional zfs compile-with "${ZFS_C}"
280 contrib/openzfs/module/zfs/dmu_recv.c optional zfs compile-with "${ZFS_C}"
281 contrib/openzfs/module/zfs/dmu_redact.c optional zfs compile-with "${ZFS_C}"
282 contrib/openzfs/module/zfs/dmu_send.c optional zfs compile-with "${ZFS_C}"
283 contrib/openzfs/module/zfs/dmu_traverse.c optional zfs compile-with "${ZFS_C}"
284 contrib/openzfs/module/zfs/dmu_tx.c optional zfs compile-with "${ZFS_C}"
285 contrib/openzfs/module/zfs/dmu_zfetch.c optional zfs compile-with "${ZFS_C}"
286 contrib/openzfs/module/zfs/dnode.c optional zfs compile-with "${ZFS_C} ${NO_WUNUSED_BUT_SET_VARIAB…
288 contrib/openzfs/module/zfs/dnode_sync.c optional zfs compile-with "${ZFS_C}"
289 contrib/openzfs/module/zfs/dsl_bookmark.c optional zfs compile-with "${ZFS_C}"
290 contrib/openzfs/module/zfs/dsl_crypt.c optional zfs compile-with "${ZFS_C}"
291 contrib/openzfs/module/zfs/dsl_dataset.c optional zfs compile-with "${ZFS_C}"
292 contrib/openzfs/module/zfs/dsl_deadlist.c optional zfs compile-with "${ZFS_C}"
293 contrib/openzfs/module/zfs/dsl_deleg.c optional zfs compile-with "${ZFS_C}"
294 contrib/openzfs/module/zfs/dsl_destroy.c optional zfs compile-with "${ZFS_C}"
295 contrib/openzfs/module/zfs/dsl_dir.c optional zfs compile-with "${ZFS_C}"
296 contrib/openzfs/module/zfs/dsl_pool.c optional zfs compile-with "${ZFS_C}"
297 contrib/openzfs/module/zfs/dsl_prop.c optional zfs compile-with "${ZFS_C}"
298 contrib/openzfs/module/zfs/dsl_scan.c optional zfs compile-with "${ZFS_C}"
299 contrib/openzfs/module/zfs/dsl_synctask.c optional zfs compile-with "${ZFS_C}"
300 contrib/openzfs/module/zfs/dsl_userhold.c optional zfs compile-with "${ZFS_C}"
301 contrib/openzfs/module/zfs/edonr_zfs.c optional zfs compile-with "${ZFS_C}"
302 contrib/openzfs/module/zfs/fm.c optional zfs compile-with "${ZFS_C}"
303 contrib/openzfs/module/zfs/gzip.c optional zfs compile-with "${ZFS_C}"
304 contrib/openzfs/module/zfs/lzjb.c optional zfs compile-with "${ZFS_C}"
305 contrib/openzfs/module/zfs/lz4.c optional zfs compile-with "${ZFS_C}"
306 contrib/openzfs/module/zfs/lz4_zfs.c optional zfs compile-with "${ZFS_C}"
307 contrib/openzfs/module/zfs/metaslab.c optional zfs compile-with "${ZFS_C}"
308 contrib/openzfs/module/zfs/mmp.c optional zfs compile-with "${ZFS_C}"
309 contrib/openzfs/module/zfs/multilist.c optional zfs compile-with "${ZFS_C}"
310 contrib/openzfs/module/zfs/objlist.c optional zfs compile-with "${ZFS_C}"
311 contrib/openzfs/module/zfs/pathname.c optional zfs compile-with "${ZFS_C}"
312 contrib/openzfs/module/zfs/range_tree.c optional zfs compile-with "${ZFS_C}"
313 contrib/openzfs/module/zfs/refcount.c optional zfs compile-with "${ZFS_C}"
314 contrib/openzfs/module/zfs/rrwlock.c optional zfs compile-with "${ZFS_C}"
315 contrib/openzfs/module/zfs/sa.c optional zfs compile-with "${ZFS_C}"
316 contrib/openzfs/module/zfs/sha2_zfs.c optional zfs compile-with "${ZFS_C}"
317 contrib/openzfs/module/zfs/skein_zfs.c optional zfs compile-with "${ZFS_C}"
318 contrib/openzfs/module/zfs/spa.c optional zfs compile-with "${ZFS_C}"
319 contrib/openzfs/module/zfs/spa_checkpoint.c optional zfs compile-with "${ZFS_C}"
320 contrib/openzfs/module/zfs/spa_config.c optional zfs compile-with "${ZFS_C}"
321 contrib/openzfs/module/zfs/spa_errlog.c optional zfs compile-with "${ZFS_C}"
322 contrib/openzfs/module/zfs/spa_history.c optional zfs compile-with "${ZFS_C}"
323 contrib/openzfs/module/zfs/spa_log_spacemap.c optional zfs compile-with "${ZFS_C}"
324 contrib/openzfs/module/zfs/spa_misc.c optional zfs compile-with "${ZFS_C}"
325 contrib/openzfs/module/zfs/spa_stats.c optional zfs compile-with "${ZFS_C}"
326 contrib/openzfs/module/zfs/space_map.c optional zfs compile-with "${ZFS_C}"
327 contrib/openzfs/module/zfs/space_reftree.c optional zfs compile-with "${ZFS_C}"
328 contrib/openzfs/module/zfs/txg.c optional zfs compile-with "${ZFS_C}"
329 contrib/openzfs/module/zfs/uberblock.c optional zfs compile-with "${ZFS_C}"
330 contrib/openzfs/module/zfs/unique.c optional zfs compile-with "${ZFS_C}"
331 contrib/openzfs/module/zfs/vdev.c optional zfs compile-with "${ZFS_C}"
332 contrib/openzfs/module/zfs/vdev_draid.c optional zfs compile-with "${ZFS_C}"
333 contrib/openzfs/module/zfs/vdev_draid_rand.c optional zfs compile-with "${ZFS_C}"
334 contrib/openzfs/module/zfs/vdev_file.c optional zfs compile-with "${ZFS_C}"
335 contrib/openzfs/module/zfs/vdev_indirect.c optional zfs compile-with "${ZFS_C}"
336 contrib/openzfs/module/zfs/vdev_indirect_births.c optional zfs compile-with "${ZFS_C}"
337 contrib/openzfs/module/zfs/vdev_indirect_mapping.c optional zfs compile-with "${ZFS_C}"
338 contrib/openzfs/module/zfs/vdev_initialize.c optional zfs compile-with "${ZFS_C}"
339 contrib/openzfs/module/zfs/vdev_label.c optional zfs compile-with "${ZFS_C}"
340 contrib/openzfs/module/zfs/vdev_mirror.c optional zfs compile-with "${ZFS_C}"
341 contrib/openzfs/module/zfs/vdev_missing.c optional zfs compile-with "${ZFS_C}"
342 contrib/openzfs/module/zfs/vdev_queue.c optional zfs compile-with "${ZFS_C}"
343 contrib/openzfs/module/zfs/vdev_raidz.c optional zfs compile-with "${ZFS_C}"
344 contrib/openzfs/module/zfs/vdev_raidz_math.c optional zfs compile-with "${ZFS_C}"
345 contrib/openzfs/module/zfs/vdev_raidz_math_scalar.c optional zfs compile-with "${ZFS_C}"
346 contrib/openzfs/module/zfs/vdev_rebuild.c optional zfs compile-with "${ZFS_C}"
347 contrib/openzfs/module/zfs/vdev_removal.c optional zfs compile-with "${ZFS_C}"
348 contrib/openzfs/module/zfs/vdev_root.c optional zfs compile-with "${ZFS_C}"
349 contrib/openzfs/module/zfs/vdev_trim.c optional zfs compile-with "${ZFS_C}"
350 contrib/openzfs/module/zfs/zap.c optional zfs compile-with "${ZFS_C}"
351 contrib/openzfs/module/zfs/zap_leaf.c optional zfs compile-with "${ZFS_C}"
352 contrib/openzfs/module/zfs/zap_micro.c optional zfs compile-with "${ZFS_C}"
353 contrib/openzfs/module/zfs/zcp.c optional zfs compile-with "${ZFS_C}"
354 contrib/openzfs/module/zfs/zcp_get.c optional zfs compile-with "${ZFS_C}"
355 contrib/openzfs/module/zfs/zcp_global.c optional zfs compile-with "${ZFS_C}"
356 contrib/openzfs/module/zfs/zcp_iter.c optional zfs compile-with "${ZFS_C}"
357 contrib/openzfs/module/zfs/zcp_set.c optional zfs compile-with "${ZFS_C}"
358 contrib/openzfs/module/zfs/zcp_synctask.c optional zfs compile-with "${ZFS_C}"
359 contrib/openzfs/module/zfs/zfeature.c optional zfs compile-with "${ZFS_C}"
360 contrib/openzfs/module/zfs/zfs_byteswap.c optional zfs compile-with "${ZFS_C}"
361 contrib/openzfs/module/zfs/zfs_chksum.c optional zfs compile-with "${ZFS_C}"
362 contrib/openzfs/module/zfs/zfs_crrd.c optional zfs compile-with "${ZFS_C}"
363 contrib/openzfs/module/zfs/zfs_fm.c optional zfs compile-with "${ZFS_C} ${NO_WUNUSED_BUT_SET_VARIA…
364 contrib/openzfs/module/zfs/zfs_fuid.c optional zfs compile-with "${ZFS_C}"
365 contrib/openzfs/module/zfs/zfs_impl.c optional zfs compile-with "${ZFS_C}"
366 contrib/openzfs/module/zfs/zfs_ioctl.c optional zfs compile-with "${ZFS_C}"
367 contrib/openzfs/module/zfs/zfs_log.c optional zfs compile-with "${ZFS_C}"
368 contrib/openzfs/module/zfs/zfs_onexit.c optional zfs compile-with "${ZFS_C}"
369 contrib/openzfs/module/zfs/zfs_quota.c optional zfs compile-with "${ZFS_C}"
370 contrib/openzfs/module/zfs/zfs_ratelimit.c optional zfs compile-with "${ZFS_C}"
371 contrib/openzfs/module/zfs/zfs_replay.c optional zfs compile-with "${ZFS_C}"
372 contrib/openzfs/module/zfs/zfs_rlock.c optional zfs compile-with "${ZFS_C}"
373 contrib/openzfs/module/zfs/zfs_sa.c optional zfs compile-with "${ZFS_C}"
374 contrib/openzfs/module/zfs/zfs_vnops.c optional zfs compile-with "${ZFS_C}"
375 contrib/openzfs/module/zfs/zfs_znode.c optional zfs compile-with "${ZFS_C}"
376 contrib/openzfs/module/zstd/zfs_zstd.c optional zfs zstdio compile-with "${ZFS_C}"
377 contrib/openzfs/module/zfs/zil.c optional zfs compile-with "${ZFS_C}"
378 contrib/openzfs/module/zfs/zio.c optional zfs compile-with "${ZFS_C}"
379 contrib/openzfs/module/zfs/zio_checksum.c optional zfs compile-with "${ZFS_C}"
380 contrib/openzfs/module/zfs/zio_compress.c optional zfs compile-with "${ZFS_C}"
381 contrib/openzfs/module/zfs/zio_inject.c optional zfs compile-with "${ZFS_C}"
382 contrib/openzfs/module/zfs/zle.c optional zfs compile-with "${ZFS_C}"
383 contrib/openzfs/module/zfs/zrlock.c optional zfs compile-with "${ZFS_C}"
384 contrib/openzfs/module/zfs/zthr.c optional zfs compile-with "${ZFS_C}"
385 contrib/openzfs/module/zfs/zvol.c optional zfs compile-with "${ZFS_C}"
388 cddl/contrib/opensolaris/uts/common/dtrace/dtrace.c optional dtrace compile-with "${DTRACE_C}" \
390 cddl/contrib/opensolaris/uts/common/dtrace/dtrace_xoroshiro128_plus.c optional dtrace compile-with …
391 cddl/dev/dtmalloc/dtmalloc.c optional dtmalloc | dtraceall compile-with "${CDDL_C}"
392 cddl/dev/profile/profile.c optional dtrace_profile | dtraceall compile-with "${CDDL_C}"
393 cddl/dev/sdt/sdt.c optional dtrace_sdt | dtraceall compile-with "${CDDL_C}"
394 cddl/dev/fbt/fbt.c optional dtrace_fbt | dtraceall compile-with "${FBT_C}"
395 cddl/dev/systrace/systrace.c optional dtrace_systrace | dtraceall compile-with "${CDDL_C}"
396 cddl/dev/prototype.c optional dtrace_prototype | dtraceall compile-with "${CDDL_C}"
397 fs/nfsclient/nfs_clkdtrace.c optional dtnfscl nfscl | dtraceall nfscl compile-with "${CDDL_C}"
404 contrib/ck/src/ck_array.c standard compile-with "${NORMAL_C} -I$S/contrib/ck/include"
405 contrib/ck/src/ck_barrier_centralized.c standard compile-with "${NORMAL_C} -I$S/contrib/ck/includ…
406 contrib/ck/src/ck_barrier_combining.c standard compile-with "${NORMAL_C} -I$S/contrib/ck/include"
407 contrib/ck/src/ck_barrier_dissemination.c standard compile-with "${NORMAL_C} -I$S/contrib/ck/inclu…
408 contrib/ck/src/ck_barrier_mcs.c standard compile-with "${NORMAL_C} -I$S/contrib/ck/include"
409 contrib/ck/src/ck_barrier_tournament.c standard compile-with "${NORMAL_C} -I$S/contrib/ck/include"
410 contrib/ck/src/ck_epoch.c standard compile-with "${NORMAL_C} -I$S/contrib/ck/include"
411 contrib/ck/src/ck_hp.c standard compile-with "${NORMAL_C} -I$S/contrib/ck/include"
412 contrib/ck/src/ck_hs.c standard compile-with "${NORMAL_C} -I$S/contrib/ck/include"
413 contrib/ck/src/ck_ht.c standard compile-with "${NORMAL_C} -I$S/contrib/ck/include"
414 contrib/ck/src/ck_rhs.c standard compile-with "${NORMAL_C} -I$S/contrib/ck/include"
510 compile-with "${NORMAL_C} ${NO_WUNUSED_BUT_SET_VARIABLE}"
602 netpfil/ipfilter/netinet/fil.c optional ipfilter inet compile-with "${IPFILTER_C}"
603 netpfil/ipfilter/netinet/ip_auth.c optional ipfilter inet compile-with "${IPFILTER_C}"
604 netpfil/ipfilter/netinet/ip_fil_freebsd.c optional ipfilter inet compile-with "${IPFILTER_C}"
605 netpfil/ipfilter/netinet/ip_frag.c optional ipfilter inet compile-with "${IPFILTER_C}"
606 netpfil/ipfilter/netinet/ip_log.c optional ipfilter inet compile-with "${IPFILTER_C}"
607 netpfil/ipfilter/netinet/ip_nat.c optional ipfilter inet compile-with "${IPFILTER_C}"
608 netpfil/ipfilter/netinet/ip_proxy.c optional ipfilter inet compile-with "${IPFILTER_C}"
609 netpfil/ipfilter/netinet/ip_state.c optional ipfilter inet compile-with "${IPFILTER_C}"
610 netpfil/ipfilter/netinet/ip_lookup.c optional ipfilter inet compile-with "${IPFILTER_C}"
611 netpfil/ipfilter/netinet/ip_pool.c optional ipfilter inet compile-with "${IPFILTER_C}"
612 netpfil/ipfilter/netinet/ip_htable.c optional ipfilter inet compile-with "${IPFILTER_C}"
613 netpfil/ipfilter/netinet/ip_sync.c optional ipfilter inet compile-with "${IPFILTER_C}"
614 netpfil/ipfilter/netinet/mlfk_ipl.c optional ipfilter inet compile-with "${IPFILTER_C}"
615 netpfil/ipfilter/netinet/ip_nat6.c optional ipfilter inet compile-with "${IPFILTER_C}"
616 netpfil/ipfilter/netinet/ip_rules.c optional ipfilter inet compile-with "${IPFILTER_C}"
617 netpfil/ipfilter/netinet/ip_scan.c optional ipfilter inet compile-with "${IPFILTER_C}"
618 netpfil/ipfilter/netinet/ip_dstlist.c optional ipfilter inet compile-with "${IPFILTER_C}"
619 netpfil/ipfilter/netinet/radix_ipf.c optional ipfilter inet compile-with "${IPFILTER_C}"
632 …compile-with "${NORMAL_C} -DXZ_USE_CRC64 -I$S/contrib/xz-embedded/freebsd/ -I$S/contrib/xz-embedde…
633 contrib/xz-embedded/linux/lib/xz/xz_crc32.c optional xz \
634 …compile-with "${NORMAL_C} -DXZ_USE_CRC64 -I$S/contrib/xz-embedded/freebsd/ -I$S/contrib/xz-embedde…
635 contrib/xz-embedded/linux/lib/xz/xz_crc64.c optional xz \
636 …compile-with "${NORMAL_C} -DXZ_USE_CRC64 -I$S/contrib/xz-embedded/freebsd/ -I$S/contrib/xz-embedde…
637 contrib/xz-embedded/linux/lib/xz/xz_dec_bcj.c optional xz \
638 …compile-with "${NORMAL_C} -DXZ_USE_CRC64 -I$S/contrib/xz-embedded/freebsd/ -I$S/contrib/xz-embedde…
639 contrib/xz-embedded/linux/lib/xz/xz_dec_lzma2.c optional xz \
640 …compile-with "${NORMAL_C} -DXZ_USE_CRC64 -I$S/contrib/xz-embedded/freebsd/ -I$S/contrib/xz-embedde…
641 contrib/xz-embedded/linux/lib/xz/xz_dec_stream.c optional xz \
642 …compile-with "${NORMAL_C} -DXZ_USE_CRC64 -I$S/contrib/xz-embedded/freebsd/ -I$S/contrib/xz-embedde…
644 contrib/zstd/lib/freebsd/zstd_kmalloc.c optional zstdio compile-with ${ZSTD_C}
645 contrib/zstd/lib/common/zstd_common.c optional zstdio compile-with ${ZSTD_C}
646 contrib/zstd/lib/common/fse_decompress.c optional zstdio compile-with ${ZSTD_C}
647 contrib/zstd/lib/common/entropy_common.c optional zstdio compile-with ${ZSTD_C}
648 contrib/zstd/lib/common/error_private.c optional zstdio compile-with ${ZSTD_C}
649 contrib/zstd/lib/common/xxhash.c optional zstdio compile-with ${ZSTD_C}
650 contrib/zstd/lib/compress/zstd_compress.c optional zstdio compile-with ${ZSTD_C}
651 contrib/zstd/lib/compress/zstd_compress_literals.c optional zstdio compile-with ${ZSTD_C}
652 contrib/zstd/lib/compress/zstd_compress_sequences.c optional zstdio compile-with ${ZSTD_C}
653 contrib/zstd/lib/compress/zstd_compress_superblock.c optional zstdio compile-with "${ZSTD_C} ${NO_W…
654 contrib/zstd/lib/compress/fse_compress.c optional zstdio compile-with ${ZSTD_C}
655 contrib/zstd/lib/compress/hist.c optional zstdio compile-with ${ZSTD_C}
656 contrib/zstd/lib/compress/huf_compress.c optional zstdio compile-with ${ZSTD_C}
657 contrib/zstd/lib/compress/zstd_double_fast.c optional zstdio compile-with ${ZSTD_C}
658 contrib/zstd/lib/compress/zstd_fast.c optional zstdio compile-with ${ZSTD_C}
659 contrib/zstd/lib/compress/zstd_lazy.c optional zstdio compile-with ${ZSTD_C}
660 contrib/zstd/lib/compress/zstd_ldm.c optional zstdio compile-with ${ZSTD_C}
661 contrib/zstd/lib/compress/zstd_opt.c optional zstdio compile-with ${ZSTD_C}
662 contrib/zstd/lib/decompress/zstd_ddict.c optional zstdio compile-with ${ZSTD_C}
663 contrib/zstd/lib/decompress/zstd_decompress.c optional zstdio compile-with ${ZSTD_C}
666 compile-with "${ZSTD_C} ${ZSTD_DECOMPRESS_BLOCK_FLAGS}"
667 contrib/zstd/lib/decompress/huf_decompress.c optional zstdio compile-with "${ZSTD_C} ${NO_WBITWISE_…
669 contrib/libb2/blake2b-ref.c optional crypto | !random_loadable random_fenestrasx \
670 compile-with "${NORMAL_C} -I$S/crypto/blake2 -Wno-cast-qual -DSUFFIX=_ref -Wno-unused-function"
671 contrib/libb2/blake2s-ref.c optional crypto \
672 compile-with "${NORMAL_C} -I$S/crypto/blake2 -Wno-cast-qual -DSUFFIX=_ref -Wno-unused-function"
673 crypto/blake2/blake2-sw.c optional crypto \
674 compile-with "${NORMAL_C} -I$S/crypto/blake2 -Wno-cast-qual"
676 crypto/camellia/camellia-api.c optional crypto
678 crypto/chacha20/chacha-sw.c optional crypto
681 compile-with "${NORMAL_C} -I$S/contrib/libsodium/src/libsodium/include -I$S/crypto/libsodium"
694 crypto/rijndael/rijndael-alg-fst.c optional crypto | ekcd | \
696 crypto/rijndael/rijndael-api-fst.c optional ekcd | !random_loadable
697 crypto/rijndael/rijndael-api.c optional crypto | wlan_ccmp
789 compile-with "${NORMAL_C} ${NO_WCONSTANT_CONVERSION}"
791 compile-with "${NORMAL_C} ${NO_WCONSTANT_CONVERSION}"
803 no-depend \
804 …compile-with "${CC} -c -o ${.TARGET} ${CFLAGS} -I$S/contrib/alpine-hal -I$S/contrib/alpine-hal/eth…
806 no-depend \
807 …compile-with "${CC} -c -o ${.TARGET} ${CFLAGS} -I$S/contrib/alpine-hal -I$S/contrib/alpine-hal/eth…
809 no-depend \
810 …compile-with "${CC} -c -o ${.TARGET} ${CFLAGS} -I$S/contrib/alpine-hal -I$S/contrib/alpine-hal/eth…
811 contrib/alpine-hal/al_hal_iofic.c optional al_iofic \
812 no-depend \
813 …compile-with "${CC} -c -o ${.TARGET} ${CFLAGS} -I$S/contrib/alpine-hal -I$S/contrib/alpine-hal/eth…
814 contrib/alpine-hal/al_hal_serdes_25g.c optional al_serdes \
815 no-depend \
816 …compile-with "${CC} -c -o ${.TARGET} ${CFLAGS} -I$S/contrib/alpine-hal -I$S/contrib/alpine-hal/eth…
817 contrib/alpine-hal/al_hal_serdes_hssp.c optional al_serdes \
818 no-depend \
819 …compile-with "${CC} -c -o ${.TARGET} ${CFLAGS} -I$S/contrib/alpine-hal -I$S/contrib/alpine-hal/eth…
820 contrib/alpine-hal/al_hal_udma_config.c optional al_udma \
821 no-depend \
822 …compile-with "${CC} -c -o ${.TARGET} ${CFLAGS} -I$S/contrib/alpine-hal -I$S/contrib/alpine-hal/eth…
823 contrib/alpine-hal/al_hal_udma_debug.c optional al_udma \
824 no-depend \
825 …compile-with "${CC} -c -o ${.TARGET} ${CFLAGS} -I$S/contrib/alpine-hal -I$S/contrib/alpine-hal/eth…
826 contrib/alpine-hal/al_hal_udma_iofic.c optional al_udma \
827 no-depend \
828 …compile-with "${CC} -c -o ${.TARGET} ${CFLAGS} -I$S/contrib/alpine-hal -I$S/contrib/alpine-hal/eth…
829 contrib/alpine-hal/al_hal_udma_main.c optional al_udma \
830 no-depend \
831 …compile-with "${CC} -c -o ${.TARGET} ${CFLAGS} -I$S/contrib/alpine-hal -I$S/contrib/alpine-hal/eth…
832 contrib/alpine-hal/al_serdes.c optional al_serdes \
833 no-depend \
834 …compile-with "${CC} -c -o ${.TARGET} ${CFLAGS} -I$S/contrib/alpine-hal -I$S/contrib/alpine-hal/eth…
835 contrib/alpine-hal/eth/al_hal_eth_kr.c optional al_eth \
836 no-depend \
837 …compile-with "${CC} -c -o ${.TARGET} ${CFLAGS} -I$S/contrib/alpine-hal -I$S/contrib/alpine-hal/eth…
838 contrib/alpine-hal/eth/al_hal_eth_main.c optional al_eth \
839 no-depend \
840 …compile-with "${CC} -c -o ${.TARGET} ${CFLAGS} -I$S/contrib/alpine-hal -I$S/contrib/alpine-hal/eth…
848 dev/ata/ata-all.c optional ata | atacore
849 dev/ata/ata-dma.c optional ata | atacore
850 dev/ata/ata-lowlevel.c optional ata | atacore
851 dev/ata/ata-sata.c optional ata | atacore
852 dev/ata/ata-isa.c optional ata isa | ataisa
853 dev/ata/ata-pci.c optional ata pci | atapci
854 dev/ata/chipsets/ata-acard.c optional ata pci | ataacard
855 dev/ata/chipsets/ata-acerlabs.c optional ata pci | ataacerlabs
856 dev/ata/chipsets/ata-amd.c optional ata pci | ataamd
857 dev/ata/chipsets/ata-ati.c optional ata pci | ataati
858 dev/ata/chipsets/ata-cenatek.c optional ata pci | atacenatek
859 dev/ata/chipsets/ata-cypress.c optional ata pci | atacypress
860 dev/ata/chipsets/ata-cyrix.c optional ata pci | atacyrix
861 dev/ata/chipsets/ata-highpoint.c optional ata pci | atahighpoint
862 dev/ata/chipsets/ata-intel.c optional ata pci | ataintel
863 dev/ata/chipsets/ata-ite.c optional ata pci | ataite
864 dev/ata/chipsets/ata-jmicron.c optional ata pci | atajmicron
865 dev/ata/chipsets/ata-marvell.c optional ata pci | atamarvell
866 dev/ata/chipsets/ata-micron.c optional ata pci | atamicron
867 dev/ata/chipsets/ata-national.c optional ata pci | atanational
868 dev/ata/chipsets/ata-netcell.c optional ata pci | atanetcell
869 dev/ata/chipsets/ata-nvidia.c optional ata pci | atanvidia
870 dev/ata/chipsets/ata-promise.c optional ata pci | atapromise
871 dev/ata/chipsets/ata-serverworks.c optional ata pci | ataserverworks
872 dev/ata/chipsets/ata-siliconimage.c optional ata pci | atasiliconimage | ataati
873 dev/ata/chipsets/ata-sis.c optional ata pci | atasis
874 dev/ata/chipsets/ata-via.c optional ata pci | atavia
877 compile-with "${ATH_C}"
879 compile-with "${ATH_C}"
881 compile-with "${ATH_C}"
883 compile-with "${ATH_C}"
885 compile-with "${ATH_C}"
887 compile-with "${ATH_C}"
889 compile-with "${ATH_C}"
891 compile-with "${ATH_C}"
893 compile-with "${ATH_C}"
895 compile-with "${ATH_C}"
897 compile-with "${ATH_C}"
899 compile-with "${ATH_C}"
901 compile-with "${ATH_C}"
903 compile-with "${ATH_C}"
905 compile-with "${ATH_C}"
907 compile-with "${ATH_C}"
909 compile-with "${ATH_C}"
911 compile-with "${ATH_C}"
913 compile-with "${ATH_C}"
915 compile-with "${ATH_C}"
917 compile-with "${ATH_C}"
920 compile-with "${ATH_C}"
922 compile-with "${ATH_C}"
924 compile-with "${ATH_C}"
927 compile-with "${ATH_C}"
930 compile-with "${ATH_C}"
933 compile-with "${ATH_C}"
935 compile-with "${ATH_C} ${NO_WSHIFT_COUNT_NEGATIVE} ${NO_WSHIFT_COUNT_OVERFLOW}"
938 compile-with "${ATH_C} -I$S/dev/ath/ath_hal"
940 compile-with "${ATH_C} -I$S/dev/ath/ath_hal"
942 compile-with "${ATH_C} -I$S/dev/ath/ath_hal"
944 compile-with "${ATH_C} -I$S/dev/ath/ath_hal"
946 compile-with "${ATH_C} -I$S/dev/ath/ath_hal"
948 compile-with "${ATH_C} -I$S/dev/ath/ath_hal"
950 compile-with "${ATH_C} -I$S/dev/ath/ath_hal"
952 compile-with "${ATH_C} -I$S/dev/ath/ath_hal"
954 compile-with "${ATH_C} -I$S/dev/ath/ath_hal"
956 compile-with "${ATH_C} -I$S/dev/ath/ath_hal"
959 compile-with "${ATH_C} -I$S/dev/ath/ath_hal"
961 compile-with "${ATH_C} -I$S/dev/ath/ath_hal"
963 compile-with "${ATH_C} -I$S/dev/ath/ath_hal"
965 compile-with "${ATH_C} -I$S/dev/ath/ath_hal"
967 compile-with "${ATH_C} -I$S/dev/ath/ath_hal"
969 compile-with "${ATH_C} -I$S/dev/ath/ath_hal"
971 compile-with "${ATH_C} -I$S/dev/ath/ath_hal"
973 compile-with "${ATH_C} -I$S/dev/ath/ath_hal"
975 compile-with "${ATH_C} -I$S/dev/ath/ath_hal"
977 compile-with "${ATH_C} -I$S/dev/ath/ath_hal"
982 compile-with "${ATH_C} -I$S/dev/ath/ath_hal"
986 compile-with "${ATH_C} -I$S/dev/ath/ath_hal"
990 compile-with "${ATH_C} -I$S/dev/ath/ath_hal"
994 compile-with "${ATH_C} -I$S/dev/ath/ath_hal"
998 compile-with "${ATH_C} -I$S/dev/ath/ath_hal"
1002 compile-with "${ATH_C} -I$S/dev/ath/ath_hal"
1006 compile-with "${ATH_C} -I$S/dev/ath/ath_hal"
1010 compile-with "${ATH_C} -I$S/dev/ath/ath_hal"
1014 compile-with "${ATH_C} -I$S/dev/ath/ath_hal"
1018 compile-with "${ATH_C} -I$S/dev/ath/ath_hal"
1022 compile-with "${ATH_C} -I$S/dev/ath/ath_hal"
1026 compile-with "${ATH_C} -I$S/dev/ath/ath_hal"
1030 compile-with "${ATH_C} -I$S/dev/ath/ath_hal"
1034 compile-with "${ATH_C} -I$S/dev/ath/ath_hal"
1039 compile-with "${ATH_C} -I$S/dev/ath/ath_hal"
1043 compile-with "${ATH_C} -I$S/dev/ath/ath_hal"
1047 compile-with "${ATH_C} -I$S/dev/ath/ath_hal"
1051 compile-with "${ATH_C} -I$S/dev/ath/ath_hal"
1055 compile-with "${ATH_C} -I$S/dev/ath/ath_hal"
1059 compile-with "${ATH_C} -I$S/dev/ath/ath_hal"
1063 compile-with "${ATH_C} -I$S/dev/ath/ath_hal"
1067 compile-with "${ATH_C} -I$S/dev/ath/ath_hal"
1071 compile-with "${ATH_C} -I$S/dev/ath/ath_hal"
1075 compile-with "${ATH_C} -I$S/dev/ath/ath_hal"
1079 compile-with "${ATH_C} -I$S/dev/ath/ath_hal"
1083 compile-with "${ATH_C} -I$S/dev/ath/ath_hal"
1087 compile-with "${ATH_C} -I$S/dev/ath/ath_hal"
1091 compile-with "${ATH_C} -I$S/dev/ath/ath_hal"
1095 compile-with "${ATH_C} -I$S/dev/ath/ath_hal"
1099 compile-with "${ATH_C} -I$S/dev/ath/ath_hal"
1103 compile-with "${ATH_C} -I$S/dev/ath/ath_hal"
1107 compile-with "${ATH_C} -I$S/dev/ath/ath_hal"
1111 compile-with "${ATH_C} -I$S/dev/ath/ath_hal"
1115 compile-with "${ATH_C} -I$S/dev/ath/ath_hal"
1118 compile-with "${ATH_C} -I$S/dev/ath/ath_hal"
1122 compile-with "${ATH_C} -I$S/dev/ath/ath_hal"
1125 compile-with "${ATH_C} -I$S/dev/ath/ath_hal"
1128 compile-with "${ATH_C} -I$S/dev/ath/ath_hal"
1130 compile-with "${ATH_C} -I$S/dev/ath/ath_hal"
1132 compile-with "${ATH_C} -I$S/dev/ath/ath_hal"
1134 compile-with "${ATH_C} -I$S/dev/ath/ath_hal"
1136 compile-with "${ATH_C} -I$S/dev/ath/ath_hal"
1138 compile-with "${ATH_C} -I$S/dev/ath/ath_hal"
1141 compile-with "${ATH_C} -I$S/dev/ath/ath_hal"
1143 compile-with "${ATH_C} -I$S/dev/ath/ath_hal"
1145 compile-with "${ATH_C} -I$S/dev/ath/ath_hal"
1147 compile-with "${ATH_C} -I$S/dev/ath/ath_hal"
1151 compile-with "${ATH_C} -I$S/dev/ath/ath_hal -I$S/contrib/dev/ath/ath_hal"
1153 compile-with "${ATH_C} -I$S/dev/ath/ath_hal -I$S/contrib/dev/ath/ath_hal"
1155 compile-with "${ATH_C} -I$S/dev/ath/ath_hal -I$S/contrib/dev/ath/ath_hal"
1157 …compile-with "${ATH_C} -I$S/dev/ath/ath_hal -I$S/contrib/dev/ath/ath_hal ${NO_WCONSTANT_CONVERSION…
1159 compile-with "${ATH_C} -I$S/dev/ath/ath_hal -I$S/contrib/dev/ath/ath_hal"
1161 compile-with "${ATH_C} -I$S/dev/ath/ath_hal -I$S/contrib/dev/ath/ath_hal"
1163 compile-with "${ATH_C} -I$S/dev/ath/ath_hal -I$S/contrib/dev/ath/ath_hal"
1165 compile-with "${ATH_C} -I$S/dev/ath/ath_hal -I$S/contrib/dev/ath/ath_hal"
1167 compile-with "${ATH_C} -I$S/dev/ath/ath_hal -I$S/contrib/dev/ath/ath_hal"
1169 compile-with "${ATH_C} -I$S/dev/ath/ath_hal -I$S/contrib/dev/ath/ath_hal"
1171 compile-with "${ATH_C} -I$S/dev/ath/ath_hal -I$S/contrib/dev/ath/ath_hal"
1173 compile-with "${ATH_C} -I$S/dev/ath/ath_hal -I$S/contrib/dev/ath/ath_hal"
1175 compile-with "${ATH_C} -I$S/dev/ath/ath_hal -I$S/contrib/dev/ath/ath_hal"
1177 compile-with "${ATH_C} -I$S/dev/ath/ath_hal -I$S/contrib/dev/ath/ath_hal"
1179 compile-with "${ATH_C} -I$S/dev/ath/ath_hal -I$S/contrib/dev/ath/ath_hal"
1181 compile-with "${ATH_C} -I$S/dev/ath/ath_hal -I$S/contrib/dev/ath/ath_hal"
1183 compile-with "${ATH_C} -I$S/dev/ath/ath_hal -I$S/contrib/dev/ath/ath_hal"
1185 …compile-with "${ATH_C} -I$S/dev/ath/ath_hal -I$S/contrib/dev/ath/ath_hal ${NO_WSOMETIMES_UNINITIAL…
1187 compile-with "${ATH_C} -I$S/dev/ath/ath_hal -I$S/contrib/dev/ath/ath_hal"
1189 compile-with "${ATH_C} -I$S/dev/ath/ath_hal -I$S/contrib/dev/ath/ath_hal"
1191 compile-with "${ATH_C} -I$S/dev/ath/ath_hal -I$S/contrib/dev/ath/ath_hal"
1193 compile-with "${ATH_C} -I$S/dev/ath/ath_hal -I$S/contrib/dev/ath/ath_hal"
1195 compile-with "${ATH_C} -I$S/dev/ath/ath_hal -I$S/contrib/dev/ath/ath_hal"
1197 compile-with "${ATH_C} -I$S/dev/ath/ath_hal -I$S/contrib/dev/ath/ath_hal"
1201 compile-with "${ATH_C} -I$S/dev/ath/ath_hal"
1203 compile-with "${ATH_C} -I$S/dev/ath/ath_hal"
1205 compile-with "${ATH_C} -I$S/dev/ath/ath_hal"
1207 compile-with "${ATH_C} -I$S/dev/ath/ath_hal"
1209 compile-with "${ATH_C} -I$S/dev/ath/ath_hal"
1211 compile-with "${ATH_C} -I$S/dev/ath/ath_hal"
1213 compile-with "${ATH_C} -I$S/dev/ath/ath_hal"
1216 compile-with "${ATH_C} -I$S/dev/ath/ath_hal"
1218 compile-with "${ATH_C} -I$S/dev/ath/ath_hal"
1220 compile-with "${ATH_C} -I$S/dev/ath/ath_hal"
1222 compile-with "${ATH_C} -I$S/dev/ath/ath_hal"
1226 compile-with "${ATH_C}"
1228 compile-with "${ATH_C}"
1230 compile-with "${ATH_C}"
1233 compile-with "${ATH_C}"
1235 dev/backlight/backlight_if.m optional backlight | compat_linuxkpi
1236 dev/backlight/backlight.c optional backlight | compat_linuxkpi
1307 dev/bnxt/bnxt_en/bnxt_auxbus_compat.c optional bnxt iflib pci compile-with "${BNXT_C}"
1308 dev/bnxt/bnxt_en/bnxt_dcb.c optional bnxt iflib pci compile-with "${BNXT_C}"
1309 dev/bnxt/bnxt_en/bnxt_hwrm.c optional bnxt iflib pci compile-with "${BNXT_C}"
1310 dev/bnxt/bnxt_en/bnxt_mgmt.c optional bnxt iflib pci compile-with "${BNXT_C}"
1311 dev/bnxt/bnxt_en/bnxt_sysctl.c optional bnxt iflib pci compile-with "${BNXT_C}"
1312 dev/bnxt/bnxt_en/bnxt_txrx.c optional bnxt iflib pci compile-with "${BNXT_C}"
1313 dev/bnxt/bnxt_en/bnxt_ulp.c optional bnxt iflib pci compile-with "${BNXT_C}"
1314 dev/bnxt/bnxt_en/if_bnxt.c optional bnxt iflib pci compile-with "${BNXT_C}"
1352 compile-with "${NORMAL_C} -I$S/dev/cxgb"
1354 compile-with "${NORMAL_C} -I$S/dev/cxgb"
1356 compile-with "${NORMAL_C} -I$S/dev/cxgb"
1358 compile-with "${NORMAL_C} -I$S/dev/cxgb"
1360 compile-with "${NORMAL_C} -I$S/dev/cxgb"
1362 compile-with "${NORMAL_C} -I$S/dev/cxgb"
1364 compile-with "${NORMAL_C} -I$S/dev/cxgb"
1366 compile-with "${NORMAL_C} -I$S/dev/cxgb"
1368 compile-with "${NORMAL_C} -I$S/dev/cxgb"
1370 compile-with "${NORMAL_C} -I$S/dev/cxgb"
1372 compile-with "${NORMAL_C} -I$S/dev/cxgb"
1374 compile-with "${NORMAL_C} -I$S/dev/cxgb"
1376 compile-with "${NORMAL_C} -I$S/dev/cxgb"
1378 compile-with "${NORMAL_C} -I$S/dev/cxgbe"
1380 compile-with "${NORMAL_C} -I$S/dev/cxgbe"
1383 compile-with "${NORMAL_C} -I$S/dev/cxgbe"
1385 compile-with "${NORMAL_C} -I$S/dev/cxgbe"
1387 compile-with "${NORMAL_C} -I$S/dev/cxgbe"
1389 compile-with "${NORMAL_C} -I$S/dev/cxgbe"
1391 compile-with "${NORMAL_C} -I$S/dev/cxgbe"
1393 compile-with "${NORMAL_C} -I$S/dev/cxgbe"
1395 compile-with "${NORMAL_C} -I$S/dev/cxgbe"
1397 compile-with "${NORMAL_C} -I$S/dev/cxgbe"
1399 compile-with "${NORMAL_C} -I$S/dev/cxgbe"
1401 compile-with "${NORMAL_C} -I$S/dev/cxgbe"
1403 compile-with "${NORMAL_C} -I$S/dev/cxgbe"
1405 compile-with "${NORMAL_C} -I$S/dev/cxgbe"
1407 compile-with "${NORMAL_C} -I$S/dev/cxgbe"
1409 compile-with "${NORMAL_C} -I$S/dev/cxgbe"
1411 compile-with "${NORMAL_C} -I$S/dev/cxgbe"
1413 compile-with "${NORMAL_C} -I$S/dev/cxgbe"
1415 compile-with "${NORMAL_C} -I$S/dev/cxgbe"
1417 compile-with "${NORMAL_C} -I$S/dev/cxgbe"
1419 compile-with "${NORMAL_C} -I$S/dev/cxgbe"
1421 compile-with "${NORMAL_C} -I$S/dev/cxgbe"
1423 compile-with "${NORMAL_C} -I$S/dev/cxgbe"
1425 compile-with "${NORMAL_C} -I$S/dev/cxgbe"
1427 …compile-with "${AWK} -f $S/tools/fw_stub.awk t4fw_cfg.fw:t4fw_cfg t4fw_cfg_uwire.fw:t4fw_cfg_uwire…
1428 no-ctfconvert no-implicit-rule before-depend local \
1432 compile-with "${NORMAL_FWO}" \
1433 no-implicit-rule \
1437 compile-with "${CP} ${.ALLSRC} ${.TARGET}" \
1438 no-obj no-implicit-rule \
1442 compile-with "${NORMAL_FWO}" \
1443 no-implicit-rule \
1447 compile-with "${CP} ${.ALLSRC} ${.TARGET}" \
1448 no-obj no-implicit-rule \
1452 compile-with "${NORMAL_FWO}" \
1453 no-implicit-rule \
1456 dependency "$S/dev/cxgbe/firmware/t4fw-1.27.5.0.bin" \
1457 compile-with "${CP} ${.ALLSRC} ${.TARGET}" \
1458 no-obj no-implicit-rule \
1461 …compile-with "${AWK} -f $S/tools/fw_stub.awk t5fw_cfg.fw:t5fw_cfg t5fw_cfg_uwire.fw:t5fw_cfg_uwire…
1462 no-ctfconvert no-implicit-rule before-depend local \
1466 compile-with "${NORMAL_FWO}" \
1467 no-implicit-rule \
1471 compile-with "${CP} ${.ALLSRC} ${.TARGET}" \
1472 no-obj no-implicit-rule \
1476 compile-with "${NORMAL_FWO}" \
1477 no-implicit-rule \
1481 compile-with "${CP} ${.ALLSRC} ${.TARGET}" \
1482 no-obj no-implicit-rule \
1486 compile-with "${NORMAL_FWO}" \
1487 no-implicit-rule \
1490 dependency "$S/dev/cxgbe/firmware/t5fw-1.27.5.0.bin" \
1491 compile-with "${CP} ${.ALLSRC} ${.TARGET}" \
1492 no-obj no-implicit-rule \
1495 …compile-with "${AWK} -f $S/tools/fw_stub.awk t6fw_cfg.fw:t6fw_cfg t6fw_cfg_uwire.fw:t6fw_cfg_uwire…
1496 no-ctfconvert no-implicit-rule before-depend local \
1500 compile-with "${NORMAL_FWO}" \
1501 no-implicit-rule \
1505 compile-with "${CP} ${.ALLSRC} ${.TARGET}" \
1506 no-obj no-implicit-rule \
1510 compile-with "${NORMAL_FWO}" \
1511 no-implicit-rule \
1515 compile-with "${CP} ${.ALLSRC} ${.TARGET}" \
1516 no-obj no-implicit-rule \
1520 compile-with "${NORMAL_FWO}" \
1521 no-implicit-rule \
1524 dependency "$S/dev/cxgbe/firmware/t6fw-1.27.5.0.bin" \
1525 compile-with "${CP} ${.ALLSRC} ${.TARGET}" \
1526 no-obj no-implicit-rule \
1529 …compile-with "${AWK} -f $S/tools/fw_stub.awk t7fw_cfg.fw:t7fw_cfg t7fw_cfg_uwire.fw:t7fw_cfg_uwire…
1530 no-ctfconvert no-implicit-rule before-depend local \
1534 compile-with "${NORMAL_FWO}" \
1535 no-implicit-rule \
1539 compile-with "${CP} ${.ALLSRC} ${.TARGET}" \
1540 no-obj no-implicit-rule \
1544 compile-with "${NORMAL_FWO}" \
1545 no-implicit-rule \
1549 compile-with "${CP} ${.ALLSRC} ${.TARGET}" \
1550 no-obj no-implicit-rule \
1553 compile-with "${NORMAL_C} -I$S/dev/cxgbe"
1615 compile-with "${NORMAL_C} -I$S/dev/e1000"
1617 compile-with "${NORMAL_C} -I$S/dev/e1000"
1619 compile-with "${NORMAL_C} -I$S/dev/e1000"
1621 compile-with "${NORMAL_C} -I$S/dev/e1000"
1623 compile-with "${NORMAL_C} -I$S/dev/e1000"
1625 compile-with "${NORMAL_C} -I$S/dev/e1000"
1627 compile-with "${NORMAL_C} -I$S/dev/e1000"
1629 compile-with "${NORMAL_C} -I$S/dev/e1000"
1631 compile-with "${NORMAL_C} -I$S/dev/e1000"
1633 compile-with "${NORMAL_C} -I$S/dev/e1000"
1635 compile-with "${NORMAL_C} -I$S/dev/e1000"
1637 compile-with "${NORMAL_C} -I$S/dev/e1000"
1639 compile-with "${NORMAL_C} -I$S/dev/e1000"
1641 compile-with "${NORMAL_C} -I$S/dev/e1000"
1643 compile-with "${NORMAL_C} -I$S/dev/e1000"
1645 compile-with "${NORMAL_C} -I$S/dev/e1000"
1647 compile-with "${NORMAL_C} -I$S/dev/e1000"
1649 compile-with "${NORMAL_C} -I$S/dev/e1000"
1651 compile-with "${NORMAL_C} -I$S/dev/e1000"
1653 compile-with "${NORMAL_C} -I$S/dev/e1000"
1655 compile-with "${NORMAL_C} -I$S/dev/e1000"
1658 compile-with "${NORMAL_C} -I$S/contrib"
1660 compile-with "${NORMAL_C} -I$S/contrib"
1662 compile-with "${NORMAL_C} -I$S/contrib"
1664 compile-with "${NORMAL_C} -I$S/contrib"
1666 compile-with "${NORMAL_C} -I$S/contrib"
1667 contrib/ena-com/ena_com.c optional ena
1668 contrib/ena-com/ena_eth_com.c optional ena
1869 compile-with "${NORMAL_C} ${NO_WSOMETIMES_UNINITIALIZED}"
1876 …compile-with "${AWK} -f $S/tools/fw_stub.awk ipw_bss.fw:ipw_bss:130 -lintel_ipw -mipw_bss -c${.TAR…
1877 no-ctfconvert no-implicit-rule before-depend local \
1881 compile-with "${NORMAL_FWO}" \
1882 no-implicit-rule \
1885 dependency "$S/contrib/dev/ipw/ipw2100-1.3.fw.uu" \
1886 compile-with "${NORMAL_FW}" \
1887 no-obj no-implicit-rule \
1890 …compile-with "${AWK} -f $S/tools/fw_stub.awk ipw_ibss.fw:ipw_ibss:130 -lintel_ipw -mipw_ibss -c${.…
1891 no-ctfconvert no-implicit-rule before-depend local \
1895 compile-with "${NORMAL_FWO}" \
1896 no-implicit-rule \
1899 dependency "$S/contrib/dev/ipw/ipw2100-1.3-i.fw.uu" \
1900 compile-with "${NORMAL_FW}" \
1901 no-obj no-implicit-rule \
1904 …compile-with "${AWK} -f $S/tools/fw_stub.awk ipw_monitor.fw:ipw_monitor:130 -lintel_ipw -mipw_moni…
1905 no-ctfconvert no-implicit-rule before-depend local \
1909 compile-with "${NORMAL_FWO}" \
1910 no-implicit-rule \
1913 dependency "$S/contrib/dev/ipw/ipw2100-1.3-p.fw.uu" \
1914 compile-with "${NORMAL_FW}" \
1915 no-obj no-implicit-rule \
1923 compile-with "${OFED_C} -DICL_KERNEL_PROXY"
1925 compile-with "${OFED_C} -DICL_KERNEL_PROXY"
1927 compile-with "${OFED_C} -DICL_KERNEL_PROXY"
1929 compile-with "${OFED_C} -DICL_KERNEL_PROXY"
1940 …compile-with "${AWK} -f $S/tools/fw_stub.awk iwi_bss.fw:iwi_bss:300 -lintel_iwi -miwi_bss -c${.TAR…
1941 no-ctfconvert no-implicit-rule before-depend local \
1945 compile-with "${NORMAL_FWO}" \
1946 no-implicit-rule \
1949 dependency "$S/contrib/dev/iwi/ipw2200-bss.fw.uu" \
1950 compile-with "${NORMAL_FW}" \
1951 no-obj no-implicit-rule \
1954 …compile-with "${AWK} -f $S/tools/fw_stub.awk iwi_ibss.fw:iwi_ibss:300 -lintel_iwi -miwi_ibss -c${.…
1955 no-ctfconvert no-implicit-rule before-depend local \
1959 compile-with "${NORMAL_FWO}" \
1960 no-implicit-rule \
1963 dependency "$S/contrib/dev/iwi/ipw2200-ibss.fw.uu" \
1964 compile-with "${NORMAL_FW}" \
1965 no-obj no-implicit-rule \
1968 …compile-with "${AWK} -f $S/tools/fw_stub.awk iwi_monitor.fw:iwi_monitor:300 -lintel_iwi -miwi_moni…
1969 no-ctfconvert no-implicit-rule before-depend local \
1973 compile-with "${NORMAL_FWO}" \
1974 no-implicit-rule \
1977 dependency "$S/contrib/dev/iwi/ipw2200-sniffer.fw.uu" \
1978 compile-with "${NORMAL_FW}" \
1979 no-obj no-implicit-rule \
2001 compile-with "${AWK} -f $S/tools/fw_stub.awk iwm3160.fw:iwm3160fw -miwm3160fw -c${.TARGET}" \
2002 no-ctfconvert no-implicit-rule before-depend local \
2006 compile-with "${NORMAL_FWO}" \
2007 no-implicit-rule \
2010 dependency "$S/contrib/dev/iwm/iwm-3160-17.fw.uu" \
2011 compile-with "${NORMAL_FW}" \
2012 no-obj no-implicit-rule \
2015 compile-with "${AWK} -f $S/tools/fw_stub.awk iwm3168.fw:iwm3168fw -miwm3168fw -c${.TARGET}" \
2016 no-ctfconvert no-implicit-rule before-depend local \
2020 compile-with "${NORMAL_FWO}" \
2021 no-implicit-rule \
2024 dependency "$S/contrib/dev/iwm/iwm-3168-22.fw.uu" \
2025 compile-with "${NORMAL_FW}" \
2026 no-obj no-implicit-rule \
2029 compile-with "${AWK} -f $S/tools/fw_stub.awk iwm7260.fw:iwm7260fw -miwm7260fw -c${.TARGET}" \
2030 no-ctfconvert no-implicit-rule before-depend local \
2034 compile-with "${NORMAL_FWO}" \
2035 no-implicit-rule \
2038 dependency "$S/contrib/dev/iwm/iwm-7260-17.fw.uu" \
2039 compile-with "${NORMAL_FW}" \
2040 no-obj no-implicit-rule \
2043 compile-with "${AWK} -f $S/tools/fw_stub.awk iwm7265.fw:iwm7265fw -miwm7265fw -c${.TARGET}" \
2044 no-ctfconvert no-implicit-rule before-depend local \
2048 compile-with "${NORMAL_FWO}" \
2049 no-implicit-rule \
2052 dependency "$S/contrib/dev/iwm/iwm-7265-17.fw.uu" \
2053 compile-with "${NORMAL_FW}" \
2054 no-obj no-implicit-rule \
2057 compile-with "${AWK} -f $S/tools/fw_stub.awk iwm7265D.fw:iwm7265Dfw -miwm7265Dfw -c${.TARGET}" \
2058 no-ctfconvert no-implicit-rule before-depend local \
2062 compile-with "${NORMAL_FWO}" \
2063 no-implicit-rule \
2066 dependency "$S/contrib/dev/iwm/iwm-7265D-17.fw.uu" \
2067 compile-with "${NORMAL_FW}" \
2068 no-obj no-implicit-rule \
2071 compile-with "${AWK} -f $S/tools/fw_stub.awk iwm8000C.fw:iwm8000Cfw -miwm8000Cfw -c${.TARGET}" \
2072 no-ctfconvert no-implicit-rule before-depend local \
2076 compile-with "${NORMAL_FWO}" \
2077 no-implicit-rule \
2080 dependency "$S/contrib/dev/iwm/iwm-8000C-16.fw.uu" \
2081 compile-with "${NORMAL_FW}" \
2082 no-obj no-implicit-rule \
2085 dependency "$S/contrib/dev/iwm/iwm-8265-22.fw.uu" \
2086 compile-with "${NORMAL_FW}" \
2087 no-obj no-implicit-rule \
2090 compile-with "${AWK} -f $S/tools/fw_stub.awk iwm8265.fw:iwm8265fw -miwm8265fw -c${.TARGET}" \
2091 no-ctfconvert no-implicit-rule before-depend local \
2095 compile-with "${NORMAL_FWO}" \
2096 no-implicit-rule \
2100 compile-with "${AWK} -f $S/tools/fw_stub.awk iwn1000.fw:iwn1000fw -miwn1000fw -c${.TARGET}" \
2101 no-ctfconvert no-implicit-rule before-depend local \
2105 compile-with "${NORMAL_FWO}" \
2106 no-implicit-rule \
2109 dependency "$S/contrib/dev/iwn/iwlwifi-1000-39.31.5.1.fw.uu" \
2110 compile-with "${NORMAL_FW}" \
2111 no-obj no-implicit-rule \
2114 compile-with "${AWK} -f $S/tools/fw_stub.awk iwn100.fw:iwn100fw -miwn100fw -c${.TARGET}" \
2115 no-ctfconvert no-implicit-rule before-depend local \
2119 compile-with "${NORMAL_FWO}" \
2120 no-implicit-rule \
2123 dependency "$S/contrib/dev/iwn/iwlwifi-100-39.31.5.1.fw.uu" \
2124 compile-with "${NORMAL_FW}" \
2125 no-obj no-implicit-rule \
2128 compile-with "${AWK} -f $S/tools/fw_stub.awk iwn105.fw:iwn105fw -miwn105fw -c${.TARGET}" \
2129 no-ctfconvert no-implicit-rule before-depend local \
2133 compile-with "${NORMAL_FWO}" \
2134 no-implicit-rule \
2137 dependency "$S/contrib/dev/iwn/iwlwifi-105-6-18.168.6.1.fw.uu" \
2138 compile-with "${NORMAL_FW}" \
2139 no-obj no-implicit-rule \
2142 compile-with "${AWK} -f $S/tools/fw_stub.awk iwn135.fw:iwn135fw -miwn135fw -c${.TARGET}" \
2143 no-ctfconvert no-implicit-rule before-depend local \
2147 compile-with "${NORMAL_FWO}" \
2148 no-implicit-rule \
2151 dependency "$S/contrib/dev/iwn/iwlwifi-135-6-18.168.6.1.fw.uu" \
2152 compile-with "${NORMAL_FW}" \
2153 no-obj no-implicit-rule \
2156 compile-with "${AWK} -f $S/tools/fw_stub.awk iwn2000.fw:iwn2000fw -miwn2000fw -c${.TARGET}" \
2157 no-ctfconvert no-implicit-rule before-depend local \
2161 compile-with "${NORMAL_FWO}" \
2162 no-implicit-rule \
2165 dependency "$S/contrib/dev/iwn/iwlwifi-2000-18.168.6.1.fw.uu" \
2166 compile-with "${NORMAL_FW}" \
2167 no-obj no-implicit-rule \
2170 compile-with "${AWK} -f $S/tools/fw_stub.awk iwn2030.fw:iwn2030fw -miwn2030fw -c${.TARGET}" \
2171 no-ctfconvert no-implicit-rule before-depend local \
2175 compile-with "${NORMAL_FWO}" \
2176 no-implicit-rule \
2179 dependency "$S/contrib/dev/iwn/iwnwifi-2030-18.168.6.1.fw.uu" \
2180 compile-with "${NORMAL_FW}" \
2181 no-obj no-implicit-rule \
2184 compile-with "${AWK} -f $S/tools/fw_stub.awk iwn4965.fw:iwn4965fw -miwn4965fw -c${.TARGET}" \
2185 no-ctfconvert no-implicit-rule before-depend local \
2189 compile-with "${NORMAL_FWO}" \
2190 no-implicit-rule \
2193 dependency "$S/contrib/dev/iwn/iwlwifi-4965-228.61.2.24.fw.uu" \
2194 compile-with "${NORMAL_FW}" \
2195 no-obj no-implicit-rule \
2198 compile-with "${AWK} -f $S/tools/fw_stub.awk iwn5000.fw:iwn5000fw -miwn5000fw -c${.TARGET}" \
2199 no-ctfconvert no-implicit-rule before-depend local \
2203 compile-with "${NORMAL_FWO}" \
2204 no-implicit-rule \
2207 dependency "$S/contrib/dev/iwn/iwlwifi-5000-8.83.5.1.fw.uu" \
2208 compile-with "${NORMAL_FW}" \
2209 no-obj no-implicit-rule \
2212 compile-with "${AWK} -f $S/tools/fw_stub.awk iwn5150.fw:iwn5150fw -miwn5150fw -c${.TARGET}" \
2213 no-ctfconvert no-implicit-rule before-depend local \
2217 compile-with "${NORMAL_FWO}" \
2218 no-implicit-rule \
2221 dependency "$S/contrib/dev/iwn/iwlwifi-5150-8.24.2.2.fw.uu"\
2222 compile-with "${NORMAL_FW}" \
2223 no-obj no-implicit-rule \
2226 compile-with "${AWK} -f $S/tools/fw_stub.awk iwn6000.fw:iwn6000fw -miwn6000fw -c${.TARGET}" \
2227 no-ctfconvert no-implicit-rule before-depend local \
2231 compile-with "${NORMAL_FWO}" \
2232 no-implicit-rule \
2235 dependency "$S/contrib/dev/iwn/iwlwifi-6000-9.221.4.1.fw.uu" \
2236 compile-with "${NORMAL_FW}" \
2237 no-obj no-implicit-rule \
2240 …compile-with "${AWK} -f $S/tools/fw_stub.awk iwn6000g2a.fw:iwn6000g2afw -miwn6000g2afw -c${.TARGET…
2241 no-ctfconvert no-implicit-rule before-depend local \
2245 compile-with "${NORMAL_FWO}" \
2246 no-implicit-rule \
2249 dependency "$S/contrib/dev/iwn/iwlwifi-6000g2a-18.168.6.1.fw.uu" \
2250 compile-with "${NORMAL_FW}" \
2251 no-obj no-implicit-rule \
2254 …compile-with "${AWK} -f $S/tools/fw_stub.awk iwn6000g2b.fw:iwn6000g2bfw -miwn6000g2bfw -c${.TARGET…
2255 no-ctfconvert no-implicit-rule before-depend local \
2259 compile-with "${NORMAL_FWO}" \
2260 no-implicit-rule \
2263 dependency "$S/contrib/dev/iwn/iwlwifi-6000g2b-18.168.6.1.fw.uu" \
2264 compile-with "${NORMAL_FW}" \
2265 no-obj no-implicit-rule \
2268 compile-with "${AWK} -f $S/tools/fw_stub.awk iwn6050.fw:iwn6050fw -miwn6050fw -c${.TARGET}" \
2269 no-ctfconvert no-implicit-rule before-depend local \
2273 compile-with "${NORMAL_FWO}" \
2274 no-implicit-rule \
2277 dependency "$S/contrib/dev/iwn/iwlwifi-6050-41.28.5.1.fw.uu" \
2278 compile-with "${NORMAL_FW}" \
2279 no-obj no-implicit-rule \
2282 compile-with "${NORMAL_C} -I$S/dev/ixgbe -DSMP"
2284 compile-with "${NORMAL_C} -I$S/dev/ixgbe -DSMP"
2286 compile-with "${NORMAL_C} -I$S/dev/ixgbe"
2288 compile-with "${NORMAL_C} -I$S/dev/ixgbe"
2290 compile-with "${NORMAL_C} -I$S/dev/ixgbe"
2292 compile-with "${NORMAL_C} -I$S/dev/ixgbe"
2294 compile-with "${NORMAL_C} -I$S/dev/ixgbe"
2296 compile-with "${NORMAL_C} -I$S/dev/ixgbe"
2298 compile-with "${NORMAL_C} -I$S/dev/ixgbe"
2300 compile-with "${NORMAL_C} -I$S/dev/ixgbe"
2302 compile-with "${NORMAL_C} -I$S/dev/ixgbe"
2304 compile-with "${NORMAL_C} -I$S/dev/ixgbe"
2306 compile-with "${NORMAL_C} -I$S/dev/ixgbe"
2308 compile-with "${NORMAL_C} -I$S/dev/ixgbe"
2310 compile-with "${NORMAL_C} -I$S/dev/ixgbe"
2312 compile-with "${NORMAL_C} -I$S/dev/ixgbe"
2314 compile-with "${NORMAL_C} -I$S/dev/ixgbe"
2316 compile-with "${NORMAL_C} -I$S/dev/ixgbe"
2318 compile-with "${NORMAL_C} -I$S/dev/ixgbe"
2320 compile-with "${NORMAL_C} -I$S/dev/ixgbe"
2323 dev/kbd/kbd.c optional atkbd | pckbd | sc | ukbd | vt | hkbd
2330 dev/led/led.c standard
2333 compile-with "${NORMAL_C} \
2334 -I$S/dev/liquidio -I$S/dev/liquidio/base -DSMP"
2336 compile-with "${NORMAL_C} \
2337 -I$S/dev/liquidio -I$S/dev/liquidio/base -DSMP"
2339 compile-with "${NORMAL_C} \
2340 -I$S/dev/liquidio -I$S/dev/liquidio/base -DSMP"
2342 compile-with "${NORMAL_C} \
2343 -I$S/dev/liquidio -I$S/dev/liquidio/base -DSMP"
2345 compile-with "${NORMAL_C} \
2346 -I$S/dev/liquidio -I$S/dev/liquidio/base -DSMP"
2348 compile-with "${NORMAL_C} \
2349 -I$S/dev/liquidio -I$S/dev/liquidio/base -DSMP"
2351 compile-with "${NORMAL_C} \
2352 -I$S/dev/liquidio -I$S/dev/liquidio/base -DSMP"
2354 compile-with "${NORMAL_C} \
2355 -I$S/dev/liquidio -I$S/dev/liquidio/base -DSMP"
2357 compile-with "${NORMAL_C} \
2358 -I$S/dev/liquidio -I$S/dev/liquidio/base -DSMP"
2360 compile-with "${NORMAL_C} \
2361 -I$S/dev/liquidio -I$S/dev/liquidio/base -DSMP"
2363 compile-with "${NORMAL_C} \
2364 -I$S/dev/liquidio -I$S/dev/liquidio/base -DSMP"
2366 compile-with "${NORMAL_C} \
2367 -I$S/dev/liquidio -I$S/dev/liquidio/base -DSMP"
2369 compile-with "${NORMAL_C} \
2370 -I$S/dev/liquidio -I$S/dev/liquidio/base -DSMP"
2372 compile-with "${NORMAL_C} \
2373 -I$S/dev/liquidio -I$S/dev/liquidio/base -DSMP"
2375 …compile-with "${AWK} -f $S/tools/fw_stub.awk lio_23xx_nic.bin.fw:lio_23xx_nic.bin -mlio_23xx_nic.b…
2376 no-ctfconvert no-implicit-rule before-depend local \
2380 compile-with "${NORMAL_FWO}" \
2381 no-implicit-rule \
2385 compile-with "${NORMAL_FW}" \
2386 no-obj no-implicit-rule \
2444 compile-with "${MLXFW_C}"
2446 compile-with "${MLXFW_C}"
2448 compile-with "${MLXFW_C}"
2468 compile-with "${NORMAL_C} ${NO_WSOMETIMES_UNINITIALIZED}"
2471 compile-with "${NORMAL_C} ${NO_WUNNEEDED_INTERNAL_DECL}"
2479 compile-with "${NORMAL_C} ${NO_WSOMETIMES_UNINITIALIZED}"
2482 compile-with "${NORMAL_C} ${NO_WUNNEEDED_INTERNAL_DECL}"
2500 compile-with "${LINUXKPI_C}"
2509 …compile-with "${AWK} -f $S/tools/fw_stub.awk mw88W8363.fw:mw88W8363fw mwlboot.fw:mwlboot -mmwl -c$…
2510 no-ctfconvert no-implicit-rule before-depend local \
2514 compile-with "${NORMAL_FWO}" \
2515 no-implicit-rule \
2519 compile-with "${NORMAL_FW}" \
2520 no-obj no-implicit-rule \
2524 compile-with "${NORMAL_FWO}" \
2525 no-implicit-rule \
2529 compile-with "${NORMAL_FW}" \
2530 no-obj no-implicit-rule \
2552 # compile-with "${NORMAL_C} -Wconversion -Wextra"
2656 compile-with "${NORMAL_C} -Wunused-variable -Woverflow -Wparentheses -w"
2658 compile-with "${NORMAL_C} -Wunused-variable -Woverflow -Wparentheses -w"
2660 compile-with "${NORMAL_C} -Wunused-variable -Woverflow -Wparentheses -w"
2662 compile-with "${NORMAL_C} -Wunused-variable -Woverflow -Wparentheses -w"
2664 compile-with "${NORMAL_C} -Wunused-variable -Woverflow -Wparentheses -w"
2666 compile-with "${NORMAL_C} -Wunused-variable -Woverflow -Wparentheses -w"
2668 compile-with "${NORMAL_C} -Wunused-variable -Woverflow -Wparentheses -w"
2670 compile-with "${NORMAL_C} -Wunused-variable -Woverflow -Wparentheses -w"
2672 compile-with "${NORMAL_C} -Wunused-variable -Woverflow -Wparentheses -w"
2674 compile-with "${NORMAL_C} -Wunused-variable -Woverflow -Wparentheses -w"
2676 compile-with "${NORMAL_C} -Wunused-variable -Woverflow -Wparentheses -w"
2678 compile-with "${NORMAL_C} -Wunused-variable -Woverflow -Wparentheses -w"
2680 compile-with "${NORMAL_C} -Wunused-variable -Woverflow -Wparentheses -w"
2682 compile-with "${NORMAL_C} -Wunused-variable -Woverflow -Wparentheses -w"
2684 compile-with "${NORMAL_C} -Wunused-variable -Woverflow -Wparentheses -w"
2686 compile-with "${NORMAL_C} -Wunused-variable -Woverflow -Wparentheses -w"
2688 compile-with "${NORMAL_C} -Wunused-variable -Woverflow -Wparentheses -w"
2690 compile-with "${NORMAL_C} -Wunused-variable -Woverflow -Wparentheses -w"
2692 compile-with "${NORMAL_C} -Wunused-variable -Woverflow -Wparentheses -w"
2694 compile-with "${NORMAL_C} -Wunused-variable -Woverflow -Wparentheses -w"
2696 compile-with "${NORMAL_C} -Wunused-variable -Woverflow -Wparentheses -w"
2698 compile-with "${NORMAL_C} -Wunused-variable -Woverflow -Wparentheses -w"
2700 compile-with "${NORMAL_C} -Wunused-variable -Woverflow -Wparentheses -w"
2702 compile-with "${NORMAL_C} -Wunused-variable -Woverflow -Wparentheses -w"
2704 compile-with "${NORMAL_C} -Wunused-variable -Woverflow -Wparentheses -w"
2706 compile-with "${NORMAL_C} -Wunused-variable -Woverflow -Wparentheses -w"
2708 compile-with "${NORMAL_C} -Wunused-variable -Woverflow -Wparentheses -w"
2710 compile-with "${NORMAL_C} -Wunused-variable -Woverflow -Wparentheses -w"
2712 compile-with "${NORMAL_C} -Wunused-variable -Woverflow -Wparentheses -w"
2714 compile-with "${NORMAL_C} -Wunused-variable -Woverflow -Wparentheses -w"
2716 compile-with "${NORMAL_C} -Wunused-variable -Woverflow -Wparentheses -w"
2718 compile-with "${NORMAL_C} -Wunused-variable -Woverflow -Wparentheses -w"
2720 compile-with "${NORMAL_C} -Wunused-variable -Woverflow -Wparentheses -w"
2722 compile-with "${NORMAL_C} -Wunused-variable -Woverflow -Wparentheses -w"
2724 compile-with "${NORMAL_C} -Wunused-variable -Woverflow -Wparentheses -w"
2726 compile-with "${NORMAL_C} -Wunused-variable -Woverflow -Wparentheses -w"
2728 compile-with "${NORMAL_C} -Wunused-variable -Woverflow -Wparentheses -w"
2730 compile-with "${NORMAL_C} -Wunused-variable -Woverflow -Wparentheses -w"
2732 compile-with "${NORMAL_C} -Wunused-variable -Woverflow -Wparentheses -w"
2734 compile-with "${NORMAL_C} -Wunused-variable -Woverflow -Wparentheses -w"
2736 compile-with "${NORMAL_C} -Wunused-variable -Woverflow -Wparentheses -w"
2738 compile-with "${NORMAL_C} -Wunused-variable -Woverflow -Wparentheses -w"
2740 compile-with "${NORMAL_C} -Wunused-variable -Woverflow -Wparentheses -w"
2742 compile-with "${NORMAL_C} -Wunused-variable -Woverflow -Wparentheses -w"
2744 compile-with "${NORMAL_C} -Wunused-variable -Woverflow -Wparentheses -w"
2746 compile-with "${NORMAL_C} -Wunused-variable -Woverflow -Wparentheses -w"
2748 compile-with "${NORMAL_C} -Wunused-variable -Woverflow -Wparentheses -w"
2750 compile-with "${NORMAL_C} -Wunused-variable -Woverflow -Wparentheses -w"
2771 dev/pst/pst-iop.c optional pst
2772 dev/pst/pst-pci.c optional pst pci
2773 dev/pst/pst-raid.c optional pst
2783 dev/pwm/pwm_backlight.c optional pwm pwm_backlight fdt backlight
2790 compile-with "${AWK} -f $S/tools/fw_stub.awk rt2561.fw:rt2561fw -mrt2561 -c${.TARGET}" \
2791 no-ctfconvert no-implicit-rule before-depend local \
2795 compile-with "${NORMAL_FWO}" \
2796 no-implicit-rule \
2800 compile-with "${NORMAL_FW}" \
2801 no-obj no-implicit-rule \
2804 compile-with "${AWK} -f $S/tools/fw_stub.awk rt2561s.fw:rt2561sfw -mrt2561s -c${.TARGET}" \
2805 no-ctfconvert no-implicit-rule before-depend local \
2809 compile-with "${NORMAL_FWO}" \
2810 no-implicit-rule \
2814 compile-with "${NORMAL_FW}" \
2815 no-obj no-implicit-rule \
2818 compile-with "${AWK} -f $S/tools/fw_stub.awk rt2661.fw:rt2661fw -mrt2661 -c${.TARGET}" \
2819 no-ctfconvert no-implicit-rule before-depend local \
2823 compile-with "${NORMAL_FWO}" \
2824 no-implicit-rule \
2828 compile-with "${NORMAL_FW}" \
2829 no-obj no-implicit-rule \
2832 compile-with "${AWK} -f $S/tools/fw_stub.awk rt2860.fw:rt2860fw -mrt2860 -c${.TARGET}" \
2833 no-ctfconvert no-implicit-rule before-depend local \
2837 compile-with "${NORMAL_FWO}" \
2838 no-implicit-rule \
2842 compile-with "${NORMAL_FW}" \
2843 no-obj no-implicit-rule \
2850 compile-with "${NORMAL_C} -I$S/crypto/blake2"
2852 compile-with "${NORMAL_C} -I$S/crypto/blake2"
2854 compile-with "${NORMAL_C} -I$S/crypto/blake2"
2967 rtwn-rtl8188eefw.c optional rtwn-rtl8188eefw | rtwnfw \
2968 …compile-with "${AWK} -f $S/tools/fw_stub.awk rtwn-rtl8188eefw.fw:rtwn-rtl8188eefw:111 -mrtwn-rtl81…
2969 no-ctfconvert no-implicit-rule before-depend local \
2970 clean "rtwn-rtl8188eefw.c"
2971 rtwn-rtl8188eefw.fwo optional rtwn-rtl8188eefw | rtwnfw \
2972 dependency "rtwn-rtl8188eefw.fw" \
2973 compile-with "${NORMAL_FWO}" \
2974 no-implicit-rule \
2975 clean "rtwn-rtl8188eefw.fwo"
2976 rtwn-rtl8188eefw.fw optional rtwn-rtl8188eefw | rtwnfw \
2977 dependency "$S/contrib/dev/rtwn/rtwn-rtl8188eefw.fw.uu" \
2978 compile-with "${NORMAL_FW}" \
2979 no-obj no-implicit-rule \
2980 clean "rtwn-rtl8188eefw.fw"
2981 rtwn-rtl8188eufw.c optional rtwn-rtl8188eufw | rtwnfw \
2982 …compile-with "${AWK} -f $S/tools/fw_stub.awk rtwn-rtl8188eufw.fw:rtwn-rtl8188eufw:111 -mrtwn-rtl81…
2983 no-ctfconvert no-implicit-rule before-depend local \
2984 clean "rtwn-rtl8188eufw.c"
2985 rtwn-rtl8188eufw.fwo optional rtwn-rtl8188eufw | rtwnfw \
2986 dependency "rtwn-rtl8188eufw.fw" \
2987 compile-with "${NORMAL_FWO}" \
2988 no-implicit-rule \
2989 clean "rtwn-rtl8188eufw.fwo"
2990 rtwn-rtl8188eufw.fw optional rtwn-rtl8188eufw | rtwnfw \
2991 dependency "$S/contrib/dev/rtwn/rtwn-rtl8188eufw.fw.uu" \
2992 compile-with "${NORMAL_FW}" \
2993 no-obj no-implicit-rule \
2994 clean "rtwn-rtl8188eufw.fw"
2995 rtwn-rtl8192cfwE.c optional rtwn-rtl8192cfwE | rtwnfw \
2996 …compile-with "${AWK} -f $S/tools/fw_stub.awk rtwn-rtl8192cfwE.fw:rtwn-rtl8192cfwE:111 -mrtwn-rtl81…
2997 no-ctfconvert no-implicit-rule before-depend local \
2998 clean "rtwn-rtl8192cfwE.c"
2999 rtwn-rtl8192cfwE.fwo optional rtwn-rtl8192cfwE | rtwnfw \
3000 dependency "rtwn-rtl8192cfwE.fw" \
3001 compile-with "${NORMAL_FWO}" \
3002 no-implicit-rule \
3003 clean "rtwn-rtl8192cfwE.fwo"
3004 rtwn-rtl8192cfwE.fw optional rtwn-rtl8192cfwE | rtwnfw \
3005 dependency "$S/contrib/dev/rtwn/rtwn-rtl8192cfwE.fw.uu" \
3006 compile-with "${NORMAL_FW}" \
3007 no-obj no-implicit-rule \
3008 clean "rtwn-rtl8192cfwE.fw"
3009 rtwn-rtl8192cfwE_B.c optional rtwn-rtl8192cfwE_B | rtwnfw \
3010 …compile-with "${AWK} -f $S/tools/fw_stub.awk rtwn-rtl8192cfwE_B.fw:rtwn-rtl8192cfwE_B:111 -mrtwn-r…
3011 no-ctfconvert no-implicit-rule before-depend local \
3012 clean "rtwn-rtl8192cfwE_B.c"
3013 rtwn-rtl8192cfwE_B.fwo optional rtwn-rtl8192cfwE_B | rtwnfw \
3014 dependency "rtwn-rtl8192cfwE_B.fw" \
3015 compile-with "${NORMAL_FWO}" \
3016 no-implicit-rule \
3017 clean "rtwn-rtl8192cfwE_B.fwo"
3018 rtwn-rtl8192cfwE_B.fw optional rtwn-rtl8192cfwE_B | rtwnfw \
3019 dependency "$S/contrib/dev/rtwn/rtwn-rtl8192cfwE_B.fw.uu" \
3020 compile-with "${NORMAL_FW}" \
3021 no-obj no-implicit-rule \
3022 clean "rtwn-rtl8192cfwE_B.fw"
3023 rtwn-rtl8192cfwT.c optional rtwn-rtl8192cfwT | rtwnfw \
3024 …compile-with "${AWK} -f $S/tools/fw_stub.awk rtwn-rtl8192cfwT.fw:rtwn-rtl8192cfwT:111 -mrtwn-rtl81…
3025 no-ctfconvert no-implicit-rule before-depend local \
3026 clean "rtwn-rtl8192cfwT.c"
3027 rtwn-rtl8192cfwT.fwo optional rtwn-rtl8192cfwT | rtwnfw \
3028 dependency "rtwn-rtl8192cfwT.fw" \
3029 compile-with "${NORMAL_FWO}" \
3030 no-implicit-rule \
3031 clean "rtwn-rtl8192cfwT.fwo"
3032 rtwn-rtl8192cfwT.fw optional rtwn-rtl8192cfwT | rtwnfw \
3033 dependency "$S/contrib/dev/rtwn/rtwn-rtl8192cfwT.fw.uu" \
3034 compile-with "${NORMAL_FW}" \
3035 no-obj no-implicit-rule \
3036 clean "rtwn-rtl8192cfwT.fw"
3037 rtwn-rtl8192cfwU.c optional rtwn-rtl8192cfwU | rtwnfw \
3038 …compile-with "${AWK} -f $S/tools/fw_stub.awk rtwn-rtl8192cfwU.fw:rtwn-rtl8192cfwU:111 -mrtwn-rtl81…
3039 no-ctfconvert no-implicit-rule before-depend local \
3040 clean "rtwn-rtl8192cfwU.c"
3041 rtwn-rtl8192cfwU.fwo optional rtwn-rtl8192cfwU | rtwnfw \
3042 dependency "rtwn-rtl8192cfwU.fw" \
3043 compile-with "${NORMAL_FWO}" \
3044 no-implicit-rule \
3045 clean "rtwn-rtl8192cfwU.fwo"
3046 rtwn-rtl8192cfwU.fw optional rtwn-rtl8192cfwU | rtwnfw \
3047 dependency "$S/contrib/dev/rtwn/rtwn-rtl8192cfwU.fw.uu" \
3048 compile-with "${NORMAL_FW}" \
3049 no-obj no-implicit-rule \
3050 clean "rtwn-rtl8192cfwU.fw"
3051 rtwn-rtl8192eufw.c optional rtwn-rtl8192eufw | rtwnfw \
3052 …compile-with "${AWK} -f $S/tools/fw_stub.awk rtwn-rtl8192eufw.fw:rtwn-rtl8192eufw:111 -mrtwn-rtl81…
3053 no-ctfconvert no-implicit-rule before-depend local \
3054 clean "rtwn-rtl8192eufw.c"
3055 rtwn-rtl8192eufw.fwo optional rtwn-rtl8192eufw | rtwnfw \
3056 dependency "rtwn-rtl8192eufw.fw" \
3057 compile-with "${NORMAL_FWO}" \
3058 no-implicit-rule \
3059 clean "rtwn-rtl8192eufw.fwo"
3060 rtwn-rtl8192eufw.fw optional rtwn-rtl8192eufw | rtwnfw \
3061 dependency "$S/contrib/dev/rtwn/rtwn-rtl8192eufw.fw.uu" \
3062 compile-with "${NORMAL_FW}" \
3063 no-obj no-implicit-rule \
3064 clean "rtwn-rtl8192eufw.fw"
3065 rtwn-rtl8812aufw.c optional rtwn-rtl8812aufw | rtwnfw \
3066 …compile-with "${AWK} -f $S/tools/fw_stub.awk rtwn-rtl8812aufw.fw:rtwn-rtl8812aufw:111 -mrtwn-rtl88…
3067 no-ctfconvert no-implicit-rule before-depend local \
3068 clean "rtwn-rtl8812aufw.c"
3069 rtwn-rtl8812aufw.fwo optional rtwn-rtl8812aufw | rtwnfw \
3070 dependency "rtwn-rtl8812aufw.fw" \
3071 compile-with "${NORMAL_FWO}" \
3072 no-implicit-rule \
3073 clean "rtwn-rtl8812aufw.fwo"
3074 rtwn-rtl8812aufw.fw optional rtwn-rtl8812aufw | rtwnfw \
3075 dependency "$S/contrib/dev/rtwn/rtwn-rtl8812aufw.fw.uu" \
3076 compile-with "${NORMAL_FW}" \
3077 no-obj no-implicit-rule \
3078 clean "rtwn-rtl8812aufw.fw"
3079 rtwn-rtl8821aufw.c optional rtwn-rtl8821aufw | rtwnfw \
3080 …compile-with "${AWK} -f $S/tools/fw_stub.awk rtwn-rtl8821aufw.fw:rtwn-rtl8821aufw:111 -mrtwn-rtl88…
3081 no-ctfconvert no-implicit-rule before-depend local \
3082 clean "rtwn-rtl8821aufw.c"
3083 rtwn-rtl8821aufw.fwo optional rtwn-rtl8821aufw | rtwnfw \
3084 dependency "rtwn-rtl8821aufw.fw" \
3085 compile-with "${NORMAL_FWO}" \
3086 no-implicit-rule \
3087 clean "rtwn-rtl8821aufw.fwo"
3088 rtwn-rtl8821aufw.fw optional rtwn-rtl8821aufw | rtwnfw \
3089 dependency "$S/contrib/dev/rtwn/rtwn-rtl8821aufw.fw.uu" \
3090 compile-with "${NORMAL_FW}" \
3091 no-obj no-implicit-rule \
3092 clean "rtwn-rtl8821aufw.fw"
3132 dev/sound/pci/emu10kx-pcm.c optional snd_emu10kx pci
3133 dev/sound/pci/emu10kx-midi.c optional snd_emu10kx pci
3153 dev/sound/pci/hdsp-pcm.c optional snd_hdsp pci
3155 dev/sound/pci/hdspe-pcm.c optional snd_hdspe pci
3217 dev/syscons/scterm-dumb.c optional sc !SC_NO_TERM_DUMB
3218 dev/syscons/scterm-sc.c optional sc !SC_NO_TERM_SC
3219 dev/syscons/scterm-teken.c optional sc !SC_NO_TERM_TEKEN
3355 rsu-rtl8712fw.c optional rsu-rtl8712fw | rsufw \
3356 …compile-with "${AWK} -f $S/tools/fw_stub.awk rsu-rtl8712fw.fw:rsu-rtl8712fw:120 -mrsu-rtl8712fw -c…
3357 no-ctfconvert no-implicit-rule before-depend local \
3358 clean "rsu-rtl8712fw.c"
3359 rsu-rtl8712fw.fwo optional rsu-rtl8712fw | rsufw \
3360 dependency "rsu-rtl8712fw.fw" \
3361 compile-with "${NORMAL_FWO}" \
3362 no-implicit-rule \
3363 clean "rsu-rtl8712fw.fwo"
3364 rsu-rtl8712fw.fw optional rsu-rtl8712.fw | rsufw \
3365 dependency "$S/contrib/dev/rsu/rsu-rtl8712fw.fw.uu" \
3366 compile-with "${NORMAL_FW}" \
3367 no-obj no-implicit-rule \
3368 clean "rsu-rtl8712fw.fw"
3372 compile-with "${AWK} -f $S/tools/fw_stub.awk run.fw:runfw -mrunfw -c${.TARGET}" \
3373 no-ctfconvert no-implicit-rule before-depend local \
3377 compile-with "${NORMAL_FWO}" \
3378 no-implicit-rule \
3382 compile-with "${NORMAL_FW}" \
3383 no-obj no-implicit-rule \
3526 compile-with "${NORMAL_C} -include $S/dev/wg/compat.h"
3528 compile-with "${NORMAL_C} -include $S/dev/wg/compat.h"
3530 compile-with "${NORMAL_C} -include $S/dev/wg/compat.h"
3532 compile-with "${NORMAL_C} -include $S/dev/wg/compat.h"
3535 compile-with "${AWK} -f $S/tools/fw_stub.awk wpi.fw:wpifw:153229 -mwpi -c${.TARGET}" \
3536 no-ctfconvert no-implicit-rule before-depend local \
3540 compile-with "${NORMAL_FWO}" \
3541 no-implicit-rule \
3544 dependency "$S/contrib/dev/wpi/iwlwifi-3945-15.32.2.9.fw.uu" \
3545 compile-with "${NORMAL_FW}" \
3546 no-obj no-implicit-rule \
3665 fs/tarfs/tarfs_io.c optional tarfs compile-with "${NORMAL_C} -I$S/contrib/zstd/lib/freebsd"
3761 compile-with "${NORMAL_C} -I$S/contrib/zstd/lib/freebsd"
3798 compile-with "${LINUXKPI_C}"
3843 compile-with "${NOSAN_C} ${MSAN_CFLAGS}"
3907 compile-with "${NORMAL_C:N-fstack-protector*}"
3911 compile-with "${NOSAN_C:N-fstack-protector*}"
3921 compile-with "${NORMAL_C} -I$S/contrib/zstd/lib/freebsd"
3923 compile-with "${NOSAN_C}"
3926 compile-with "${NOSAN_C:N-fstack-protector*}"
3946 compile-with "${NOSAN_C:N-fstack-protector*}"
4030 # Kernel GSS-API
4034 compile-with "RPCGEN_CPP='${CPP}' rpcgen -hM $S/kgssapi/gssd.x | grep -v pthread.h > gssd.h" \
4035 no-obj no-implicit-rule before-depend local \
4039 compile-with "RPCGEN_CPP='${CPP}' rpcgen -c $S/kgssapi/gssd.x -o gssd_xdr.c" \
4040 no-ctfconvert no-implicit-rule before-depend local \
4044 compile-with "RPCGEN_CPP='${CPP}' rpcgen -lM $S/kgssapi/gssd.x | grep -v string.h > gssd_clnt.c" \
4045 no-ctfconvert no-implicit-rule before-depend local \
4137 compile-with "${ZLIB_C}"
4140 compile-with "${ZLIB_C}"
4143 compile-with "${ZLIB_C}"
4146 compile-with "${ZLIB_C}"
4149 compile-with "${ZLIB_C}"
4152 compile-with "${ZLIB_C}"
4155 compile-with "${ZLIB_C}"
4158 compile-with "${ZLIB_C}"
4161 compile-with "${ZLIB_C}"
4164 compile-with "${ZLIB_C}"
4246 compile-with "${NORMAL_C} -Wno-unused-function"
4250 compile-with "${NORMAL_C} -Wno-unused-function"
4261 compile-with "${NORMAL_C} -Wno-unused-function"
4267 compile-with "${NORMAL_C} -Wno-unused-function"
4282 compile-with "${NORMAL_C} -Wno-unused-function"
4450 compile-with "${NORMAL_C} -DMODNAME=tcp_bbr -DSTACKNAME=bbr"
4452 compile-with "${NORMAL_C} -DMODNAME=tcp_rack -DSTACKNAME=rack"
4555 compile-with "${NORMAL_C} -I$S/contrib/ck/include"
4572 ipfirewall_nat64 compile-with "${NORMAL_C} -I$S/contrib/ck/include"
4574 ipfirewall_nat64 compile-with "${NORMAL_C} -I$S/contrib/ck/include"
4627 compile-with "${LINUXKPI_C}"
4629 compile-with "${LINUXKPI_C}"
4631 compile-with "${LINUXKPI_C}"
4633 compile-with "${LINUXKPI_C}"
4635 compile-with "${LINUXKPI_C}"
4637 compile-with "${LINUXKPI_C}"
4639 compile-with "${LINUXKPI_C}"
4641 compile-with "${LINUXKPI_C}"
4643 compile-with "${LINUXKPI_C}"
4645 compile-with "${LINUXKPI_C}"
4647 compile-with "${LINUXKPI_C}"
4649 compile-with "${LINUXKPI_C}"
4651 compile-with "${LINUXKPI_C}"
4653 compile-with "${LINUXKPI_C}"
4655 compile-with "${LINUXKPI_C}"
4657 compile-with "${LINUXKPI_C}"
4659 compile-with "${LINUXKPI_C}"
4661 compile-with "${LINUXKPI_C}"
4663 compile-with "${LINUXKPI_C}"
4665 compile-with "${LINUXKPI_C}"
4667 compile-with "${LINUXKPI_C}"
4669 compile-with "${LINUXKPI_C}"
4671 compile-with "${LINUXKPI_C}"
4673 compile-with "${LINUXKPI_C}"
4675 compile-with "${LINUXKPI_C}"
4677 compile-with "${LINUXKPI_C}"
4679 compile-with "${LINUXKPI_C} -I$S/contrib/ck/include"
4681 compile-with "${LINUXKPI_C}"
4683 compile-with "${LINUXKPI_C}"
4685 compile-with "${LINUXKPI_C}"
4687 compile-with "${LINUXKPI_C}"
4689 compile-with "${LINUXKPI_C}"
4691 compile-with "${LINUXKPI_C}"
4693 compile-with "${LINUXKPI_C}"
4695 compile-with "${LINUXKPI_C}"
4699 compile-with "${LINUXKPI_C}"
4701 compile-with "${LINUXKPI_C}"
4703 compile-with "${LINUXKPI_C}"
4708 compile-with "${OFED_C}"
4710 compile-with "${OFED_C}"
4712 compile-with "${OFED_C}"
4714 compile-with "${OFED_C}"
4716 compile-with "${OFED_C}"
4718 compile-with "${OFED_C}"
4720 compile-with "${OFED_C}"
4722 compile-with "${OFED_C}"
4724 compile-with "${OFED_C}"
4726 compile-with "${OFED_C} ${NO_WUNUSED_BUT_SET_VARIABLE}"
4728 compile-with "${OFED_C}"
4730 compile-with "${OFED_C}"
4732 compile-with "${OFED_C}"
4734 compile-with "${OFED_C}"
4736 compile-with "${OFED_C}"
4738 compile-with "${OFED_C}"
4740 compile-with "${OFED_C}"
4742 compile-with "${OFED_C}"
4744 compile-with "${OFED_C}"
4746 compile-with "${OFED_C}"
4748 compile-with "${OFED_C}"
4750 compile-with "${OFED_C}"
4752 compile-with "${OFED_C}"
4754 compile-with "${OFED_C}"
4756 compile-with "${OFED_C}"
4758 compile-with "${OFED_C}"
4760 compile-with "${OFED_C}"
4762 compile-with "${OFED_C}"
4764 compile-with "${OFED_C}"
4766 compile-with "${OFED_C}"
4768 compile-with "${OFED_C}"
4770 compile-with "${OFED_C}"
4772 compile-with "${OFED_C}"
4774 compile-with "${OFED_C}"
4776 compile-with "${OFED_C}"
4778 compile-with "${OFED_C}"
4780 compile-with "${OFED_C}"
4782 compile-with "${OFED_C}"
4784 compile-with "${OFED_C}"
4786 compile-with "${OFED_C}"
4789 compile-with "${OFED_C} -I$S/ofed/drivers/infiniband/ulp/ipoib/"
4791 # compile-with "${OFED_C} -I$S/ofed/drivers/infiniband/ulp/ipoib/"
4793 compile-with "${OFED_C} -I$S/ofed/drivers/infiniband/ulp/ipoib/"
4795 compile-with "${OFED_C} -I$S/ofed/drivers/infiniband/ulp/ipoib/"
4797 compile-with "${OFED_C} -I$S/ofed/drivers/infiniband/ulp/ipoib/"
4799 compile-with "${OFED_C} -I$S/ofed/drivers/infiniband/ulp/ipoib/"
4801 # compile-with "${OFED_C} -I$S/ofed/drivers/infiniband/ulp/ipoib/"
4804 compile-with "${OFED_C} -I$S/ofed/drivers/infiniband/ulp/sdp/"
4806 compile-with "${OFED_C} -I$S/ofed/drivers/infiniband/ulp/sdp/"
4808 compile-with "${OFED_C} -I$S/ofed/drivers/infiniband/ulp/sdp/ ${NO_WUNUSED_BUT_SET_VARIABLE}"
4810 compile-with "${OFED_C} -I$S/ofed/drivers/infiniband/ulp/sdp/"
4812 compile-with "${OFED_C} -I$S/ofed/drivers/infiniband/ulp/sdp/ ${NO_WUNUSED_BUT_SET_VARIABLE}"
4815 compile-with "${OFED_C} -I$S/dev/ice/"
4817 compile-with "${OFED_C} -I$S/dev/ice/"
4819 compile-with "${OFED_C} -I$S/dev/ice/"
4821 compile-with "${OFED_C} -I$S/dev/ice/"
4823 compile-with "${OFED_C} -I$S/dev/ice/"
4825 compile-with "${OFED_C} -I$S/dev/ice/"
4827 compile-with "${OFED_C} -I$S/dev/ice/"
4829 compile-with "${OFED_C} -I$S/dev/ice/"
4831 compile-with "${OFED_C} -I$S/dev/ice/"
4833 compile-with "${OFED_C} -I$S/dev/ice/"
4835 compile-with "${OFED_C} -I$S/dev/ice/"
4837 compile-with "${OFED_C} -I$S/dev/ice/"
4839 compile-with "${OFED_C} -I$S/dev/ice/"
4841 compile-with "${OFED_C} -I$S/dev/ice/"
4843 compile-with "${OFED_C} -I$S/dev/ice/"
4846 compile-with "${OFED_C}"
4848 compile-with "${OFED_C}"
4850 compile-with "${OFED_C}"
4852 compile-with "${OFED_C}"
4854 compile-with "${OFED_C}"
4856 compile-with "${OFED_C}"
4858 compile-with "${OFED_C}"
4860 compile-with "${OFED_C}"
4862 compile-with "${OFED_C}"
4864 compile-with "${OFED_C}"
4866 compile-with "${OFED_C}"
4868 compile-with "${OFED_C}"
4870 compile-with "${OFED_C}"
4872 compile-with "${OFED_C}"
4874 compile-with "${OFED_C}"
4876 compile-with "${OFED_C}"
4878 compile-with "${OFED_C}"
4880 compile-with "${OFED_C}"
4883 compile-with "${OFED_C}"
4885 compile-with "${OFED_C}"
4887 compile-with "${OFED_C}"
4889 compile-with "${OFED_C}"
4891 compile-with "${OFED_C}"
4893 compile-with "${OFED_C}"
4895 compile-with "${OFED_C}"
4897 compile-with "${OFED_C}"
4899 compile-with "${OFED_C}"
4901 compile-with "${OFED_C}"
4903 compile-with "${OFED_C}"
4905 compile-with "${OFED_C}"
4907 compile-with "${OFED_C}"
4910 compile-with "${OFED_C}"
4912 compile-with "${OFED_C}"
4914 compile-with "${OFED_C}"
4916 compile-with "${OFED_C}"
4918 compile-with "${OFED_C}"
4920 compile-with "${OFED_C}"
4922 compile-with "${OFED_C}"
4924 compile-with "${OFED_C}"
4926 compile-with "${OFED_C}"
4928 compile-with "${OFED_C}"
4930 compile-with "${OFED_C}"
4932 compile-with "${OFED_C}"
4934 compile-with "${OFED_C}"
4936 compile-with "${OFED_C}"
4938 compile-with "${OFED_C}"
4940 compile-with "${OFED_C}"
4942 compile-with "${OFED_C}"
4944 compile-with "${OFED_C}"
4946 compile-with "${OFED_C}"
4948 compile-with "${OFED_C}"
4951 compile-with "${OFED_C}"
4953 compile-with "${OFED_C}"
4955 compile-with "${OFED_C}"
4957 compile-with "${OFED_C}"
4959 compile-with "${OFED_C}"
4961 compile-with "${OFED_C}"
4963 compile-with "${OFED_C}"
4966 compile-with "${OFED_C}"
4968 compile-with "${OFED_C}"
4970 compile-with "${OFED_C}"
4972 compile-with "${OFED_C}"
4974 compile-with "${OFED_C}"
4976 compile-with "${OFED_C}"
4978 compile-with "${OFED_C}"
4980 compile-with "${OFED_C}"
4982 compile-with "${OFED_C}"
4984 compile-with "${OFED_C}"
4986 compile-with "${OFED_C}"
4988 compile-with "${OFED_C}"
4990 compile-with "${OFED_C}"
4993 compile-with "${OFED_C}"
4995 compile-with "${OFED_C}"
4997 compile-with "${OFED_C}"
4999 compile-with "${OFED_C}"
5001 compile-with "${OFED_C}"
5003 compile-with "${OFED_C}"
5005 compile-with "${OFED_C}"
5007 compile-with "${OFED_C}"
5009 compile-with "${OFED_C}"
5011 compile-with "${OFED_C}"
5013 compile-with "${OFED_C}"
5015 compile-with "${OFED_C}"
5017 compile-with "${OFED_C}"
5019 compile-with "${OFED_C}"
5021 compile-with "${OFED_C}"
5023 compile-with "${OFED_C}"
5025 compile-with "${OFED_C}"
5027 compile-with "${OFED_C}"
5029 compile-with "${OFED_C}"
5031 compile-with "${OFED_C}"
5033 compile-with "${OFED_C}"
5035 compile-with "${OFED_C}"
5037 compile-with "${OFED_C}"
5039 compile-with "${OFED_C}"
5041 compile-with "${OFED_C}"
5043 compile-with "${OFED_C}"
5045 compile-with "${OFED_C}"
5047 compile-with "${OFED_C}"
5049 compile-with "${OFED_C}"
5051 compile-with "${OFED_C}"
5053 compile-with "${OFED_C}"
5055 compile-with "${OFED_C}"
5057 compile-with "${OFED_C}"
5059 compile-with "${OFED_C}"
5061 compile-with "${OFED_C}"
5063 compile-with "${OFED_C}"
5065 compile-with "${OFED_C}"
5067 compile-with "${OFED_C}"
5069 compile-with "${OFED_C}"
5071 compile-with "${OFED_C}"
5074 compile-with "${OFED_C}"
5076 compile-with "${OFED_C}"
5078 compile-with "${OFED_C}"
5080 compile-with "${OFED_C}"
5082 compile-with "${OFED_C}"
5084 compile-with "${OFED_C}"
5086 compile-with "${OFED_C}"
5088 compile-with "${OFED_C}"
5090 compile-with "${OFED_C}"
5092 compile-with "${OFED_C}"
5094 compile-with "${OFED_C}"
5096 compile-with "${OFED_C}"
5115 compile-with "${NORMAL_C} -I$S/contrib/libsodium/src/libsodium/include -I$S/crypto/libsodium"
5121 compile-with "${NORMAL_C} -I$S/contrib/libsodium/src/libsodium/include -I$S/crypto/libsodium"
5127 …compile-with "${NORMAL_C} -I$S/contrib/libsodium/src/libsodium/include/sodium -I$S/crypto/libsodiu…
5130 …compile-with "${NORMAL_C} -I$S/contrib/libsodium/src/libsodium/include/sodium -I$S/crypto/libsodiu…
5133 …compile-with "${NORMAL_C} -I$S/contrib/libsodium/src/libsodium/include/sodium -I$S/crypto/libsodiu…
5136 …compile-with "${NORMAL_C} -I$S/contrib/libsodium/src/libsodium/include/sodium -I$S/crypto/libsodiu…
5139 …compile-with "${NORMAL_C} -I$S/contrib/libsodium/src/libsodium/include/sodium -I$S/crypto/libsodiu…
5142 …compile-with "${NORMAL_C} -I$S/contrib/libsodium/src/libsodium/include/sodium -I$S/crypto/libsodiu…
5145 …compile-with "${NORMAL_C} -I$S/contrib/libsodium/src/libsodium/include/sodium -I$S/crypto/libsodiu…
5148 …compile-with "${NORMAL_C} -I$S/contrib/libsodium/src/libsodium/include/sodium -I$S/crypto/libsodiu…
5151 …compile-with "${NORMAL_C} -I$S/contrib/libsodium/src/libsodium/include/sodium -I$S/crypto/libsodiu…
5153 compile-with "${NORMAL_C} -I$S/contrib/libsodium/src/libsodium/include -I$S/crypto/libsodium"
5155 compile-with "${NORMAL_C} -I$S/contrib/libsodium/src/libsodium/include -I$S/crypto/libsodium"
5179 # Kernel RPC-over-TLS
5183 …compile-with "RPCGEN_CPP='${CPP}' rpcgen -hM $S/rpc/rpcsec_tls/rpctlscd.x | grep -v pthread.h > r…
5184 no-obj no-implicit-rule before-depend local \
5188 …compile-with "RPCGEN_CPP='${CPP}' rpcgen -c $S/rpc/rpcsec_tls/rpctlscd.x -o rpctlscd_xdr.c" no-ct…
5189 no-implicit-rule before-depend local \
5193 …compile-with "RPCGEN_CPP='${CPP}' rpcgen -lM $S/rpc/rpcsec_tls/rpctlscd.x | grep -v string.h > rp…
5194 no-implicit-rule before-depend local \
5198 …compile-with "RPCGEN_CPP='${CPP}' rpcgen -hM $S/rpc/rpcsec_tls/rpctlssd.x | grep -v pthread.h > r…
5199 no-obj no-implicit-rule before-depend local \
5203 …compile-with "RPCGEN_CPP='${CPP}' rpcgen -c $S/rpc/rpcsec_tls/rpctlssd.x -o rpctlssd_xdr.c" no-ct…
5204 no-implicit-rule before-depend local \
5208 …compile-with "RPCGEN_CPP='${CPP}' rpcgen -lM $S/rpc/rpcsec_tls/rpctlssd.x | grep -v string.h > rp…
5209 no-implicit-rule before-depend local \
5223 security/audit/audit_dtrace.c optional dtaudit audit | dtraceall audit compile-with "${CDDL_C}"