files.powerpc revision 109990
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 109990 2003-01-28 16:37:22Z phk $
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#
11
12powerpc/powerpc/atomic.S	standard
13powerpc/powerpc/autoconf.c	standard
14powerpc/powerpc/bcopy.c		standard
15powerpc/powerpc/busdma_machdep.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/fpu.c		standard
22powerpc/powerpc/fuswintr.c	standard
23powerpc/powerpc/in_cksum.c	optional	inet
24powerpc/powerpc/interrupt.c	standard
25powerpc/powerpc/intr_machdep.c	standard
26powerpc/powerpc/machdep.c	standard
27powerpc/powerpc/nexus.c		standard
28powerpc/powerpc/ofwmagic.S	standard
29powerpc/powerpc/ofw_machdep.c	standard
30powerpc/powerpc/openpic.c	standard
31powerpc/powerpc/pic_if.m	standard
32powerpc/powerpc/pmap.c		standard
33powerpc/powerpc/setjmp.S	standard
34powerpc/powerpc/sigcode.S	standard
35powerpc/powerpc/suswintr.c	standard
36powerpc/powerpc/syncicache.c	standard
37powerpc/powerpc/sys_machdep.c	standard
38powerpc/powerpc/swtch.S		standard
39powerpc/powerpc/trap.c		standard
40powerpc/powerpc/vm_machdep.c	standard
41
42powerpc/powerpc/db_disasm.c	optional	ddb
43powerpc/powerpc/db_interface.c	optional	ddb
44powerpc/powerpc/db_hwwatch.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
70powerpc/ofw/ofw_pcib_pci.c	optional	pci
71
72powerpc/powermac/uninorth.c	optional	powermac pci
73powerpc/powermac/macio.c	optional	powermac pci
74powerpc/powermac/ata_macio.c	optional	powermac ata
75
76powerpc/psim/iobus.c 		optional psim
77powerpc/psim/ata_iobus.c	optional ata psim
78powerpc/psim/sio_iobus.c	optional sio psim
79
80
81