Deleted Added
full compact
files.amd64 (218616) files.amd64 (220885)
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 218616 2011-02-12 18:17:12Z dchagin $
4# $FreeBSD: head/sys/conf/files.amd64 220885 2011-04-20 12:58:30Z bz $
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" \

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

101amd64/amd64/db_disasm.c optional ddb
102amd64/amd64/db_interface.c optional ddb
103amd64/amd64/db_trace.c optional ddb
104amd64/amd64/elf_machdep.c standard
105amd64/amd64/exception.S standard
106amd64/amd64/fpu.c standard
107amd64/amd64/gdb_machdep.c optional gdb
108amd64/amd64/identcpu.c standard
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" \

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

101amd64/amd64/db_disasm.c optional ddb
102amd64/amd64/db_interface.c optional ddb
103amd64/amd64/db_trace.c optional ddb
104amd64/amd64/elf_machdep.c standard
105amd64/amd64/exception.S standard
106amd64/amd64/fpu.c standard
107amd64/amd64/gdb_machdep.c optional gdb
108amd64/amd64/identcpu.c standard
109amd64/amd64/in_cksum.c optional inet
109amd64/amd64/in_cksum.c optional inet | inet6
110amd64/amd64/initcpu.c standard
111amd64/amd64/intr_machdep.c standard
112amd64/amd64/io.c optional io
113amd64/amd64/legacy.c standard
114amd64/amd64/locore.S standard no-obj
115amd64/amd64/machdep.c standard
116amd64/amd64/mem.c optional mem
117amd64/amd64/minidump_machdep.c standard

--- 211 unchanged lines hidden ---
110amd64/amd64/initcpu.c standard
111amd64/amd64/intr_machdep.c standard
112amd64/amd64/io.c optional io
113amd64/amd64/legacy.c standard
114amd64/amd64/locore.S standard no-obj
115amd64/amd64/machdep.c standard
116amd64/amd64/mem.c optional mem
117amd64/amd64/minidump_machdep.c standard

--- 211 unchanged lines hidden ---