files.powerpc revision 78388
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 78388 2001-06-17 09:39:44Z 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/copyinstr.c	standard
18powerpc/powerpc/copystr.c	standard
19powerpc/powerpc/elf_machdep.c	standard
20powerpc/powerpc/fubyte.c	standard
21powerpc/powerpc/fuswintr.c	standard
22powerpc/powerpc/fuword.c	standard
23powerpc/powerpc/machdep.c	standard
24powerpc/powerpc/ofwmagic.s	standard
25powerpc/powerpc/ofw_machdep.c	standard
26powerpc/powerpc/pmap.c		standard
27powerpc/powerpc/procfs_machdep.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
37dev/ofw/openfirm.c		standard
38dev/ofw/ofw_console.c		standard
39
40libkern/ashldi3.c		standard
41libkern/ashrdi3.c		standard
42libkern/bcmp.c			standard
43libkern/divdi3.c		standard
44libkern/ffs.c			standard
45libkern/lshrdi3.c		standard
46libkern/moddi3.c		standard
47libkern/qdivrem.c		standard
48libkern/ucmpdi2.c		standard
49libkern/udivdi3.c		standard
50libkern/umoddi3.c		standard
51
52powerpc/powerpc/mp_machdep.c	optional smp
53