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# 17hal.o optional ath_hal \ 18 dependency "$S/contrib/dev/ath/public/powerpc-be-elf.hal.o.uu" \ 19 compile-with "uudecode < $S/contrib/dev/ath/public/powerpc-be-elf.hal.o.uu" \ 20 no-implicit-rule 21opt_ah.h optional ath_hal \ 22 dependency "$S/contrib/dev/ath/public/powerpc-be-elf.opt_ah.h" \ 23 compile-with "cp $S/contrib/dev/ath/public/powerpc-be-elf.opt_ah.h opt_ah.h" \ 24 no-obj no-implicit-rule before-depend \ 25 clean "opt_ah.h" 26# 27 28dev/fb/fb.c optional sc 29dev/hwpmc/hwpmc_powerpc.c optional hwpmc 30dev/kbd/kbd.c optional sc 31dev/syscons/scgfbrndr.c optional sc 32dev/syscons/schistory.c optional sc 33dev/syscons/scmouse.c optional sc 34dev/syscons/scterm.c optional sc 35dev/syscons/scterm-dumb.c optional sc 36dev/syscons/scterm-sc.c optional sc 37dev/syscons/scvidctl.c optional sc 38dev/syscons/scvtb.c optional sc 39dev/syscons/syscons.c optional sc 40dev/syscons/sysmouse.c optional sc 41dev/uart/uart_cpu_powerpc.c optional uart 42geom/geom_apple.c standard 43kern/syscalls.c optional ktr 44powerpc/powerpc/atomic.S standard 45powerpc/powerpc/autoconf.c standard 46powerpc/powerpc/bcopy.c standard 47powerpc/powerpc/busdma_machdep.c standard 48powerpc/powerpc/clock.c standard 49powerpc/powerpc/copyinout.c standard 50powerpc/powerpc/copystr.c standard 51powerpc/powerpc/cpu.c standard 52powerpc/powerpc/elf_machdep.c standard 53powerpc/powerpc/fpu.c standard 54powerpc/powerpc/fuswintr.c standard 55powerpc/powerpc/in_cksum.c optional inet 56powerpc/powerpc/interrupt.c standard 57powerpc/powerpc/intr_machdep.c standard 58powerpc/powerpc/locore.S standard no-obj 59powerpc/powerpc/machdep.c standard 60powerpc/powerpc/mmu_if.m standard 61powerpc/powerpc/mmu_oea.c standard 62powerpc/powerpc/nexus.c standard 63powerpc/powerpc/ofwmagic.S standard 64powerpc/powerpc/ofw_machdep.c standard 65powerpc/powerpc/openpic.c standard 66powerpc/powerpc/pic_if.m standard 67powerpc/powerpc/pmap_dispatch.c standard 68powerpc/powerpc/sc_machdep.c optional sc 69powerpc/powerpc/setjmp.S standard 70powerpc/powerpc/sigcode.S standard 71powerpc/powerpc/suswintr.c standard 72powerpc/powerpc/syncicache.c standard 73powerpc/powerpc/sys_machdep.c standard 74powerpc/powerpc/swtch.S standard 75powerpc/powerpc/trap.c standard 76powerpc/powerpc/uio_machdep.c standard 77powerpc/powerpc/uma_machdep.c standard 78powerpc/powerpc/vm_machdep.c standard 79 80powerpc/powerpc/db_disasm.c optional ddb 81powerpc/powerpc/db_interface.c optional ddb 82powerpc/powerpc/db_hwwatch.c optional ddb 83powerpc/powerpc/db_trace.c optional ddb 84 85crypto/blowfish/bf_enc.c optional ipsec ipsec_esp 86crypto/des/des_enc.c optional ipsec ipsec_esp | netsmb 87 88dev/ofw/openfirm.c standard 89dev/ofw/ofw_bus_if.m standard 90dev/ofw/ofw_bus_subr.c standard 91dev/ofw/ofw_console.c standard 92dev/ofw/ofw_disk.c optional ofwd 93 94libkern/ashldi3.c standard 95libkern/ashrdi3.c standard 96libkern/bcmp.c standard 97libkern/divdi3.c standard 98libkern/ffs.c standard 99libkern/ffsl.c standard 100libkern/fls.c standard 101libkern/flsl.c standard 102libkern/lshrdi3.c standard 103libkern/moddi3.c standard 104libkern/qdivrem.c standard 105libkern/ucmpdi2.c standard 106libkern/udivdi3.c standard 107libkern/umoddi3.c standard 108 109powerpc/powerpc/mem.c optional mem 110powerpc/powerpc/mp_machdep.c optional smp 111 112powerpc/ofw/ofw_pci.c optional pci 113powerpc/ofw/ofw_pcib_pci.c optional pci 114powerpc/ofw/ofw_syscons.c optional sc 115 116powerpc/powermac/ata_kauai.c optional powermac ata 117powerpc/powermac/ata_macio.c optional powermac ata 118powerpc/powermac/grackle.c optional powermac pci 119powerpc/powermac/hrowpic.c optional powermac pci 120powerpc/powermac/macio.c optional powermac pci 121powerpc/powermac/openpic_macio.c optional powermac pci 122powerpc/powermac/pswitch.c optional powermac pswitch 123powerpc/powermac/uninorth.c optional powermac pci 124 125powerpc/psim/iobus.c optional psim 126powerpc/psim/ata_iobus.c optional ata psim 127powerpc/psim/openpic_iobus.c optional psim 128powerpc/psim/sio_iobus.c optional sio psim 129 130dev/scc/scc_bfe_macio.c optional scc powermac 131dev/zs/zs.c optional powermac zs 132dev/zs/zs_macio.c optional powermac zs 133