files.powerpc revision 99651
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 99651 2002-07-09 11:12:20Z 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/in_cksum.c	optional	inet
25powerpc/powerpc/interrupt.c	standard
26powerpc/powerpc/intr_machdep.c	standard
27powerpc/powerpc/machdep.c	standard
28powerpc/powerpc/nexus.c		standard
29powerpc/powerpc/ofwmagic.s	standard
30powerpc/powerpc/ofw_machdep.c	standard
31powerpc/powerpc/pic_if.m	standard
32powerpc/powerpc/pmap.c		standard
33powerpc/powerpc/sigcode.S	standard
34powerpc/powerpc/suswintr.c	standard
35powerpc/powerpc/syncicache.c	standard
36powerpc/powerpc/sys_machdep.c	standard
37powerpc/powerpc/swtch.s		standard
38powerpc/powerpc/trap.c		standard
39powerpc/powerpc/vm_machdep.c	standard
40
41powerpc/powerpc/db_disasm.c	optional	ddb
42powerpc/powerpc/db_interface.c	optional	ddb
43powerpc/powerpc/db_memrw.c	optional	ddb
44powerpc/powerpc/db_trace.c	optional	ddb
45
46crypto/blowfish/bf_enc.c	optional	ipsec ipsec_esp
47crypto/des/des_enc.c		optional	ipsec ipsec_esp
48
49dev/ofw/openfirm.c		standard
50dev/ofw/ofw_console.c		standard
51dev/ofw/ofw_disk.c		optional	ofwd
52
53libkern/ashldi3.c		standard
54libkern/ashrdi3.c		standard
55libkern/bcmp.c			standard
56libkern/divdi3.c		standard
57libkern/ffs.c			standard
58libkern/lshrdi3.c		standard
59libkern/moddi3.c		standard
60libkern/qdivrem.c		standard
61libkern/ucmpdi2.c		standard
62libkern/udivdi3.c		standard
63libkern/umoddi3.c		standard
64
65powerpc/powerpc/mp_machdep.c	optional smp
66