Deleted Added
full compact
files.sparc64 (93122) files.sparc64 (93264)
1# This file tells config what files go into building a kernel,
2# files marked standard are always included.
3#
1# This file tells config what files go into building a kernel,
2# files marked standard are always included.
3#
4# $FreeBSD: head/sys/conf/files.sparc64 93122 2002-03-25 05:01:05Z tmm $
4# $FreeBSD: head/sys/conf/files.sparc64 93264 2002-03-27 05:39:23Z dillon $
5#
6# The long compile-with and dependency lines are required because of
7# limitations in config: backslash-newline doesn't work in strings, and
8# dependency lines other than the first are silently ignored.
9#
10
11crypto/blowfish/bf_enc.c optional ipsec ipsec_esp
12crypto/des/des_enc.c optional ipsec ipsec_esp

--- 10 unchanged lines hidden (view full) ---

23sparc64/pci/ofw_pci.c optional pci
24sparc64/pci/psycho.c optional pci
25sparc64/sbus/sbus.c optional sbus
26sparc64/sparc64/autoconf.c standard
27sparc64/sparc64/bus_machdep.c standard
28sparc64/sparc64/cache.c standard
29sparc64/sparc64/clock.c standard
30sparc64/sparc64/counter.c standard
5#
6# The long compile-with and dependency lines are required because of
7# limitations in config: backslash-newline doesn't work in strings, and
8# dependency lines other than the first are silently ignored.
9#
10
11crypto/blowfish/bf_enc.c optional ipsec ipsec_esp
12crypto/des/des_enc.c optional ipsec ipsec_esp

--- 10 unchanged lines hidden (view full) ---

23sparc64/pci/ofw_pci.c optional pci
24sparc64/pci/psycho.c optional pci
25sparc64/sbus/sbus.c optional sbus
26sparc64/sparc64/autoconf.c standard
27sparc64/sparc64/bus_machdep.c standard
28sparc64/sparc64/cache.c standard
29sparc64/sparc64/clock.c standard
30sparc64/sparc64/counter.c standard
31sparc64/sparc64/critical.c standard
31sparc64/sparc64/db_disasm.c optional ddb
32sparc64/sparc64/db_interface.c optional ddb
33sparc64/sparc64/db_trace.c optional ddb
34sparc64/sparc64/db_hwwatch.c optional ddb
35sparc64/sparc64/elf_machdep.c standard
36# locore.s and exception.s need to be handled in Makefile to put them first.
37# Otherwise it's they're normal.
38# sparc64/sparc64/locore.s standard

--- 26 unchanged lines hidden ---
32sparc64/sparc64/db_disasm.c optional ddb
33sparc64/sparc64/db_interface.c optional ddb
34sparc64/sparc64/db_trace.c optional ddb
35sparc64/sparc64/db_hwwatch.c optional ddb
36sparc64/sparc64/elf_machdep.c standard
37# locore.s and exception.s need to be handled in Makefile to put them first.
38# Otherwise it's they're normal.
39# sparc64/sparc64/locore.s standard

--- 26 unchanged lines hidden ---