1# $FreeBSD$ 2arm/arm/autoconf.c standard 3arm/arm/bcopy_page.S standard 4arm/arm/bcopyinout.S standard 5arm/arm/blockio.S standard 6arm/arm/bus_space_asm_generic.S standard 7arm/arm/busdma_machdep.c optional !armv6 8arm/arm/busdma_machdep-v6.c optional armv6 9arm/arm/copystr.S standard 10arm/arm/cpufunc.c standard 11arm/arm/cpufunc_asm.S standard 12arm/arm/cpufunc_asm_arm9.S optional cpu_arm9 13arm/arm/cpufunc_asm_arm10.S optional cpu_arm9e 14arm/arm/cpufunc_asm_arm11.S optional cpu_arm1176 15arm/arm/cpufunc_asm_arm11x6.S optional cpu_arm1176 16arm/arm/cpufunc_asm_armv4.S optional cpu_arm9 | cpu_arm9e | cpu_fa526 | cpu_xscale_80321 | cpu_xscale_pxa2x0 | cpu_xscale_ixp425 | cpu_xscale_80219 | cpu_xscale_81342 17arm/arm/cpufunc_asm_armv5_ec.S optional cpu_arm9e 18arm/arm/cpufunc_asm_armv6.S optional cpu_arm1176 19arm/arm/cpufunc_asm_armv7.S optional cpu_cortexa | cpu_krait | cpu_mv_pj4b 20arm/arm/cpufunc_asm_fa526.S optional cpu_fa526 21arm/arm/cpufunc_asm_pj4b.S optional cpu_mv_pj4b 22arm/arm/cpufunc_asm_sheeva.S optional cpu_arm9e 23arm/arm/cpufunc_asm_xscale.S optional cpu_xscale_80321 | cpu_xscale_pxa2x0 | cpu_xscale_ixp425 | cpu_xscale_80219 | cpu_xscale_81342 24arm/arm/cpufunc_asm_xscale_c3.S optional cpu_xscale_81342 25arm/arm/cpuinfo.c standard 26arm/arm/cpu_asm-v6.S optional armv6 27arm/arm/db_disasm.c optional ddb 28arm/arm/db_interface.c optional ddb 29arm/arm/db_trace.c optional ddb 30arm/arm/devmap.c standard 31arm/arm/disassem.c optional ddb 32arm/arm/dump_machdep.c standard 33arm/arm/elf_machdep.c standard 34arm/arm/elf_note.S standard 35arm/arm/exception.S standard 36arm/arm/fiq.c standard 37arm/arm/fiq_subr.S standard 38arm/arm/fusu.S standard 39arm/arm/gdb_machdep.c optional gdb 40arm/arm/gic.c optional gic 41arm/arm/identcpu.c standard 42arm/arm/in_cksum.c optional inet | inet6 43arm/arm/in_cksum_arm.S optional inet | inet6 44arm/arm/intr.c standard 45arm/arm/locore.S standard no-obj 46arm/arm/machdep.c standard 47arm/arm/mem.c optional mem 48arm/arm/minidump_machdep.c optional mem 49arm/arm/mp_machdep.c optional smp 50arm/arm/nexus.c standard 51arm/arm/physmem.c standard 52arm/arm/pl190.c optional pl190 53arm/arm/pl310.c optional pl310 54arm/arm/platform.c optional platform 55arm/arm/platform_if.m optional platform 56arm/arm/pmap.c optional !armv6 57arm/arm/pmap-v6.c optional armv6 !arm_new_pmap 58arm/arm/pmap-v6-new.c optional armv6 arm_new_pmap 59arm/arm/sc_machdep.c optional sc 60arm/arm/setcpsr.S standard 61arm/arm/setstack.s standard 62arm/arm/stack_machdep.c optional ddb | stack 63arm/arm/stdatomic.c standard \ 64 compile-with "${NORMAL_C:N-Wmissing-prototypes}" 65arm/arm/support.S standard 66arm/arm/swtch.S standard 67arm/arm/sys_machdep.c standard 68arm/arm/syscall.c standard 69arm/arm/trap.c optional !armv6 70arm/arm/trap-v6.c optional armv6 71arm/arm/uio_machdep.c standard 72arm/arm/undefined.c standard 73arm/arm/unwind.c optional ddb | kdtrace_hooks 74arm/arm/vm_machdep.c standard 75arm/arm/vfp.c standard 76board_id.h standard \ 77 dependency "$S/arm/conf/genboardid.awk $S/arm/conf/mach-types" \ 78 compile-with "${AWK} -f $S/arm/conf/genboardid.awk $S/arm/conf/mach-types > board_id.h" \ 79 no-obj no-implicit-rule before-depend \ 80 clean "board_id.h" 81cddl/compat/opensolaris/kern/opensolaris_atomic.c optional zfs | dtrace compile-with "${CDDL_C}" 82cddl/dev/dtrace/arm/dtrace_asm.S optional dtrace compile-with "${DTRACE_S}" 83cddl/dev/dtrace/arm/dtrace_subr.c optional dtrace compile-with "${DTRACE_C}" 84cddl/dev/fbt/arm/fbt_isa.c optional dtrace_fbt | dtraceall compile-with "${FBT_C}" 85crypto/blowfish/bf_enc.c optional crypto | ipsec 86crypto/des/des_enc.c optional crypto | ipsec | netsmb 87dev/fb/fb.c optional sc 88dev/fdt/fdt_arm_platform.c optional platform fdt 89dev/hwpmc/hwpmc_arm.c optional hwpmc 90dev/hwpmc/hwpmc_armv7.c optional hwpmc armv6 91dev/kbd/kbd.c optional sc | vt 92dev/psci/psci.c optional psci 93dev/psci/psci_arm.S optional psci 94dev/syscons/scgfbrndr.c optional sc 95dev/syscons/scterm-teken.c optional sc 96dev/syscons/scvtb.c optional sc 97dev/uart/uart_cpu_fdt.c optional uart fdt 98 99font.h optional sc \ 100 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" \ 101 no-obj no-implicit-rule before-depend \ 102 clean "font.h ${SC_DFLT_FONT}-8x14 ${SC_DFLT_FONT}-8x16 ${SC_DFLT_FONT}-8x8" 103kern/subr_busdma_bufalloc.c standard 104kern/subr_dummy_vdso_tc.c standard 105kern/subr_sfbuf.c standard 106libkern/arm/aeabi_unwind.c standard 107libkern/arm/divsi3.S standard 108libkern/arm/ffs.S standard 109libkern/arm/ldivmod.S standard 110libkern/arm/ldivmod_helper.c standard 111libkern/arm/memclr.S standard 112libkern/arm/memcpy.S standard 113libkern/arm/memset.S standard 114libkern/arm/muldi3.c standard 115libkern/ashldi3.c standard 116libkern/ashrdi3.c standard 117libkern/divdi3.c standard 118libkern/ffsl.c standard 119libkern/fls.c standard 120libkern/flsl.c standard 121libkern/flsll.c standard 122libkern/lshrdi3.c standard 123libkern/moddi3.c standard 124libkern/qdivrem.c standard 125libkern/ucmpdi2.c standard 126libkern/udivdi3.c standard 127libkern/umoddi3.c standard 128