Deleted Added
sdiff udiff text old ( 109982 ) new ( 111072 )
full compact
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 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
24sparc64/central/central.c optional central
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
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
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 ---