1# This file tells config what files go into building a kernel, 2# files marked standard are always included. 3# 4# $FreeBSD$ 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/copyinout.c standard 18powerpc/powerpc/copystr.c standard 19powerpc/powerpc/elf_machdep.c standard 20powerpc/powerpc/extintr.c standard 21powerpc/powerpc/fuswintr.c standard 22powerpc/powerpc/machdep.c standard 23powerpc/powerpc/nexus.c standard 24powerpc/powerpc/ofwmagic.s standard 25powerpc/powerpc/ofw_machdep.c standard 26powerpc/powerpc/pmap.c standard 27powerpc/powerpc/suswintr.c standard 28powerpc/powerpc/syncicache.c standard 29powerpc/powerpc/sys_machdep.c standard 30powerpc/powerpc/swtch.s standard 31powerpc/powerpc/trap.c standard 32powerpc/powerpc/vm_machdep.c standard 33 34powerpc/powerpc/db_disasm.c optional ddb 35powerpc/powerpc/db_interface.c optional ddb 36powerpc/powerpc/db_memrw.c optional ddb 37powerpc/powerpc/db_trace.c optional ddb 38 39crypto/blowfish/bf_enc.c optional ipsec ipsec_esp 40crypto/des/des_enc.c optional ipsec ipsec_esp 41 42dev/ofw/openfirm.c standard 43dev/ofw/ofw_console.c standard 44 45libkern/ashldi3.c standard 46libkern/ashrdi3.c standard 47libkern/bcmp.c standard 48libkern/divdi3.c standard 49libkern/ffs.c standard 50libkern/lshrdi3.c standard 51libkern/moddi3.c standard 52libkern/qdivrem.c standard 53libkern/ucmpdi2.c standard 54libkern/udivdi3.c standard 55libkern/umoddi3.c standard 56 57powerpc/powerpc/mp_machdep.c optional smp 58