Deleted Added
full compact
files.amd64 (197969) files.amd64 (198251)
1# This file tells config what files go into building a kernel,
2# files marked standard are always included.
3#
1# This file tells config what files go into building a kernel,
2# files marked standard are always included.
3#
4# $FreeBSD: head/sys/conf/files.amd64 197969 2009-10-11 20:42:26Z marcel $
4# $FreeBSD: head/sys/conf/files.amd64 198251 2009-10-19 20:58:10Z jkim $
5#
6# The long compile-with and dependency lines are required because of
7# limitations in config: backslash-newline doesn't work in strings, and
8# dependency lines other than the first are silently ignored.
9#
10#
11linux32_genassym.o optional compat_linux32 \
12 dependency "$S/amd64/linux32/linux32_genassym.c" \

--- 283 unchanged lines hidden (view full) ---

296i386/cpufreq/p4tcc.c optional cpufreq
297#
298libkern/memmove.c standard
299libkern/memset.c standard
300#
301# x86 real mode BIOS emulator, required by atkbdc/dpms/vesa
302#
303compat/x86bios/x86bios.c optional x86bios | atkbd | dpms | vesa
5#
6# The long compile-with and dependency lines are required because of
7# limitations in config: backslash-newline doesn't work in strings, and
8# dependency lines other than the first are silently ignored.
9#
10#
11linux32_genassym.o optional compat_linux32 \
12 dependency "$S/amd64/linux32/linux32_genassym.c" \

--- 283 unchanged lines hidden (view full) ---

296i386/cpufreq/p4tcc.c optional cpufreq
297#
298libkern/memmove.c standard
299libkern/memset.c standard
300#
301# x86 real mode BIOS emulator, required by atkbdc/dpms/vesa
302#
303compat/x86bios/x86bios.c optional x86bios | atkbd | dpms | vesa
304compat/x86bios/x86bios_alloc.c optional x86bios | atkbd | dpms | vesa
305contrib/x86emu/x86emu.c optional x86bios | atkbd | dpms | vesa
304contrib/x86emu/x86emu.c optional x86bios | atkbd | dpms | vesa
306contrib/x86emu/x86emu_util.c optional x86bios | atkbd | dpms | vesa