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# 11 12font.h optional sc \ 13 compile-with "uudecode < /usr/share/syscons/fonts/${SC_DFLT_FONT}-8x16.fnt && file2c 'u_char dflt_font_16[16*256] = {' '};' < ${SC_DFLT_FONT}-8x16 > font.h && uudecode < /usr/share/syscons/fonts/${SC_DFLT_FONT}-8x14.fnt && file2c 'u_char dflt_font_14[14*256] = {' '};' < ${SC_DFLT_FONT}-8x14 >> font.h && uudecode < /usr/share/syscons/fonts/${SC_DFLT_FONT}-8x8.fnt && file2c 'u_char dflt_font_8[8*256] = {' '};' < ${SC_DFLT_FONT}-8x8 >> font.h" \ 14 no-obj no-implicit-rule before-depend \ 15 clean "font.h ${SC_DFLT_FONT}-8x14 ${SC_DFLT_FONT}-8x16 ${SC_DFLT_FONT}-8x8" 16 17dev/fb/fb.c optional sc 18dev/kbd/kbd.c optional sc 19dev/syscons/scgfbrndr.c optional sc 20dev/syscons/schistory.c optional sc 21dev/syscons/scmouse.c optional sc 22dev/syscons/scterm.c optional sc 23dev/syscons/scterm-dumb.c optional sc 24dev/syscons/scterm-sc.c optional sc 25dev/syscons/scvidctl.c optional sc 26dev/syscons/scvtb.c optional sc 27dev/syscons/syscons.c optional sc 28dev/syscons/sysmouse.c optional sc 29geom/geom_apple.c standard 30kern/syscalls.c optional ktr 31powerpc/powerpc/atomic.S standard 32powerpc/powerpc/autoconf.c standard 33powerpc/powerpc/bcopy.c standard 34powerpc/powerpc/busdma_machdep.c standard 35powerpc/powerpc/clock.c standard 36powerpc/powerpc/copyinout.c standard 37powerpc/powerpc/copystr.c standard 38powerpc/powerpc/cpu.c standard 39powerpc/powerpc/critical.c standard 40powerpc/powerpc/elf_machdep.c standard 41powerpc/powerpc/fpu.c standard 42powerpc/powerpc/fuswintr.c standard 43powerpc/powerpc/in_cksum.c optional inet 44powerpc/powerpc/interrupt.c standard 45powerpc/powerpc/intr_machdep.c standard 46powerpc/powerpc/locore.S standard no-obj 47powerpc/powerpc/machdep.c standard 48powerpc/powerpc/nexus.c standard 49powerpc/powerpc/ofwmagic.S standard 50powerpc/powerpc/ofw_machdep.c standard 51powerpc/powerpc/openpic.c standard 52powerpc/powerpc/pic_if.m standard 53powerpc/powerpc/pmap.c standard 54powerpc/powerpc/sc_machdep.c optional sc 55powerpc/powerpc/setjmp.S standard 56powerpc/powerpc/sigcode.S standard 57powerpc/powerpc/suswintr.c standard 58powerpc/powerpc/syncicache.c standard 59powerpc/powerpc/sys_machdep.c standard 60powerpc/powerpc/swtch.S standard 61powerpc/powerpc/trap.c standard 62powerpc/powerpc/uio_machdep.c standard 63powerpc/powerpc/uma_machdep.c standard 64powerpc/powerpc/vm_machdep.c standard 65 66powerpc/powerpc/db_disasm.c optional ddb 67powerpc/powerpc/db_interface.c optional ddb 68powerpc/powerpc/db_hwwatch.c optional ddb 69powerpc/powerpc/db_trace.c optional ddb 70 71crypto/blowfish/bf_enc.c optional ipsec ipsec_esp 72crypto/des/des_enc.c optional ipsec ipsec_esp 73 74dev/ofw/openfirm.c standard 75dev/ofw/ofw_console.c standard 76dev/ofw/ofw_disk.c optional ofwd 77 78libkern/ashldi3.c standard 79libkern/ashrdi3.c standard 80libkern/bcmp.c standard 81libkern/divdi3.c standard 82libkern/ffs.c standard 83libkern/ffsl.c standard 84libkern/fls.c standard 85libkern/flsl.c standard 86libkern/lshrdi3.c standard 87libkern/moddi3.c standard 88libkern/qdivrem.c standard 89libkern/ucmpdi2.c standard 90libkern/udivdi3.c standard 91libkern/umoddi3.c standard 92 93powerpc/powerpc/mp_machdep.c optional smp 94 95powerpc/ofw/ofw_pci.c optional pci 96powerpc/ofw/ofw_pcib_pci.c optional pci 97powerpc/ofw/ofw_syscons.c optional sc 98 99powerpc/powermac/ata_kauai.c optional powermac ata 100powerpc/powermac/ata_macio.c optional powermac ata 101powerpc/powermac/grackle.c optional powermac pci 102powerpc/powermac/hrowpic.c optional powermac pci 103powerpc/powermac/macio.c optional powermac pci 104powerpc/powermac/openpic_macio.c optional powermac pci 105powerpc/powermac/pswitch.c optional powermac pswitch 106powerpc/powermac/uninorth.c optional powermac pci 107 108powerpc/psim/iobus.c optional psim 109powerpc/psim/ata_iobus.c optional ata psim 110powerpc/psim/openpic_iobus.c optional psim 111powerpc/psim/sio_iobus.c optional sio psim 112 113dev/zs/zs_macio.c optional powermac zs 114