files.arm revision 242073
1# $FreeBSD: head/sys/conf/files.arm 242073 2012-10-25 05:22:25Z imp $
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	cpu_arm9 | cpu_arm9e | cpu_fa526 | cpu_sa1100 | cpu_sa1110 | cpu_xscale_80219 | cpu_xscale_80321 | cpu_xscale_81342 | cpu_xscale_ixp425 | cpu_xscale_ixp435 | cpu_xscale_pxa2x0
9arm/arm/busdma_machdep-v6.c 	optional	cpu_arm11 | cpu_cortexa | cpu_mv_pj4b
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/db_disasm.c		optional	ddb
15arm/arm/db_interface.c		optional	ddb
16arm/arm/db_trace.c		optional	ddb
17arm/arm/disassem.c		optional	ddb
18arm/arm/dump_machdep.c		standard
19arm/arm/elf_machdep.c		standard
20arm/arm/exception.S		standard
21arm/arm/fiq.c			standard
22arm/arm/fiq_subr.S		standard
23arm/arm/fusu.S			standard
24arm/arm/gdb_machdep.c		optional	gdb
25arm/arm/identcpu.c		standard
26arm/arm/in_cksum.c		optional	inet | inet6
27arm/arm/in_cksum_arm.S		optional	inet | inet6
28arm/arm/intr.c			standard
29arm/arm/locore.S		standard	no-obj
30arm/arm/machdep.c		standard
31arm/arm/mem.c			optional	mem
32arm/arm/minidump_machdep.c	optional	mem
33arm/arm/mp_machdep.c		optional	smp
34arm/arm/nexus.c			standard
35arm/arm/pl310.c			optional	pl310
36arm/arm/pmap.c			optional	cpu_arm9 | cpu_arm9e | cpu_fa526 | cpu_sa1100 | cpu_sa1110 | cpu_xscale_80219 | cpu_xscale_80321 | cpu_xscale_81342 | cpu_xscale_ixp425 | cpu_xscale_ixp435 | cpu_xscale_pxa2x0
37arm/arm/pmap-v6.c		optional	cpu_arm11 | cpu_cortexa | cpu_mv_pj4b
38arm/arm/sc_machdep.c		optional	sc
39arm/arm/setcpsr.S		standard
40arm/arm/setstack.s		standard
41arm/arm/stack_machdep.c		optional	ddb | stack
42arm/arm/support.S		standard
43arm/arm/swtch.S			standard
44arm/arm/sys_machdep.c		standard
45arm/arm/trap.c			standard
46arm/arm/uio_machdep.c		standard
47arm/arm/undefined.c		standard
48arm/arm/vectors.S		standard
49arm/arm/vm_machdep.c		standard
50arm/arm/vfp.c			optional	vfp
51arm/fpe-arm/armfpe_glue.S	optional	armfpe
52arm/fpe-arm/armfpe_init.c	optional	armfpe
53arm/fpe-arm/armfpe.S		optional	armfpe
54board_id.h			standard				   \
55	dependency	"$S/arm/conf/genboardid.awk $S/arm/conf/mach-types" \
56	compile-with	"${AWK} -f $S/arm/conf/genboardid.awk $S/arm/conf/mach-types > board_id.h" \
57	no-obj no-implicit-rule before-depend				   \
58	clean		"board_id.h"
59cddl/compat/opensolaris/kern/opensolaris_atomic.c	optional zfs compile-with "${ZFS_C}"
60crypto/blowfish/bf_enc.c	optional	crypto | ipsec 
61crypto/des/des_enc.c		optional	crypto | ipsec
62dev/fb/fb.c			optional	sc
63dev/hwpmc/hwpmc_arm.c		optional	hwpmc
64dev/kbd/kbd.c			optional	sc
65dev/syscons/scgfbrndr.c		optional	sc
66dev/syscons/scterm-teken.c	optional	sc
67dev/syscons/scvtb.c		optional	sc
68font.h				optional	sc			\
69	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" \
70	no-obj no-implicit-rule before-depend				\
71	clean	"font.h ${SC_DFLT_FONT}-8x14 ${SC_DFLT_FONT}-8x16 ${SC_DFLT_FONT}-8x8"
72kern/subr_dummy_vdso_tc.c	standard
73libkern/arm/divsi3.S		standard
74libkern/arm/ffs.S		standard
75libkern/arm/muldi3.c		standard
76libkern/ashldi3.c		standard
77libkern/ashrdi3.c		standard
78libkern/divdi3.c		standard
79libkern/ffsl.c			standard
80libkern/fls.c			standard
81libkern/flsl.c			standard
82libkern/lshrdi3.c		standard
83libkern/memchr.c		optional	fdt
84libkern/moddi3.c		standard
85libkern/qdivrem.c		standard
86libkern/ucmpdi2.c		standard
87libkern/udivdi3.c		standard
88libkern/umoddi3.c		standard
89