files.powerpc revision 99032
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.powerpc 99032 2002-06-29 09:28:21Z benno $
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#
11kern/subr_diskmbr.c		standard
12
13powerpc/powerpc/atomic.s	standard
14powerpc/powerpc/autoconf.c	standard
15powerpc/powerpc/bcopy.c		standard
16powerpc/powerpc/clock.c		standard
17powerpc/powerpc/copyinout.c	standard
18powerpc/powerpc/copystr.c	standard
19powerpc/powerpc/critical.c	standard
20powerpc/powerpc/elf_machdep.c	standard
21powerpc/powerpc/extintr.c	standard
22powerpc/powerpc/fpu.c		standard
23powerpc/powerpc/fuswintr.c	standard
24powerpc/powerpc/interrupt.c	standard
25powerpc/powerpc/machdep.c	standard
26powerpc/powerpc/nexus.c		standard
27powerpc/powerpc/ofwmagic.s	standard
28powerpc/powerpc/ofw_machdep.c	standard
29powerpc/powerpc/pmap.c		standard
30powerpc/powerpc/sigcode.S	standard
31powerpc/powerpc/suswintr.c	standard
32powerpc/powerpc/syncicache.c	standard
33powerpc/powerpc/sys_machdep.c	standard
34powerpc/powerpc/swtch.s		standard
35powerpc/powerpc/trap.c		standard
36powerpc/powerpc/vm_machdep.c	standard
37
38powerpc/powerpc/db_disasm.c	optional	ddb
39powerpc/powerpc/db_interface.c	optional	ddb
40powerpc/powerpc/db_memrw.c	optional	ddb
41powerpc/powerpc/db_trace.c	optional	ddb
42
43crypto/blowfish/bf_enc.c	optional	ipsec ipsec_esp
44crypto/des/des_enc.c		optional	ipsec ipsec_esp
45
46dev/ofw/openfirm.c		standard
47dev/ofw/ofw_console.c		standard
48dev/ofw/ofw_disk.c		optional	ofwd
49
50libkern/ashldi3.c		standard
51libkern/ashrdi3.c		standard
52libkern/bcmp.c			standard
53libkern/divdi3.c		standard
54libkern/ffs.c			standard
55libkern/lshrdi3.c		standard
56libkern/moddi3.c		standard
57libkern/qdivrem.c		standard
58libkern/ucmpdi2.c		standard
59libkern/udivdi3.c		standard
60libkern/umoddi3.c		standard
61
62powerpc/powerpc/mp_machdep.c	optional smp
63