178b36e3cSOlivier Houchard# $FreeBSD$ 278b36e3cSOlivier Houchardarm/arm/autoconf.c standard 378b36e3cSOlivier Houchardarm/arm/bcopy_page.S standard 478b36e3cSOlivier Houchardarm/arm/bcopyinout.S standard 578b36e3cSOlivier Houchardarm/arm/blockio.S standard 678b36e3cSOlivier Houchardarm/arm/bootconfig.c standard 778b36e3cSOlivier Houchardarm/arm/bus_space_asm_generic.S standard 8a2970289SIan Leporearm/arm/busdma_machdep.c optional cpu_arm9 | cpu_arm9e | cpu_fa526 | cpu_xscale_80219 | cpu_xscale_80321 | cpu_xscale_81342 | cpu_xscale_ixp425 | cpu_xscale_ixp435 | cpu_xscale_pxa2x0 9543c9e95SGanbold Tsagaankhuuarm/arm/busdma_machdep-v6.c optional cpu_arm1136 | cpu_arm1176 | cpu_cortexa | cpu_mv_pj4b | cpu_krait 1078b36e3cSOlivier Houchardarm/arm/copystr.S standard 1178b36e3cSOlivier Houchardarm/arm/cpufunc.c standard 1278b36e3cSOlivier Houchardarm/arm/cpufunc_asm.S standard 1378b36e3cSOlivier Houchardarm/arm/cpufunc_asm_armv4.S standard 1478b36e3cSOlivier Houchardarm/arm/db_disasm.c optional ddb 1578b36e3cSOlivier Houchardarm/arm/db_interface.c optional ddb 1678b36e3cSOlivier Houchardarm/arm/db_trace.c optional ddb 172bd843b4SIan Leporearm/arm/devmap.c standard 18ae413598SOlivier Houchardarm/arm/disassem.c optional ddb 1978b36e3cSOlivier Houchardarm/arm/dump_machdep.c standard 2078b36e3cSOlivier Houchardarm/arm/elf_machdep.c standard 21*5c8f95d5SAndrew Turnerarm/arm/elf_note.S standard 2278b36e3cSOlivier Houchardarm/arm/exception.S standard 2378b36e3cSOlivier Houchardarm/arm/fiq.c standard 2478b36e3cSOlivier Houchardarm/arm/fiq_subr.S standard 2578b36e3cSOlivier Houchardarm/arm/fusu.S standard 26be050429SOlivier Houchardarm/arm/gdb_machdep.c optional gdb 2778b36e3cSOlivier Houchardarm/arm/identcpu.c standard 2870df4233SBjoern A. Zeebarm/arm/in_cksum.c optional inet | inet6 2970df4233SBjoern A. Zeebarm/arm/in_cksum_arm.S optional inet | inet6 3078b36e3cSOlivier Houchardarm/arm/intr.c standard 3178b36e3cSOlivier Houchardarm/arm/locore.S standard no-obj 3278b36e3cSOlivier Houchardarm/arm/machdep.c standard 33df6f945bSOlivier Houchardarm/arm/mem.c optional mem 348e321b79SRafal Jaworowskiarm/arm/minidump_machdep.c optional mem 35cf1a573fSOleksandr Tymoshenkoarm/arm/mp_machdep.c optional smp 36f9af595fSOlivier Houchardarm/arm/nexus.c standard 375698bf8cSIan Leporearm/arm/physmem.c standard 38e6440e15SOleksandr Tymoshenkoarm/arm/pl190.c optional pl190 39cf1a573fSOleksandr Tymoshenkoarm/arm/pl310.c optional pl310 4027521ff8SAndrew Turnerarm/arm/platform.c optional platform 4127521ff8SAndrew Turnerarm/arm/platform_if.m optional platform 42a2970289SIan Leporearm/arm/pmap.c optional cpu_arm9 | cpu_arm9e | cpu_fa526 | cpu_xscale_80219 | cpu_xscale_80321 | cpu_xscale_81342 | cpu_xscale_ixp425 | cpu_xscale_ixp435 | cpu_xscale_pxa2x0 43543c9e95SGanbold Tsagaankhuuarm/arm/pmap-v6.c optional cpu_arm1136 | cpu_arm1176 | cpu_cortexa | cpu_mv_pj4b | cpu_krait 44e1f04cd0SOleksandr Tymoshenkoarm/arm/sc_machdep.c optional sc 4578b36e3cSOlivier Houchardarm/arm/setcpsr.S standard 4678b36e3cSOlivier Houchardarm/arm/setstack.s standard 473c90d1eaSRobert Watsonarm/arm/stack_machdep.c optional ddb | stack 4867ccda16SEd Schoutenarm/arm/stdatomic.c standard \ 4967ccda16SEd Schouten compile-with "${NORMAL_C:N-Wmissing-prototypes}" 5078b36e3cSOlivier Houchardarm/arm/support.S standard 5178b36e3cSOlivier Houchardarm/arm/swtch.S standard 5278b36e3cSOlivier Houchardarm/arm/sys_machdep.c standard 53293b5c22SAndrew Turnerarm/arm/syscall.c standard 5478b36e3cSOlivier Houchardarm/arm/trap.c standard 5578b36e3cSOlivier Houchardarm/arm/uio_machdep.c standard 5678b36e3cSOlivier Houchardarm/arm/undefined.c standard 5778b36e3cSOlivier Houchardarm/arm/vm_machdep.c standard 58c5de7237SAndrew Turnerarm/arm/vfp.c standard 59f7d51b1dSWarner Loshboard_id.h standard \ 60f7d51b1dSWarner Losh dependency "$S/arm/conf/genboardid.awk $S/arm/conf/mach-types" \ 61f7d51b1dSWarner Losh compile-with "${AWK} -f $S/arm/conf/genboardid.awk $S/arm/conf/mach-types > board_id.h" \ 62f7d51b1dSWarner Losh no-obj no-implicit-rule before-depend \ 63f7d51b1dSWarner Losh clean "board_id.h" 6488c7c434SPeter Wemmcddl/compat/opensolaris/kern/opensolaris_atomic.c optional zfs compile-with "${ZFS_C}" 65f7d51b1dSWarner Loshcrypto/blowfish/bf_enc.c optional crypto | ipsec 66237abf0cSDavide Italianocrypto/des/des_enc.c optional crypto | ipsec | netsmb 67e1f04cd0SOleksandr Tymoshenkodev/fb/fb.c optional sc 6827521ff8SAndrew Turnerdev/fdt/fdt_arm_platform.c optional platform fdt 69bbb8e19dSRui Paulodev/hwpmc/hwpmc_arm.c optional hwpmc 7027cf7d04SAleksandr Rybalkodev/kbd/kbd.c optional sc | vt 71e1f04cd0SOleksandr Tymoshenkodev/syscons/scgfbrndr.c optional sc 72e1f04cd0SOleksandr Tymoshenkodev/syscons/scterm-teken.c optional sc 73e1f04cd0SOleksandr Tymoshenkodev/syscons/scvtb.c optional sc 74cb34ed44SMarcel Moolenaardev/uart/uart_cpu_fdt.c optional uart fdt 75cb34ed44SMarcel Moolenaar 76f7d51b1dSWarner Loshfont.h optional sc \ 77f7d51b1dSWarner Losh 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" \ 78f7d51b1dSWarner Losh no-obj no-implicit-rule before-depend \ 79f7d51b1dSWarner Losh clean "font.h ${SC_DFLT_FONT}-8x14 ${SC_DFLT_FONT}-8x16 ${SC_DFLT_FONT}-8x8" 804c712a25SOlivier Houchardkern/subr_busdma_bufalloc.c standard 81f7d51b1dSWarner Loshkern/subr_dummy_vdso_tc.c standard 82c8d2ffd6SGleb Smirnoffkern/subr_sfbuf.c standard 835cc8d54cSAndrew Turnerlibkern/arm/aeabi_unwind.c standard 8478b36e3cSOlivier Houchardlibkern/arm/divsi3.S standard 8578b36e3cSOlivier Houchardlibkern/arm/ffs.S standard 8646d741dcSAndrew Turnerlibkern/arm/ldivmod.S standard 8746d741dcSAndrew Turnerlibkern/arm/ldivmod_helper.c standard 88530bff3fSAndrew Turnerlibkern/arm/memcpy.S standard 8969d758b4SAndrew Turnerlibkern/arm/memset.S standard 9078b36e3cSOlivier Houchardlibkern/arm/muldi3.c standard 9178b36e3cSOlivier Houchardlibkern/ashldi3.c standard 9278b36e3cSOlivier Houchardlibkern/ashrdi3.c standard 9378b36e3cSOlivier Houchardlibkern/divdi3.c standard 9478b36e3cSOlivier Houchardlibkern/ffsl.c standard 957a3ac16eSSam Lefflerlibkern/fls.c standard 9678b36e3cSOlivier Houchardlibkern/flsl.c standard 97f25e50cfSAndriy Gaponlibkern/flsll.c standard 9878b36e3cSOlivier Houchardlibkern/lshrdi3.c standard 9978b36e3cSOlivier Houchardlibkern/moddi3.c standard 10078b36e3cSOlivier Houchardlibkern/qdivrem.c standard 1011693ce44SOlivier Houchardlibkern/ucmpdi2.c standard 10278b36e3cSOlivier Houchardlibkern/udivdi3.c standard 10378b36e3cSOlivier Houchardlibkern/umoddi3.c standard 104