Deleted Added
full compact
files.amd64 (197399) files.amd64 (197444)
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 197399 2009-09-22 07:10:23Z delphij $
4# $FreeBSD: head/sys/conf/files.amd64 197444 2009-09-23 20:49:14Z 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" \

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

292i386/cpufreq/hwpstate.c optional cpufreq
293i386/cpufreq/p4tcc.c optional cpufreq
294#
295libkern/memmove.c standard
296libkern/memset.c standard
297#
298# x86 real mode BIOS emulator, required by atkbdc/dpms/vesa
299#
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" \

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

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