files.mips revision 241936
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.mips 241936 2012-10-23 15:16:40Z imp $
5#
6
7# Arch dependent files
8mips/mips/autoconf.c			standard
9mips/mips/bus_space_generic.c		standard
10mips/mips/busdma_machdep.c		standard
11mips/mips/cache.c			standard
12mips/mips/cache_mipsNN.c		standard
13mips/mips/cpu.c				standard
14mips/mips/db_disasm.c			optional	ddb
15mips/mips/db_interface.c		optional	ddb
16mips/mips/db_trace.c			optional	ddb
17mips/mips/dump_machdep.c		standard
18mips/mips/elf_machdep.c			standard
19mips/mips/exception.S			standard
20mips/mips/fp.S				standard
21mips/mips/gdb_machdep.c			standard
22mips/mips/in_cksum.c			optional	inet
23mips/mips/intr_machdep.c		standard
24mips/mips/libkern_machdep.c		standard
25mips/mips/locore.S			standard	no-obj
26mips/mips/machdep.c			standard
27mips/mips/mem.c				optional	mem
28mips/mips/minidump_machdep.c		standard
29mips/mips/mp_machdep.c			optional	smp
30mips/mips/mpboot.S			optional	smp
31mips/mips/nexus.c			standard
32mips/mips/pm_machdep.c			standard
33mips/mips/pmap.c			standard
34mips/mips/ptrace_machdep.c		standard
35mips/mips/sc_machdep.c			standard
36mips/mips/stack_machdep.c		standard
37mips/mips/support.S			standard
38mips/mips/swtch.S			standard
39mips/mips/sys_machdep.c			standard
40mips/mips/tick.c			standard
41mips/mips/tlb.c				standard
42mips/mips/trap.c			standard
43mips/mips/uio_machdep.c			standard
44mips/mips/uma_machdep.c			standard
45mips/mips/vm_machdep.c			standard
46
47# misc opt-in bits
48kern/kern_clocksource.c			standard
49kern/link_elf_obj.c			standard
50kern/subr_dummy_vdso_tc.c		standard
51
52# Common geom we need to support: MBR and BSD
53geom/geom_bsd.c				standard
54geom/geom_bsd_enc.c			standard
55geom/geom_mbr.c				standard
56geom/geom_mbr_enc.c			standard
57
58# gcc/clang runtime
59libkern/ashldi3.c			standard
60libkern/ashrdi3.c			standard
61libkern/ffsl.c				standard
62libkern/fls.c				standard
63libkern/flsl.c				standard
64libkern/lshrdi3.c			standard
65libkern/memmove.c			standard
66
67# Compat32 stuff
68compat/freebsd32/freebsd32_ioctl.c	optional	compat_freebsd32
69compat/freebsd32/freebsd32_misc.c	optional	compat_freebsd32
70compat/freebsd32/freebsd32_syscalls.c	optional	compat_freebsd32
71compat/freebsd32/freebsd32_sysent.c	optional	compat_freebsd32
72kern/imgact_elf32.c			optional	compat_freebsd32
73mips/mips/freebsd32_machdep.c		optional	compat_freebsd32
74
75# cfe support
76dev/cfe/cfe_api.c			optional	cfe
77dev/cfe/cfe_console.c			optional	cfe_console
78dev/cfe/cfe_env.c			optional	cfe_env
79
80# syscons support
81dev/fb/fb.c				optional	sc
82dev/kbd/kbd.c				optional	sc
83dev/syscons/scgfbrndr.c			optional	sc
84dev/syscons/scterm-teken.c		optional	sc
85dev/syscons/scvtb.c			optional	sc
86mips/mips/sc_machdep.c			optional	sc
87