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 "rm -f opt_ah.h; 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/scterm-sc.c optional sc 33dev/syscons/scvtb.c optional sc 34dev/uart/uart_cpu_powerpc.c optional uart 35kern/syscalls.c optional ktr 36powerpc/powerpc/atomic.S standard 37powerpc/powerpc/autoconf.c standard 38powerpc/powerpc/bcopy.c standard 39powerpc/powerpc/busdma_machdep.c standard 40powerpc/powerpc/clock.c standard 41powerpc/powerpc/copyinout.c standard 42powerpc/powerpc/copystr.c standard 43powerpc/powerpc/cpu.c standard 44powerpc/powerpc/elf_machdep.c standard 45powerpc/powerpc/fpu.c standard 46powerpc/powerpc/fuswintr.c standard 47powerpc/powerpc/gdb_machdep.c optional gdb 48powerpc/powerpc/in_cksum.c optional inet 49powerpc/powerpc/interrupt.c standard 50powerpc/powerpc/intr_machdep.c standard 51powerpc/powerpc/locore.S standard no-obj 52powerpc/powerpc/machdep.c standard 53powerpc/powerpc/mmu_if.m standard 54powerpc/powerpc/mmu_oea.c standard 55powerpc/powerpc/nexus.c standard 56powerpc/powerpc/ofwmagic.S standard 57powerpc/powerpc/ofw_machdep.c standard 58powerpc/powerpc/openpic.c standard 59powerpc/powerpc/pic_if.m standard 60powerpc/powerpc/pmap_dispatch.c standard 61powerpc/powerpc/sc_machdep.c optional sc 62powerpc/powerpc/setjmp.S standard 63powerpc/powerpc/sigcode.S standard 64powerpc/powerpc/suswintr.c standard 65powerpc/powerpc/syncicache.c standard 66powerpc/powerpc/sys_machdep.c standard 67powerpc/powerpc/swtch.S standard 68powerpc/powerpc/trap.c standard 69powerpc/powerpc/uio_machdep.c standard 70powerpc/powerpc/uma_machdep.c standard 71powerpc/powerpc/vm_machdep.c standard 72 73powerpc/powerpc/db_disasm.c optional ddb 74powerpc/powerpc/db_interface.c optional ddb 75powerpc/powerpc/db_hwwatch.c optional ddb 76powerpc/powerpc/db_trace.c optional ddb 77 78crypto/blowfish/bf_enc.c optional ipsec ipsec_esp 79crypto/des/des_enc.c optional ipsec ipsec_esp | netsmb 80 81dev/ofw/openfirm.c standard 82dev/ofw/ofw_bus_if.m standard 83dev/ofw/ofw_bus_subr.c standard 84dev/ofw/ofw_console.c standard 85dev/ofw/ofw_disk.c optional ofwd 86 87libkern/ashldi3.c standard 88libkern/ashrdi3.c standard 89libkern/bcmp.c standard 90libkern/divdi3.c standard 91libkern/ffs.c standard 92libkern/ffsl.c standard 93libkern/fls.c standard 94libkern/flsl.c standard 95libkern/lshrdi3.c standard 96libkern/moddi3.c standard 97libkern/qdivrem.c standard 98libkern/ucmpdi2.c standard 99libkern/udivdi3.c standard 100libkern/umoddi3.c standard 101 102powerpc/powerpc/mem.c optional mem 103powerpc/powerpc/mp_machdep.c optional smp 104 105powerpc/ofw/ofw_pci.c optional pci 106powerpc/ofw/ofw_pcib_pci.c optional pci 107powerpc/ofw/ofw_syscons.c optional sc 108 109powerpc/powermac/ata_kauai.c optional powermac ata 110powerpc/powermac/ata_macio.c optional powermac ata 111powerpc/powermac/grackle.c optional powermac pci 112powerpc/powermac/hrowpic.c optional powermac pci 113powerpc/powermac/macio.c optional powermac pci 114powerpc/powermac/openpic_macio.c optional powermac pci 115powerpc/powermac/pswitch.c optional powermac pswitch 116powerpc/powermac/uninorth.c optional powermac pci 117 118powerpc/psim/iobus.c optional psim 119powerpc/psim/ata_iobus.c optional ata psim 120powerpc/psim/openpic_iobus.c optional psim 121powerpc/psim/uart_iobus.c optional uart psim 122 123dev/scc/scc_bfe_macio.c optional scc powermac 124 125dev/powermac_nvram/powermac_nvram.c optional powermac powermac_nvram 126