files.x86 (051669e8bbcdcd1f9702ded5ca8540c14dfa1c33) | files.x86 (e17b7f1a03b723bd03a954a6bcb8b8f1dfcbcd3a) |
---|---|
1# This file tells config what files go into building a kernel, 2# files marked standard are always included. 3# 4# $FreeBSD$ 5# 6# This file contains all the x86 devices and such that are 7# common between i386 and amd64, but aren't applicable to 8# any other architecture we support. 9# 10 11# The long compile-with and dependency lines are required because of 12# limitations in config: backslash-newline doesn't work in strings, and 13# dependency lines other than the first are silently ignored. 14 | 1# This file tells config what files go into building a kernel, 2# files marked standard are always included. 3# 4# $FreeBSD$ 5# 6# This file contains all the x86 devices and such that are 7# common between i386 and amd64, but aren't applicable to 8# any other architecture we support. 9# 10 11# The long compile-with and dependency lines are required because of 12# limitations in config: backslash-newline doesn't work in strings, and 13# dependency lines other than the first are silently ignored. 14 |
15# 16atkbdmap.h optional atkbd_dflt_keymap \ 17 compile-with "${KEYMAP} -L ${ATKBD_DFLT_KEYMAP} | ${KEYMAP_FIX} > ${.TARGET}" \ 18 no-obj no-implicit-rule before-depend \ 19 clean "atkbdmap.h" |
|
15cddl/dev/fbt/x86/fbt_isa.c optional dtrace_fbt | dtraceall compile-with "${FBT_C}" 16cddl/dev/dtrace/x86/dis_tables.c optional dtrace_fbt | dtraceall compile-with "${DTRACE_C}" 17cddl/dev/dtrace/x86/instr_size.c optional dtrace_fbt | dtraceall compile-with "${DTRACE_C}" 18compat/ndis/kern_ndis.c optional ndisapi pci 19compat/ndis/kern_windrv.c optional ndisapi pci 20compat/ndis/subr_hal.c optional ndisapi pci 21compat/ndis/subr_ndis.c optional ndisapi pci 22compat/ndis/subr_ntoskrnl.c optional ndisapi pci --- 318 unchanged lines hidden --- | 20cddl/dev/fbt/x86/fbt_isa.c optional dtrace_fbt | dtraceall compile-with "${FBT_C}" 21cddl/dev/dtrace/x86/dis_tables.c optional dtrace_fbt | dtraceall compile-with "${DTRACE_C}" 22cddl/dev/dtrace/x86/instr_size.c optional dtrace_fbt | dtraceall compile-with "${DTRACE_C}" 23compat/ndis/kern_ndis.c optional ndisapi pci 24compat/ndis/kern_windrv.c optional ndisapi pci 25compat/ndis/subr_hal.c optional ndisapi pci 26compat/ndis/subr_ndis.c optional ndisapi pci 27compat/ndis/subr_ntoskrnl.c optional ndisapi pci --- 318 unchanged lines hidden --- |