Deleted Added
full compact
files.mips (185522) files.mips (189170)
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
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: head/sys/conf/files.mips 185522 2008-12-01 16:53:01Z sam $
21# $FreeBSD: head/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# ----------------------------------------------------------------------
30mips/mips/machdep.c standard
31mips/mips/mp_machdep.c optional smp
32mips/mips/psraccess.S standard
33# ----------------------------------------------------------------------
34# Phase 3
35# ----------------------------------------------------------------------
36mips/mips/autoconf.c standard
37mips/mips/cpu.c standard
38mips/mips/elf_machdep.c standard
39mips/mips/exception.S standard
40mips/mips/gdb_machdep.c standard
41mips/mips/mainbus.c standard
42mips/mips/pmap.c standard
43mips/mips/trap.c standard
44mips/mips/vm_machdep.c standard
45# ----------------------------------------------------------------------
46# Phase 4
47# ----------------------------------------------------------------------
48mips/mips/tick.c standard
49# ----------------------------------------------------------------------
50# Phase 5
51# ----------------------------------------------------------------------
52mips/mips/fp.S standard
53mips/mips/pm_machdep.c standard
54mips/mips/swtch.S standard
55mips/mips/tlb.S standard
56
57mips/mips/busdma_machdep.c standard
58mips/mips/cache.c standard
59mips/mips/cache_mipsNN.c standard
60#mips/mips/copystr.S standard
61mips/mips/db_disasm.c optional ddb
62mips/mips/db_interface.c optional ddb
63mips/mips/db_trace.c optional ddb
64mips/mips/dump_machdep.c standard
65mips/mips/in_cksum.c optional inet
66mips/mips/intr_machdep.c standard
67mips/mips/locore.S standard no-obj
68mips/mips/mem.c optional mem
69mips/mips/nexus.c standard
70mips/mips/stack_machdep.c optional ddb | stack
71mips/mips/support.S standard
72mips/mips/swtch.S standard
73mips/mips/uio_machdep.c standard
74geom/geom_bsd.c optional geom_bsd
75geom/geom_bsd_enc.c optional geom_bsd
76geom/geom_mbr.c optional geom_mbr
77geom/geom_mbr_enc.c optional geom_mbr
78libkern/ashldi3.c standard
79libkern/ashrdi3.c standard
80libkern/divdi3.c standard
81libkern/ffsl.c standard
82libkern/fls.c standard
83libkern/flsl.c standard
84libkern/lshrdi3.c standard
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# ----------------------------------------------------------------------
30mips/mips/machdep.c standard
31mips/mips/mp_machdep.c optional smp
32mips/mips/psraccess.S standard
33# ----------------------------------------------------------------------
34# Phase 3
35# ----------------------------------------------------------------------
36mips/mips/autoconf.c standard
37mips/mips/cpu.c standard
38mips/mips/elf_machdep.c standard
39mips/mips/exception.S standard
40mips/mips/gdb_machdep.c standard
41mips/mips/mainbus.c standard
42mips/mips/pmap.c standard
43mips/mips/trap.c standard
44mips/mips/vm_machdep.c standard
45# ----------------------------------------------------------------------
46# Phase 4
47# ----------------------------------------------------------------------
48mips/mips/tick.c standard
49# ----------------------------------------------------------------------
50# Phase 5
51# ----------------------------------------------------------------------
52mips/mips/fp.S standard
53mips/mips/pm_machdep.c standard
54mips/mips/swtch.S standard
55mips/mips/tlb.S standard
56
57mips/mips/busdma_machdep.c standard
58mips/mips/cache.c standard
59mips/mips/cache_mipsNN.c standard
60#mips/mips/copystr.S standard
61mips/mips/db_disasm.c optional ddb
62mips/mips/db_interface.c optional ddb
63mips/mips/db_trace.c optional ddb
64mips/mips/dump_machdep.c standard
65mips/mips/in_cksum.c optional inet
66mips/mips/intr_machdep.c standard
67mips/mips/locore.S standard no-obj
68mips/mips/mem.c optional mem
69mips/mips/nexus.c standard
70mips/mips/stack_machdep.c optional ddb | stack
71mips/mips/support.S standard
72mips/mips/swtch.S standard
73mips/mips/uio_machdep.c standard
74geom/geom_bsd.c optional geom_bsd
75geom/geom_bsd_enc.c optional geom_bsd
76geom/geom_mbr.c optional geom_mbr
77geom/geom_mbr_enc.c optional geom_mbr
78libkern/ashldi3.c standard
79libkern/ashrdi3.c standard
80libkern/divdi3.c standard
81libkern/ffsl.c standard
82libkern/fls.c standard
83libkern/flsl.c standard
84libkern/lshrdi3.c standard
85libkern/memmove.c standard
85libkern/moddi3.c standard
86libkern/qdivrem.c standard
87libkern/udivdi3.c standard
88libkern/umoddi3.c standard
89
90#XXX: We can't use these versions, as strcmp.c is included conf/files
91#libkern/mips/strcmp.S standard
92#libkern/mips/strncmp.S standard
93
94dev/cfe/cfe_api.c optional cfe
95dev/cfe/cfe_console.c optional cfe_console
96#dev/cfe/cfe_resource.c optional cfe # not yet needed
97
86libkern/moddi3.c standard
87libkern/qdivrem.c standard
88libkern/udivdi3.c standard
89libkern/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
95dev/cfe/cfe_api.c optional cfe
96dev/cfe/cfe_console.c optional cfe_console
97#dev/cfe/cfe_resource.c optional cfe # not yet needed
98