Deleted Added
full compact
files.sparc64 (109982) files.sparc64 (111072)
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 109982 2003-01-28 13:00:49Z phk $
4# $FreeBSD: head/sys/conf/files.sparc64 111072 2003-02-18 09:01:01Z jake $
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
13crypto/blowfish/bf_enc.c optional crypto
14crypto/des/des_enc.c optional crypto
15dev/ofw/ofw_console.c optional ofw_console
16dev/ofw/openfirm.c standard
17dev/ofw/openfirmio.c standard
18dev/sio/sio.c optional sio
19dev/sio/sio_isa.c optional sio isa
20geom/geom_bsd.c standard
21geom/geom_sunlabel.c standard
22libkern/ffs.c standard
23kern/syscalls.c optional ktr
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
13crypto/blowfish/bf_enc.c optional crypto
14crypto/des/des_enc.c optional crypto
15dev/ofw/ofw_console.c optional ofw_console
16dev/ofw/openfirm.c standard
17dev/ofw/openfirmio.c standard
18dev/sio/sio.c optional sio
19dev/sio/sio_isa.c optional sio isa
20geom/geom_bsd.c standard
21geom/geom_sunlabel.c standard
22libkern/ffs.c standard
23kern/syscalls.c optional ktr
24sparc64/central/central.c optional central
24sparc64/ebus/ebus.c optional ebus
25sparc64/ebus/ebus.c optional ebus
26sparc64/fhc/fhc.c optional fhc
27sparc64/fhc/fhc_central.c optional fhc central
28sparc64/fhc/fhc_nexus.c optional fhc
25sparc64/isa/isa.c optional isa
26sparc64/isa/ofw_isa.c optional ebus
27sparc64/isa/ofw_isa.c optional isa
28sparc64/pci/apb.c optional apb
29sparc64/pci/ofw_pci.c optional pci
30sparc64/pci/psycho.c optional pci
31sparc64/sbus/sbus.c optional sbus
32sparc64/sparc64/autoconf.c standard

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

43sparc64/sparc64/elf_machdep.c standard
44# locore.S and exception.S need to be handled in the Makefile to put them
45# first. Otherwise they're normal.
46# sparc64/sparc64/locore.S standard
47# sparc64/sparc64/exception.S standard
48# sparc64/sparc64/interrupt.S standard
49sparc64/sparc64/eeprom.c optional eeprom
50sparc64/sparc64/eeprom_ebus.c optional eeprom ebus
29sparc64/isa/isa.c optional isa
30sparc64/isa/ofw_isa.c optional ebus
31sparc64/isa/ofw_isa.c optional isa
32sparc64/pci/apb.c optional apb
33sparc64/pci/ofw_pci.c optional pci
34sparc64/pci/psycho.c optional pci
35sparc64/sbus/sbus.c optional sbus
36sparc64/sparc64/autoconf.c standard

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

47sparc64/sparc64/elf_machdep.c standard
48# locore.S and exception.S need to be handled in the Makefile to put them
49# first. Otherwise they're normal.
50# sparc64/sparc64/locore.S standard
51# sparc64/sparc64/exception.S standard
52# sparc64/sparc64/interrupt.S standard
53sparc64/sparc64/eeprom.c optional eeprom
54sparc64/sparc64/eeprom_ebus.c optional eeprom ebus
55sparc64/sparc64/eeprom_fhc.c optional eeprom fhc
51sparc64/sparc64/eeprom_sbus.c optional eeprom sbus
52sparc64/sparc64/identcpu.c standard
53sparc64/sparc64/in_cksum.c optional inet
54sparc64/sparc64/intr_machdep.c standard
55sparc64/sparc64/iommu.c standard
56sparc64/sparc64/machdep.c standard
57sparc64/sparc64/mem.c standard
58sparc64/sparc64/mp_exception.S optional smp

--- 17 unchanged lines hidden ---
56sparc64/sparc64/eeprom_sbus.c optional eeprom sbus
57sparc64/sparc64/identcpu.c standard
58sparc64/sparc64/in_cksum.c optional inet
59sparc64/sparc64/intr_machdep.c standard
60sparc64/sparc64/iommu.c standard
61sparc64/sparc64/machdep.c standard
62sparc64/sparc64/mem.c standard
63sparc64/sparc64/mp_exception.S optional smp

--- 17 unchanged lines hidden ---