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/bootconfig.c		standard
7arm/arm/bus_space_asm_generic.S	standard
8arm/arm/busdma_machdep.c 	optional	!armv6
9arm/arm/busdma_machdep-v6.c 	optional	armv6
10arm/arm/copystr.S		standard
11arm/arm/cpufunc.c		standard
12arm/arm/cpufunc_asm.S		standard
13arm/arm/cpufunc_asm_armv4.S 	standard
14arm/arm/cpuinfo.c		standard
15arm/arm/cpu_asm-v6.S		optional	armv6
16arm/arm/db_disasm.c		optional	ddb
17arm/arm/db_interface.c		optional	ddb
18arm/arm/db_trace.c		optional	ddb
19arm/arm/devmap.c		standard
20arm/arm/disassem.c		optional	ddb
21arm/arm/dump_machdep.c		standard
22arm/arm/elf_machdep.c		standard
23arm/arm/exception.S		standard
24arm/arm/fiq.c			standard
25arm/arm/fiq_subr.S		standard
26arm/arm/fusu.S			standard
27arm/arm/gdb_machdep.c		optional	gdb
28arm/arm/identcpu.c		standard
29arm/arm/in_cksum.c		optional	inet | inet6
30arm/arm/in_cksum_arm.S		optional	inet | inet6
31arm/arm/intr.c			standard
32arm/arm/locore.S		standard	no-obj
33arm/arm/machdep.c		standard
34arm/arm/mem.c			optional	mem
35arm/arm/minidump_machdep.c	optional	mem
36arm/arm/mp_machdep.c		optional	smp
37arm/arm/nexus.c			standard
38arm/arm/physmem.c		standard
39arm/arm/pl190.c			optional	pl190
40arm/arm/pl310.c			optional	pl310
41arm/arm/pmap.c			optional	!armv6
42arm/arm/pmap-v6.c		optional	armv6
43arm/arm/sc_machdep.c		optional	sc
44arm/arm/setcpsr.S		standard
45arm/arm/setstack.s		standard
46arm/arm/stack_machdep.c		optional	ddb | stack
47arm/arm/stdatomic.c		standard \
48	compile-with "${NORMAL_C:N-Wmissing-prototypes}"
49arm/arm/support.S		standard
50arm/arm/swtch.S			standard
51arm/arm/sys_machdep.c		standard
52arm/arm/syscall.c		standard
53arm/arm/trap.c			optional	!armv6
54arm/arm/trap-v6.c		optional	armv6
55arm/arm/uio_machdep.c		standard
56arm/arm/undefined.c		standard
57arm/arm/vm_machdep.c		standard
58arm/arm/vfp.c			standard
59board_id.h			standard				   \
60	dependency	"$S/arm/conf/genboardid.awk $S/arm/conf/mach-types" \
61	compile-with	"${AWK} -f $S/arm/conf/genboardid.awk $S/arm/conf/mach-types > board_id.h" \
62	no-obj no-implicit-rule before-depend				   \
63	clean		"board_id.h"
64cddl/compat/opensolaris/kern/opensolaris_atomic.c	optional zfs compile-with "${ZFS_C}"
65crypto/blowfish/bf_enc.c	optional	crypto | ipsec 
66crypto/des/des_enc.c		optional	crypto | ipsec | netsmb
67dev/fb/fb.c			optional	sc
68dev/hwpmc/hwpmc_arm.c		optional	hwpmc
69dev/syscons/scgfbrndr.c		optional	sc
70dev/syscons/scterm-teken.c	optional	sc
71dev/syscons/scvtb.c		optional	sc
72dev/uart/uart_cpu_fdt.c		optional	uart fdt
73
74font.h				optional	sc			\
75	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" \
76	no-obj no-implicit-rule before-depend				\
77	clean	"font.h ${SC_DFLT_FONT}-8x14 ${SC_DFLT_FONT}-8x16 ${SC_DFLT_FONT}-8x8"
78kern/subr_busdma_bufalloc.c	standard
79kern/subr_dummy_vdso_tc.c	standard
80libkern/arm/aeabi_unwind.c	standard
81libkern/arm/divsi3.S		standard
82libkern/arm/ffs.S		standard
83libkern/arm/ldivmod.S		standard
84libkern/arm/ldivmod_helper.c	standard
85libkern/arm/memcpy.S		standard
86libkern/arm/memset.S		standard
87libkern/arm/muldi3.c		standard
88libkern/ashldi3.c		standard
89libkern/ashrdi3.c		standard
90libkern/divdi3.c		standard
91libkern/ffsl.c			standard
92libkern/fls.c			standard
93libkern/flsl.c			standard
94libkern/flsll.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