files.sparc64 revision 86148
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 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
11dev/ofw/ofw_console.c		optional ofw_console
12dev/ofw/openfirm.c		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
27sparc64/sparc64/fp.c		standard
28sparc64/sparc64/identcpu.c	standard
29sparc64/sparc64/in_cksum.c	optional inet
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
43