files.arm revision 160332
1# $FreeBSD: head/sys/conf/files.arm 160332 2006-07-14 00:50:51Z cognet $
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 	standard
9arm/arm/copystr.S		standard
10arm/arm/cpufunc.c		standard
11arm/arm/cpufunc_asm.S		standard
12arm/arm/cpufunc_asm_sa1.S 	standard
13arm/arm/cpufunc_asm_armv4.S 	standard
14arm/arm/cpufunc_asm_sa11x0.S 	standard
15arm/arm/db_disasm.c		optional	ddb
16arm/arm/db_interface.c		optional	ddb
17arm/arm/db_trace.c		optional	ddb
18arm/arm/disassem.c		optional	ddb
19arm/arm/dump_machdep.c		standard
20arm/arm/elf_machdep.c		standard
21arm/arm/exception.S		standard
22arm/arm/fiq.c			standard
23arm/arm/fiq_subr.S		standard
24arm/arm/fusu.S			standard
25arm/arm/gdb_machdep.c		optional	gdb
26arm/arm/identcpu.c		standard
27arm/arm/in_cksum.c		optional	inet
28arm/arm/in_cksum_arm.S		optional	inet
29arm/arm/intr.c			standard
30arm/arm/locore.S		standard	no-obj
31arm/arm/machdep.c		standard
32arm/arm/mem.c			optional	mem
33arm/arm/nexus.c			optional	nexus
34arm/arm/nexus_io.c		optional	nexus
35arm/arm/nexus_io_asm.S		optional	nexus
36arm/arm/pmap.c			standard
37arm/arm/setcpsr.S		standard
38arm/arm/setstack.s		standard
39arm/arm/support.S		standard
40arm/arm/swtch.S			standard
41arm/arm/sys_machdep.c		standard
42arm/arm/trap.c			standard
43arm/arm/uio_machdep.c		standard
44arm/arm/undefined.c		standard
45arm/arm/vectors.S		standard
46arm/arm/vm_machdep.c		standard
47arm/fpe-arm/armfpe_glue.S	optional	armfpe
48arm/fpe-arm/armfpe_init.c	optional	armfpe
49arm/fpe-arm/armfpe.S		optional	armfpe
50geom/geom_bsd.c			standard
51geom/geom_bsd_enc.c		standard
52geom/geom_mbr.c			standard
53geom/geom_mbr_enc.c		standard
54hal.o				optional	ath_hal		\
55	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" \
56	no-implicit-rule
57opt_ah.h			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;`; cp $S/contrib/dev/ath/public/$$ATH_HAL_CPU-$$ATH_ENDIAN-elf.opt_ah.h opt_ah.h" \
59	no-obj no-implicit-rule before-depend			\
60	clean		"opt_ah.h"
61libkern/arm/divsi3.S		standard
62libkern/arm/ffs.S		standard
63libkern/arm/muldi3.c		standard
64libkern/ashldi3.c		standard
65libkern/ashrdi3.c		standard
66libkern/divdi3.c		standard
67libkern/ffsl.c			standard
68libkern/flsl.c			standard
69libkern/lshrdi3.c		standard
70libkern/moddi3.c		standard
71libkern/qdivrem.c		standard
72libkern/udivdi3.c		standard
73libkern/umoddi3.c		standard
74#XXX: We can't use these versions, as strcmp.c is included conf/files
75#libkern/arm/strcmp.S		standard
76#libkern/arm/strncmp.S		standard
77