files.powerpc revision 91671
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 91671 2002-03-05 09:19:02Z ume $
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/copyinstr.c	standard
18powerpc/powerpc/copystr.c	standard
19powerpc/powerpc/elf_machdep.c	standard
20powerpc/powerpc/extintr.c	standard
21powerpc/powerpc/fubyte.c	standard
22powerpc/powerpc/fuswintr.c	standard
23powerpc/powerpc/fuword.c	standard
24powerpc/powerpc/machdep.c	standard
25powerpc/powerpc/ofwmagic.s	standard
26powerpc/powerpc/ofw_machdep.c	standard
27powerpc/powerpc/pmap.c		standard
28powerpc/powerpc/subyte.c	standard
29powerpc/powerpc/suswintr.c	standard
30powerpc/powerpc/suword.c	standard
31powerpc/powerpc/syncicache.c	standard
32powerpc/powerpc/sys_machdep.c	standard
33powerpc/powerpc/swtch.s		standard
34powerpc/powerpc/trap.c		standard
35powerpc/powerpc/vm_machdep.c	standard
36
37powerpc/powerpc/db_disasm.c	optional	ddb
38powerpc/powerpc/db_interface.c	optional	ddb
39powerpc/powerpc/db_memrw.c	optional	ddb
40powerpc/powerpc/db_trace.c	optional	ddb
41
42crypto/blowfish/bf_enc.c	optional	ipsec ipsec_esp
43crypto/des/des_enc.c		optional	ipsec ipsec_esp
44
45dev/ofw/openfirm.c		standard
46dev/ofw/ofw_console.c		standard
47
48libkern/ashldi3.c		standard
49libkern/ashrdi3.c		standard
50libkern/bcmp.c			standard
51libkern/divdi3.c		standard
52libkern/ffs.c			standard
53libkern/lshrdi3.c		standard
54libkern/moddi3.c		standard
55libkern/qdivrem.c		standard
56libkern/ucmpdi2.c		standard
57libkern/udivdi3.c		standard
58libkern/umoddi3.c		standard
59
60powerpc/powerpc/mp_machdep.c	optional smp
61