files.powerpc revision 99731
1238106Sdes# This file tells config what files go into building a kernel,
2238106Sdes# files marked standard are always included.
3238106Sdes#
4238106Sdes# $FreeBSD: head/sys/conf/files.powerpc 99731 2002-07-10 12:26:17Z benno $
5238106Sdes#
6238106Sdes# The long compile-with and dependency lines are required because of
7238106Sdes# limitations in config: backslash-newline doesn't work in strings, and
8238106Sdes# dependency lines other than the first are silently ignored.
9238106Sdes#
10238106Sdes#
11238106Sdeskern/subr_diskmbr.c		standard
12238106Sdes
13238106Sdespowerpc/powerpc/atomic.s	standard
14238106Sdespowerpc/powerpc/autoconf.c	standard
15238106Sdespowerpc/powerpc/bcopy.c		standard
16238106Sdespowerpc/powerpc/busdma_machdep.c standard
17238106Sdespowerpc/powerpc/clock.c		standard
18238106Sdespowerpc/powerpc/copyinout.c	standard
19238106Sdespowerpc/powerpc/copystr.c	standard
20238106Sdespowerpc/powerpc/critical.c	standard
21238106Sdespowerpc/powerpc/elf_machdep.c	standard
22238106Sdespowerpc/powerpc/extintr.c	standard
23238106Sdespowerpc/powerpc/fpu.c		standard
24238106Sdespowerpc/powerpc/fuswintr.c	standard
25238106Sdespowerpc/powerpc/in_cksum.c	optional	inet
26238106Sdespowerpc/powerpc/interrupt.c	standard
27238106Sdespowerpc/powerpc/intr_machdep.c	standard
28238106Sdespowerpc/powerpc/machdep.c	standard
29238106Sdespowerpc/powerpc/nexus.c		standard
30238106Sdespowerpc/powerpc/ofwmagic.s	standard
31238106Sdespowerpc/powerpc/ofw_machdep.c	standard
32238106Sdespowerpc/powerpc/openpic.c	standard
33238106Sdespowerpc/powerpc/pic_if.m	standard
34238106Sdespowerpc/powerpc/pmap.c		standard
35238106Sdespowerpc/powerpc/setjmp.S	standard
36238106Sdespowerpc/powerpc/sigcode.S	standard
37238106Sdespowerpc/powerpc/suswintr.c	standard
38238106Sdespowerpc/powerpc/syncicache.c	standard
39238106Sdespowerpc/powerpc/sys_machdep.c	standard
40238106Sdespowerpc/powerpc/swtch.s		standard
41238106Sdespowerpc/powerpc/trap.c		standard
42238106Sdespowerpc/powerpc/vm_machdep.c	standard
43238106Sdes
44238106Sdespowerpc/powerpc/db_disasm.c	optional	ddb
45238106Sdespowerpc/powerpc/db_interface.c	optional	ddb
46238106Sdespowerpc/powerpc/db_hwwatch.c	optional	ddb
47238106Sdespowerpc/powerpc/db_memrw.c	optional	ddb
48238106Sdespowerpc/powerpc/db_trace.c	optional	ddb
49238106Sdes
50238106Sdescrypto/blowfish/bf_enc.c	optional	ipsec ipsec_esp
51238106Sdescrypto/des/des_enc.c		optional	ipsec ipsec_esp
52238106Sdes
53238106Sdesdev/ofw/openfirm.c		standard
54238106Sdesdev/ofw/ofw_console.c		standard
55238106Sdesdev/ofw/ofw_disk.c		optional	ofwd
56238106Sdes
57238106Sdeslibkern/ashldi3.c		standard
58238106Sdeslibkern/ashrdi3.c		standard
59238106Sdeslibkern/bcmp.c			standard
60238106Sdeslibkern/divdi3.c		standard
61238106Sdeslibkern/ffs.c			standard
62238106Sdeslibkern/lshrdi3.c		standard
63238106Sdeslibkern/moddi3.c		standard
64238106Sdeslibkern/qdivrem.c		standard
65238106Sdeslibkern/ucmpdi2.c		standard
66238106Sdeslibkern/udivdi3.c		standard
67238106Sdeslibkern/umoddi3.c		standard
68238106Sdes
69238106Sdespowerpc/powerpc/mp_machdep.c	optional smp
70238106Sdes
71238106Sdespowerpc/ofw/ofw_pci.c		optional	pci
72238106Sdes
73238106Sdespowerpc/powermac/uninorth.c	optional	powermac pci
74238106Sdes