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