The Design and Implementation of the FreeBSD Operating System, Second Edition
Now available: The Design and Implementation of the FreeBSD Operating System (Second Edition)


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]

FreeBSD/Linux Kernel Cross Reference
sys/conf/files.arm

Version: -  FREEBSD  -  FREEBSD-13-STABLE  -  FREEBSD-13-0  -  FREEBSD-12-STABLE  -  FREEBSD-12-0  -  FREEBSD-11-STABLE  -  FREEBSD-11-0  -  FREEBSD-10-STABLE  -  FREEBSD-10-0  -  FREEBSD-9-STABLE  -  FREEBSD-9-0  -  FREEBSD-8-STABLE  -  FREEBSD-8-0  -  FREEBSD-7-STABLE  -  FREEBSD-7-0  -  FREEBSD-6-STABLE  -  FREEBSD-6-0  -  FREEBSD-5-STABLE  -  FREEBSD-5-0  -  FREEBSD-4-STABLE  -  FREEBSD-3-STABLE  -  FREEBSD22  -  l41  -  OPENBSD  -  linux-2.6  -  MK84  -  PLAN9  -  xnu-8792 
SearchContext: -  none  -  3  -  10 

    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        !armv6
    9 arm/arm/busdma_machdep-v6.c     optional        armv6
   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/cpuinfo.c               standard
   15 arm/arm/cpu_asm-v6.S            optional        armv6
   16 arm/arm/db_disasm.c             optional        ddb
   17 arm/arm/db_interface.c          optional        ddb
   18 arm/arm/db_trace.c              optional        ddb
   19 arm/arm/devmap.c                standard
   20 arm/arm/disassem.c              optional        ddb
   21 arm/arm/dump_machdep.c          standard
   22 arm/arm/elf_machdep.c           standard
   23 arm/arm/exception.S             standard
   24 arm/arm/fiq.c                   standard
   25 arm/arm/fiq_subr.S              standard
   26 arm/arm/fusu.S                  standard
   27 arm/arm/gdb_machdep.c           optional        gdb
   28 arm/arm/identcpu.c              standard
   29 arm/arm/in_cksum.c              optional        inet | inet6
   30 arm/arm/in_cksum_arm.S          optional        inet | inet6
   31 arm/arm/intr.c                  standard
   32 arm/arm/locore.S                standard        no-obj
   33 arm/arm/machdep.c               standard
   34 arm/arm/mem.c                   optional        mem
   35 arm/arm/minidump_machdep.c      optional        mem
   36 arm/arm/mp_machdep.c            optional        smp
   37 arm/arm/nexus.c                 standard
   38 arm/arm/physmem.c               standard
   39 arm/arm/pl190.c                 optional        pl190
   40 arm/arm/pl310.c                 optional        pl310
   41 arm/arm/pmap.c                  optional        !armv6
   42 arm/arm/pmap-v6.c               optional        armv6
   43 arm/arm/sc_machdep.c            optional        sc
   44 arm/arm/setcpsr.S               standard
   45 arm/arm/setstack.s              standard
   46 arm/arm/stack_machdep.c         optional        ddb | stack
   47 arm/arm/stdatomic.c             standard \
   48         compile-with "${NORMAL_C:N-Wmissing-prototypes}"
   49 arm/arm/support.S               standard
   50 arm/arm/swtch.S                 standard
   51 arm/arm/sys_machdep.c           standard
   52 arm/arm/syscall.c               standard
   53 arm/arm/trap.c                  optional        !armv6
   54 arm/arm/trap-v6.c               optional        armv6
   55 arm/arm/uio_machdep.c           standard
   56 arm/arm/undefined.c             standard
   57 arm/arm/vm_machdep.c            standard
   58 arm/arm/vfp.c                   standard
   59 board_id.h                      standard                                   \
   60         dependency      "$S/arm/conf/genboardid.awk $S/arm/conf/mach-types" \
   61         compile-with    "${AWK} -f $S/arm/conf/genboardid.awk $S/arm/conf/mach-types > board_id.h" \
   62         no-obj no-implicit-rule before-depend                              \
   63         clean           "board_id.h"
   64 cddl/compat/opensolaris/kern/opensolaris_atomic.c       optional zfs compile-with "${ZFS_C}"
   65 crypto/blowfish/bf_enc.c        optional        crypto | ipsec 
   66 crypto/des/des_enc.c            optional        crypto | ipsec | netsmb
   67 dev/fb/fb.c                     optional        sc
   68 dev/hwpmc/hwpmc_arm.c           optional        hwpmc
   69 dev/syscons/scgfbrndr.c         optional        sc
   70 dev/syscons/scterm-teken.c      optional        sc
   71 dev/syscons/scvtb.c             optional        sc
   72 dev/uart/uart_cpu_fdt.c         optional        uart fdt
   73 
   74 font.h                          optional        sc                      \
   75         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" \
   76         no-obj no-implicit-rule before-depend                           \
   77         clean   "font.h ${SC_DFLT_FONT}-8x14 ${SC_DFLT_FONT}-8x16 ${SC_DFLT_FONT}-8x8"
   78 kern/subr_busdma_bufalloc.c     standard
   79 kern/subr_dummy_vdso_tc.c       standard
   80 libkern/arm/aeabi_unwind.c      standard
   81 libkern/arm/divsi3.S            standard
   82 libkern/arm/ffs.S               standard
   83 libkern/arm/ldivmod.S           standard
   84 libkern/arm/ldivmod_helper.c    standard
   85 libkern/arm/memcpy.S            standard
   86 libkern/arm/memset.S            standard
   87 libkern/arm/muldi3.c            standard
   88 libkern/ashldi3.c               standard
   89 libkern/ashrdi3.c               standard
   90 libkern/divdi3.c                standard
   91 libkern/ffsl.c                  standard
   92 libkern/fls.c                   standard
   93 libkern/flsl.c                  standard
   94 libkern/flsll.c                 standard
   95 libkern/lshrdi3.c               standard
   96 libkern/moddi3.c                standard
   97 libkern/qdivrem.c               standard
   98 libkern/ucmpdi2.c               standard
   99 libkern/udivdi3.c               standard
  100 libkern/umoddi3.c               standard

Cache object: 906f754b0b79e2dec54a37a7ca8845a9


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]


This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.