xref: /freebsd/sys/conf/files.arm (revision 94942af266ac119ede0ca836f9aa5a5ac0582938)
1# $FreeBSD$
2crypto/blowfish/bf_enc.c	optional	crypto | ipsec ipsec_esp
3crypto/des/des_enc.c		optional	crypto | ipsec ipsec_esp | \
4						netsmb
5arm/arm/autoconf.c	standard
6arm/arm/bcopy_page.S	standard
7arm/arm/bcopyinout.S		standard
8arm/arm/blockio.S		standard
9arm/arm/bootconfig.c		standard
10arm/arm/bus_space_asm_generic.S	standard
11arm/arm/busdma_machdep.c 	standard
12arm/arm/copystr.S		standard
13arm/arm/cpufunc.c		standard
14arm/arm/cpufunc_asm.S		standard
15arm/arm/cpufunc_asm_sa1.S 	standard
16arm/arm/cpufunc_asm_armv4.S 	standard
17arm/arm/cpufunc_asm_sa11x0.S 	standard
18arm/arm/db_disasm.c		optional	ddb
19arm/arm/db_interface.c		optional	ddb
20arm/arm/db_trace.c		optional	ddb
21arm/arm/disassem.c		optional	ddb
22arm/arm/dump_machdep.c		standard
23arm/arm/elf_machdep.c		standard
24arm/arm/exception.S		standard
25arm/arm/fiq.c			standard
26arm/arm/fiq_subr.S		standard
27arm/arm/fusu.S			standard
28arm/arm/gdb_machdep.c		optional	gdb
29arm/arm/identcpu.c		standard
30arm/arm/in_cksum.c		optional	inet
31arm/arm/in_cksum_arm.S		optional	inet
32arm/arm/intr.c			standard
33arm/arm/locore.S		standard	no-obj
34arm/arm/machdep.c		standard
35arm/arm/mem.c			optional	mem
36arm/arm/nexus.c			optional	nexus
37arm/arm/nexus_io.c		optional	nexus
38arm/arm/nexus_io_asm.S		optional	nexus
39arm/arm/pmap.c			standard
40arm/arm/setcpsr.S		standard
41arm/arm/setstack.s		standard
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/fpe-arm/armfpe_glue.S	optional	armfpe
51arm/fpe-arm/armfpe_init.c	optional	armfpe
52arm/fpe-arm/armfpe.S		optional	armfpe
53geom/geom_bsd.c			standard
54geom/geom_bsd_enc.c		standard
55geom/geom_mbr.c			standard
56geom/geom_mbr_enc.c		standard
57hal.o				optional	ath_hal		\
58	compile-with		"ATH_HAL_CPU=`echo ${CONF_CFLAGS}|sed 's/.*-mcpu=\([a-zA-Z0-9]*\).*/\1/'`; ATH_ENDIAN=`if (echo ${CC}|grep mbig-endian>/dev/null); then echo be; else echo le; fi;`; uudecode < $S/contrib/dev/ath/public/$$ATH_HAL_CPU-$$ATH_ENDIAN-elf.hal.o.uu" \
59	no-implicit-rule
60opt_ah.h			optional	ath_hal		\
61	compile-with		"ATH_HAL_CPU=`echo ${CONF_CFLAGS}|sed 's/.*-mcpu=\([a-zA-Z0-9]*\).*/\1/'`; ATH_ENDIAN=`if (echo ${CC}|grep mbig-endian>/dev/null); then echo be; else echo le; fi;`; rm -f opt_ah.h; cp $S/contrib/dev/ath/public/$$ATH_HAL_CPU-$$ATH_ENDIAN-elf.opt_ah.h opt_ah.h" \
62	no-obj no-implicit-rule before-depend			\
63	clean		"opt_ah.h"
64libkern/arm/divsi3.S		standard
65libkern/arm/ffs.S		standard
66libkern/arm/muldi3.c		standard
67libkern/ashldi3.c		standard
68libkern/ashrdi3.c		standard
69libkern/divdi3.c		standard
70libkern/ffsl.c			standard
71libkern/fls.c			standard
72libkern/flsl.c			standard
73libkern/lshrdi3.c		standard
74libkern/moddi3.c		standard
75libkern/qdivrem.c		standard
76libkern/udivdi3.c		standard
77libkern/umoddi3.c		standard
78#XXX: We can't use these versions, as strcmp.c is included conf/files
79#libkern/arm/strcmp.S		standard
80#libkern/arm/strncmp.S		standard
81