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/busdma_machdep.c standard 17powerpc/powerpc/clock.c standard 18powerpc/powerpc/copyinout.c standard 19powerpc/powerpc/copystr.c standard 20powerpc/powerpc/critical.c standard 21powerpc/powerpc/elf_machdep.c standard 22powerpc/powerpc/extintr.c standard 23powerpc/powerpc/fpu.c standard 24powerpc/powerpc/fuswintr.c standard 25powerpc/powerpc/in_cksum.c optional inet 26powerpc/powerpc/interrupt.c standard 27powerpc/powerpc/intr_machdep.c standard 28powerpc/powerpc/machdep.c standard 29powerpc/powerpc/nexus.c standard 30powerpc/powerpc/ofwmagic.s standard 31powerpc/powerpc/ofw_machdep.c standard 32powerpc/powerpc/openpic.c standard 33powerpc/powerpc/pic_if.m standard 34powerpc/powerpc/pmap.c standard 35powerpc/powerpc/setjmp.S standard 36powerpc/powerpc/sigcode.S standard 37powerpc/powerpc/suswintr.c standard 38powerpc/powerpc/syncicache.c standard 39powerpc/powerpc/sys_machdep.c standard 40powerpc/powerpc/swtch.s standard 41powerpc/powerpc/trap.c standard 42powerpc/powerpc/vm_machdep.c standard 43 44powerpc/powerpc/db_disasm.c optional ddb 45powerpc/powerpc/db_interface.c optional ddb 46powerpc/powerpc/db_hwwatch.c optional ddb 47powerpc/powerpc/db_memrw.c optional ddb 48powerpc/powerpc/db_trace.c optional ddb 49 50crypto/blowfish/bf_enc.c optional ipsec ipsec_esp 51crypto/des/des_enc.c optional ipsec ipsec_esp 52 53dev/ofw/openfirm.c standard 54dev/ofw/ofw_console.c standard 55dev/ofw/ofw_disk.c optional ofwd 56 57libkern/ashldi3.c standard 58libkern/ashrdi3.c standard 59libkern/bcmp.c standard 60libkern/divdi3.c standard 61libkern/ffs.c standard 62libkern/lshrdi3.c standard 63libkern/moddi3.c standard 64libkern/qdivrem.c standard 65libkern/ucmpdi2.c standard 66libkern/udivdi3.c standard 67libkern/umoddi3.c standard 68 69powerpc/powerpc/mp_machdep.c optional smp 70 71powerpc/ofw/ofw_pci.c optional pci 72 73powerpc/powermac/uninorth.c optional powermac pci 74