files.sparc64 revision 81084
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 81084 2001-08-03 01:09:10Z jake $
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
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/elf_machdep.c	standard
19# locore.s needs to be handled in Makefile to put it first.  Otherwise it's
20# now normal.
21# sparc64/sparc64/locore.s	standard
22sparc64/sparc64/exception.s	standard
23sparc64/sparc64/machdep.c	standard
24sparc64/sparc64/pmap.c		standard
25sparc64/sparc64/procfs_machdep.c	standard
26sparc64/sparc64/pv.c		standard
27sparc64/sparc64/support.s	standard
28sparc64/sparc64/sys_machdep.c	standard
29sparc64/sparc64/swtch.s		standard
30sparc64/sparc64/trap.c		standard
31sparc64/sparc64/tsb.c		standard
32sparc64/sparc64/upa.c		standard
33sparc64/sparc64/vm_machdep.c	standard
34
35dev/ofw/openfirm.c		standard
36dev/ofw/ofw_console.c		standard
37