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