xref: /freebsd/sys/conf/files.arm (revision f95c930e6701aa675377bc5871ea490dd565eeba)
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/identcpu.c		standard
41arm/arm/in_cksum.c		optional	inet | inet6
42arm/arm/in_cksum_arm.S		optional	inet | inet6
43arm/arm/intr.c			standard
44arm/arm/locore.S		standard	no-obj
45arm/arm/machdep.c		standard
46arm/arm/mem.c			optional	mem
47arm/arm/minidump_machdep.c	optional	mem
48arm/arm/mp_machdep.c		optional	smp
49arm/arm/nexus.c			standard
50arm/arm/physmem.c		standard
51arm/arm/pl190.c			optional	pl190
52arm/arm/pl310.c			optional	pl310
53arm/arm/platform.c		optional	platform
54arm/arm/platform_if.m		optional	platform
55arm/arm/pmap.c			optional	!armv6
56arm/arm/pmap-v6.c		optional	armv6 !arm_new_pmap
57arm/arm/pmap-v6-new.c		optional	armv6 arm_new_pmap
58arm/arm/sc_machdep.c		optional	sc
59arm/arm/setcpsr.S		standard
60arm/arm/setstack.s		standard
61arm/arm/stack_machdep.c		optional	ddb | stack
62arm/arm/stdatomic.c		standard \
63	compile-with "${NORMAL_C:N-Wmissing-prototypes}"
64arm/arm/support.S		standard
65arm/arm/swtch.S			standard
66arm/arm/sys_machdep.c		standard
67arm/arm/syscall.c		standard
68arm/arm/trap.c			optional	!armv6
69arm/arm/trap-v6.c		optional	armv6
70arm/arm/uio_machdep.c		standard
71arm/arm/undefined.c		standard
72arm/arm/unwind.c		optional	ddb | kdtrace_hooks
73arm/arm/vm_machdep.c		standard
74arm/arm/vfp.c			standard
75board_id.h			standard				   \
76	dependency	"$S/arm/conf/genboardid.awk $S/arm/conf/mach-types" \
77	compile-with	"${AWK} -f $S/arm/conf/genboardid.awk $S/arm/conf/mach-types > board_id.h" \
78	no-obj no-implicit-rule before-depend				   \
79	clean		"board_id.h"
80cddl/compat/opensolaris/kern/opensolaris_atomic.c	optional zfs compile-with "${ZFS_C}"
81crypto/blowfish/bf_enc.c	optional	crypto | ipsec
82crypto/des/des_enc.c		optional	crypto | ipsec | netsmb
83dev/fb/fb.c			optional	sc
84dev/fdt/fdt_arm_platform.c	optional	platform fdt
85dev/hwpmc/hwpmc_arm.c		optional	hwpmc
86dev/hwpmc/hwpmc_armv7.c		optional	hwpmc armv6
87dev/kbd/kbd.c			optional	sc | vt
88dev/psci/psci.c			optional	psci
89dev/psci/psci_arm.S		optional	psci
90dev/syscons/scgfbrndr.c		optional	sc
91dev/syscons/scterm-teken.c	optional	sc
92dev/syscons/scvtb.c		optional	sc
93dev/uart/uart_cpu_fdt.c		optional	uart fdt
94
95font.h				optional	sc			\
96	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" \
97	no-obj no-implicit-rule before-depend				\
98	clean	"font.h ${SC_DFLT_FONT}-8x14 ${SC_DFLT_FONT}-8x16 ${SC_DFLT_FONT}-8x8"
99kern/subr_busdma_bufalloc.c	standard
100kern/subr_dummy_vdso_tc.c	standard
101kern/subr_sfbuf.c		standard
102libkern/arm/aeabi_unwind.c	standard
103libkern/arm/divsi3.S		standard
104libkern/arm/ffs.S		standard
105libkern/arm/ldivmod.S		standard
106libkern/arm/ldivmod_helper.c	standard
107libkern/arm/memcpy.S		standard
108libkern/arm/memset.S		standard
109libkern/arm/muldi3.c		standard
110libkern/ashldi3.c		standard
111libkern/ashrdi3.c		standard
112libkern/divdi3.c		standard
113libkern/ffsl.c			standard
114libkern/fls.c			standard
115libkern/flsl.c			standard
116libkern/flsll.c			standard
117libkern/lshrdi3.c		standard
118libkern/moddi3.c		standard
119libkern/qdivrem.c		standard
120libkern/ucmpdi2.c		standard
121libkern/udivdi3.c		standard
122libkern/umoddi3.c		standard
123