files.sparc64 revision 82914
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 82914 2001-09-04 01:18:39Z 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/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
24sparc64/sparc64/fp.c		standard
25sparc64/sparc64/intr_machdep.c	standard
26sparc64/sparc64/machdep.c	standard
27sparc64/sparc64/pmap.c		standard
28sparc64/sparc64/procfs_machdep.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
39
40dev/ofw/openfirm.c		standard
41dev/ofw/ofw_console.c		standard
42