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.mips

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 # This file tells config what files go into building a kernel,
    2 # files marked standard are always included.
    3 #
    4 # Copyright (c) 2001, 2004-2005, Juniper Networks, Inc.
    5 # All rights reserved.
    6 # JNPR: files.mips,v 1.11 2007/08/09 12:25:35 katta
    7 #
    8 # The long compile-with and dependency lines are required because of
    9 # limitations in config: backslash-newline doesn't work in strings, and
   10 # dependency lines other than the first are silently ignored.
   11 #
   12 # ----------------------------------------------------------------------
   13 # Phase 2
   14 # ----------------------------------------------------------------------
   15 # This file tells config what files go into building a kernel,
   16 # files marked standard are always included.
   17 #
   18 # Copyright (c) 2001, 2004-2005, Juniper Networks, Inc.
   19 # All rights reserved.
   20 # JNPR: files.mips,v 1.11 2007/08/09 12:25:35 katta
   21 # $FreeBSD: releng/8.0/sys/conf/files.mips 189170 2009-02-28 16:21:25Z ed $
   22 #
   23 # The long compile-with and dependency lines are required because of
   24 # limitations in config: backslash-newline doesn't work in strings, and
   25 # dependency lines other than the first are silently ignored.
   26 #
   27 # ----------------------------------------------------------------------
   28 # Phase 2
   29 # ----------------------------------------------------------------------
   30 mips/mips/machdep.c             standard
   31 mips/mips/mp_machdep.c          optional smp
   32 mips/mips/psraccess.S           standard
   33 # ----------------------------------------------------------------------
   34 # Phase 3
   35 # ----------------------------------------------------------------------
   36 mips/mips/autoconf.c            standard
   37 mips/mips/cpu.c                 standard
   38 mips/mips/elf_machdep.c         standard
   39 mips/mips/exception.S           standard
   40 mips/mips/gdb_machdep.c         standard
   41 mips/mips/mainbus.c             standard
   42 mips/mips/pmap.c                standard
   43 mips/mips/trap.c                standard
   44 mips/mips/vm_machdep.c          standard
   45 # ----------------------------------------------------------------------
   46 # Phase 4
   47 # ----------------------------------------------------------------------
   48 mips/mips/tick.c                standard
   49 # ----------------------------------------------------------------------
   50 # Phase 5
   51 # ----------------------------------------------------------------------
   52 mips/mips/fp.S                  standard
   53 mips/mips/pm_machdep.c          standard
   54 mips/mips/swtch.S               standard
   55 mips/mips/tlb.S                 standard
   56 
   57 mips/mips/busdma_machdep.c      standard
   58 mips/mips/cache.c               standard
   59 mips/mips/cache_mipsNN.c        standard
   60 #mips/mips/copystr.S            standard
   61 mips/mips/db_disasm.c           optional        ddb
   62 mips/mips/db_interface.c        optional        ddb
   63 mips/mips/db_trace.c            optional        ddb
   64 mips/mips/dump_machdep.c        standard
   65 mips/mips/in_cksum.c            optional        inet
   66 mips/mips/intr_machdep.c        standard
   67 mips/mips/locore.S              standard        no-obj
   68 mips/mips/mem.c                 optional        mem
   69 mips/mips/nexus.c               standard
   70 mips/mips/stack_machdep.c       optional        ddb | stack
   71 mips/mips/support.S             standard
   72 mips/mips/swtch.S               standard
   73 mips/mips/uio_machdep.c         standard
   74 geom/geom_bsd.c                 optional        geom_bsd
   75 geom/geom_bsd_enc.c             optional        geom_bsd
   76 geom/geom_mbr.c                 optional        geom_mbr
   77 geom/geom_mbr_enc.c             optional        geom_mbr
   78 libkern/ashldi3.c               standard
   79 libkern/ashrdi3.c               standard
   80 libkern/divdi3.c                standard
   81 libkern/ffsl.c                  standard
   82 libkern/fls.c                   standard
   83 libkern/flsl.c                  standard
   84 libkern/lshrdi3.c               standard
   85 libkern/memmove.c               standard
   86 libkern/moddi3.c                standard
   87 libkern/qdivrem.c               standard
   88 libkern/udivdi3.c               standard
   89 libkern/umoddi3.c               standard
   90 
   91 #XXX: We can't use these versions, as strcmp.c is included conf/files
   92 #libkern/mips/strcmp.S          standard
   93 #libkern/mips/strncmp.S         standard
   94 
   95 dev/cfe/cfe_api.c               optional        cfe
   96 dev/cfe/cfe_console.c           optional        cfe_console
   97 #dev/cfe/cfe_resource.c         optional        cfe     # not yet needed
   98 

Cache object: 1468862693282317d3639e62832cbac6


[ 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.