Deleted Added
full compact
files.sparc64 (85297) files.sparc64 (86148)
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.sparc64 85297 2001-10-21 23:57:24Z des $
4# $FreeBSD: head/sys/conf/files.sparc64 86148 2001-11-06 20:25:44Z tmm $
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
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/ofw/ofw_console.c optional ofw_console
12dev/ofw/openfirm.c standard
11libkern/ffs.c standard
12kern/subr_diskmbr.c standard
13sparc64/sparc64/autoconf.c standard
14sparc64/sparc64/clock.c standard
15sparc64/sparc64/db_disasm.c optional ddb
16sparc64/sparc64/db_interface.c optional ddb
17sparc64/sparc64/db_trace.c optional ddb
18sparc64/sparc64/db_hwwatch.c optional ddb
19sparc64/sparc64/elf_machdep.c standard
20# locore.s and exception.s need to be handled in Makefile to put them first.
21# Otherwise it's they're normal.
22# sparc64/sparc64/locore.s standard
23# sparc64/sparc64/exception.s standard
13libkern/ffs.c standard
14kern/subr_diskmbr.c standard
15sparc64/sparc64/autoconf.c standard
16sparc64/sparc64/clock.c standard
17sparc64/sparc64/db_disasm.c optional ddb
18sparc64/sparc64/db_interface.c optional ddb
19sparc64/sparc64/db_trace.c optional ddb
20sparc64/sparc64/db_hwwatch.c optional ddb
21sparc64/sparc64/elf_machdep.c standard
22# locore.s and exception.s need to be handled in Makefile to put them first.
23# Otherwise it's they're normal.
24# sparc64/sparc64/locore.s standard
25# sparc64/sparc64/exception.s standard
26sparc64/sparc64/emul.c standard
24sparc64/sparc64/fp.c standard
25sparc64/sparc64/identcpu.c standard
27sparc64/sparc64/fp.c standard
28sparc64/sparc64/identcpu.c standard
29sparc64/sparc64/in_cksum.c optional inet
26sparc64/sparc64/intr_machdep.c standard
27sparc64/sparc64/machdep.c standard
28sparc64/sparc64/pmap.c standard
29sparc64/sparc64/pv.c standard
30sparc64/sparc64/rwindow.c standard
31sparc64/sparc64/support.s standard
32sparc64/sparc64/sys_machdep.c standard
33sparc64/sparc64/swtch.s standard
34sparc64/sparc64/tick.c standard
35sparc64/sparc64/trap.c standard
36sparc64/sparc64/tsb.c standard
37sparc64/sparc64/upa.c standard
38sparc64/sparc64/vm_machdep.c standard
30sparc64/sparc64/intr_machdep.c standard
31sparc64/sparc64/machdep.c standard
32sparc64/sparc64/pmap.c standard
33sparc64/sparc64/pv.c standard
34sparc64/sparc64/rwindow.c standard
35sparc64/sparc64/support.s standard
36sparc64/sparc64/sys_machdep.c standard
37sparc64/sparc64/swtch.s standard
38sparc64/sparc64/tick.c standard
39sparc64/sparc64/trap.c standard
40sparc64/sparc64/tsb.c standard
41sparc64/sparc64/upa.c standard
42sparc64/sparc64/vm_machdep.c standard
39
40dev/ofw/openfirm.c standard
41dev/ofw/ofw_console.c standard