diff options
author | benno <benno@FreeBSD.org> | 2001-06-17 09:39:44 +0000 |
---|---|---|
committer | benno <benno@FreeBSD.org> | 2001-06-17 09:39:44 +0000 |
commit | b8d88b43ffd37997280f181f6a3e7d5b99912610 (patch) | |
tree | b4ef959ad6dea022189b42d67e192ae589e572bf /sys/conf/files.powerpc | |
parent | 9e143295490a248326f97c1aaa2edaf4634b07c2 (diff) | |
download | FreeBSD-src-b8d88b43ffd37997280f181f6a3e7d5b99912610.zip FreeBSD-src-b8d88b43ffd37997280f181f6a3e7d5b99912610.tar.gz |
The final commit for the first phase of PowerPC support.
This adds the config stuff needed to build kernels.
Reviewed by: obrien
Diffstat (limited to 'sys/conf/files.powerpc')
-rw-r--r-- | sys/conf/files.powerpc | 52 |
1 files changed, 52 insertions, 0 deletions
diff --git a/sys/conf/files.powerpc b/sys/conf/files.powerpc new file mode 100644 index 0000000..8422147 --- /dev/null +++ b/sys/conf/files.powerpc @@ -0,0 +1,52 @@ +# This file tells config what files go into building a kernel, +# files marked standard are always included. +# +# $FreeBSD$ +# +# The long compile-with and dependency lines are required because of +# limitations in config: backslash-newline doesn't work in strings, and +# dependency lines other than the first are silently ignored. +# +# +kern/subr_diskmbr.c standard + +powerpc/powerpc/atomic.s standard +powerpc/powerpc/autoconf.c standard +powerpc/powerpc/bcopy.c standard +powerpc/powerpc/clock.c standard +powerpc/powerpc/copyinstr.c standard +powerpc/powerpc/copystr.c standard +powerpc/powerpc/elf_machdep.c standard +powerpc/powerpc/fubyte.c standard +powerpc/powerpc/fuswintr.c standard +powerpc/powerpc/fuword.c standard +powerpc/powerpc/machdep.c standard +powerpc/powerpc/ofwmagic.s standard +powerpc/powerpc/ofw_machdep.c standard +powerpc/powerpc/pmap.c standard +powerpc/powerpc/procfs_machdep.c standard +powerpc/powerpc/subyte.c standard +powerpc/powerpc/suswintr.c standard +powerpc/powerpc/suword.c standard +powerpc/powerpc/syncicache.c standard +powerpc/powerpc/sys_machdep.c standard +powerpc/powerpc/swtch.s standard +powerpc/powerpc/trap.c standard +powerpc/powerpc/vm_machdep.c standard + +dev/ofw/openfirm.c standard +dev/ofw/ofw_console.c standard + +libkern/ashldi3.c standard +libkern/ashrdi3.c standard +libkern/bcmp.c standard +libkern/divdi3.c standard +libkern/ffs.c standard +libkern/lshrdi3.c standard +libkern/moddi3.c standard +libkern/qdivrem.c standard +libkern/ucmpdi2.c standard +libkern/udivdi3.c standard +libkern/umoddi3.c standard + +powerpc/powerpc/mp_machdep.c optional smp |