Deleted Added
full compact
files.sparc64 (91970) files.sparc64 (93122)
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 91970 2002-03-09 22:33:16Z tmm $
4# $FreeBSD: head/sys/conf/files.sparc64 93122 2002-03-25 05:01:05Z tmm $
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
13dev/ofw/ofw_console.c optional ofw_console
14dev/ofw/openfirm.c standard
15libkern/ffs.c standard
16kern/subr_diskmbr.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
13dev/ofw/ofw_console.c optional ofw_console
14dev/ofw/openfirm.c standard
15libkern/ffs.c standard
16kern/subr_diskmbr.c standard
17kern/syscalls.c optional ktr
17sparc64/ebus/ebus.c count ebus
18sparc64/isa/isa.c optional isa
19# The following is needed for both ISA and EBus.
20sparc64/isa/ofw_isa.c standard
21sparc64/pci/apb.c optional apb
22sparc64/pci/ofw_pci.c optional pci
23sparc64/pci/psycho.c optional pci
24sparc64/sbus/sbus.c optional sbus

--- 39 unchanged lines hidden ---
18sparc64/ebus/ebus.c count ebus
19sparc64/isa/isa.c optional isa
20# The following is needed for both ISA and EBus.
21sparc64/isa/ofw_isa.c standard
22sparc64/pci/apb.c optional apb
23sparc64/pci/ofw_pci.c optional pci
24sparc64/pci/psycho.c optional pci
25sparc64/sbus/sbus.c optional sbus

--- 39 unchanged lines hidden ---