Deleted Added
full compact
files.amd64 (110076) files.amd64 (111684)
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 110076 2003-01-30 06:26:17Z phk $
4# $FreeBSD: head/sys/conf/files.amd64 111684 2003-02-28 21:59:14Z ru $
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
11dev/kbd/atkbd.c optional atkbd
12dev/kbd/atkbdc.c optional atkbdc

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

40x86_64/x86_64/critical.c standard
41x86_64/x86_64/dump_machdep.c standard
42x86_64/x86_64/elf_machdep.c standard
43x86_64/x86_64/exception.s standard
44x86_64/x86_64/i686_mem.c standard
45x86_64/x86_64/identcpu.c standard
46x86_64/x86_64/initcpu.c standard
47x86_64/x86_64/k6_mem.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
11dev/kbd/atkbd.c optional atkbd
12dev/kbd/atkbdc.c optional atkbdc

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

40x86_64/x86_64/critical.c standard
41x86_64/x86_64/dump_machdep.c standard
42x86_64/x86_64/elf_machdep.c standard
43x86_64/x86_64/exception.s standard
44x86_64/x86_64/i686_mem.c standard
45x86_64/x86_64/identcpu.c standard
46x86_64/x86_64/initcpu.c standard
47x86_64/x86_64/k6_mem.c standard
48# locore.s needs to be handled in Makefile to put it first. Otherwise it's
49# now normal.
50# x86_64/x86_64/locore.s standard
48x86_64/x86_64/locore.s standard no-obj
51x86_64/x86_64/machdep.c standard
52x86_64/x86_64/mem.c standard
53x86_64/x86_64/nexus.c standard
54x86_64/x86_64/pmap.c standard
55x86_64/x86_64/support.s standard
56x86_64/x86_64/swtch.s standard
57x86_64/x86_64/sys_machdep.c standard
58x86_64/x86_64/trap.c standard
59x86_64/x86_64/vm86.c standard
60x86_64/x86_64/vm_machdep.c standard
61
62x86_64/isa/clock.c standard
63x86_64/isa/intr_machdep.c standard
64x86_64/isa/ithread.c standard
49x86_64/x86_64/machdep.c standard
50x86_64/x86_64/mem.c standard
51x86_64/x86_64/nexus.c standard
52x86_64/x86_64/pmap.c standard
53x86_64/x86_64/support.s standard
54x86_64/x86_64/swtch.s standard
55x86_64/x86_64/sys_machdep.c standard
56x86_64/x86_64/trap.c standard
57x86_64/x86_64/vm86.c standard
58x86_64/x86_64/vm_machdep.c standard
59
60x86_64/isa/clock.c standard
61x86_64/isa/intr_machdep.c standard
62x86_64/isa/ithread.c standard