Deleted Added
sdiff udiff text old ( 116817 ) new ( 117870 )
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.i386 117870 2003-07-22 08:11:17Z peter $
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#
10linux_genassym.o optional compat_linux \
11 dependency "$S/i386/linux/linux_genassym.c" \
12 compile-with "${CC} ${CFLAGS:N-fno-common} -c ${.IMPSRC}" \

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

151dev/syscons/scvidctl.c optional sc
152dev/syscons/scvtb.c optional sc
153dev/syscons/syscons.c optional sc
154dev/syscons/sysmouse.c optional sc
155geom/geom_bsd.c standard
156geom/geom_bsd_enc.c standard
157geom/geom_mbr.c standard
158geom/geom_mbr_enc.c standard
159i386/acpica/OsdEnvironment.c optional acpi
160i386/acpica/acpi_machdep.c optional acpi
161i386/acpica/acpi_wakeup.c optional acpi
162acpi_wakecode.h optional acpi \
163 dependency "$S/i386/acpica/acpi_wakecode.S" \
164 compile-with "${MAKE} -f $S/i386/acpica/Makefile MAKESRCPATH=$S/i386/acpica" \
165 no-obj no-implicit-rule before-depend \
166 clean "acpi_wakecode.h acpi_wakecode.o acpi_wakecode.bin"

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

189i386/i386/i686_mem.c standard
190i386/i386/identcpu.c standard
191i386/i386/in_cksum.c optional inet
192i386/i386/initcpu.c standard
193i386/i386/k6_mem.c standard
194i386/i386/legacy.c standard
195i386/i386/locore.s standard no-obj
196i386/i386/machdep.c standard
197i386/i386/mem.c standard
198i386/i386/mp_clock.c optional smp
199i386/i386/mp_machdep.c optional smp
200i386/i386/mpapic.c optional smp
201i386/i386/mpboot.s optional smp
202i386/i386/nexus.c standard
203i386/i386/perfmon.c optional perfmon
204i386/i386/perfmon.c optional perfmon profiling-routine

--- 192 unchanged lines hidden ---