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